- 好友
- 6
- 在线时间
- 0 小时
- 最后登录
- 2025-9-1
骑士
 
- UID
- 3398051
- 第纳尔
- 1993
- 精华
- 0
- 互助
- 48
- 荣誉
- 5
- 贡献
- 10
- 魅力
- 347
- 注册时间
- 2022-8-13
 鲜花( 60)  鸡蛋( 0)
|
发表于 2025-8-9 18:31:43
|
显示全部楼层
(try_for_range, ":slot", 0, 9),
(troop_set_slot, "trp_formations_temp", ":slot", -1), #recycle for order array
(try_end),
(assign, ":num_orders", 0),
(assign, ":y_position", 564),
(try_begin), #Figure out which orders to display, set strings
(eq, "$gk_order", 0),
(str_store_string, s1, "@F4 - Complex formations"),
(assign, ":num_orders", 1),
(assign, ":y_position", 474), #564 - 3 * 30
(else_try),
(eq, "$gk_order", gk_order_2),
(str_store_string, s1, "@F7 - Memorize div. placement"),
(str_store_string, s2, "@F8 - Default division placement"),
(assign, ":num_orders", 2),
(assign, ":y_position", 384), #564 - 6 * 30
(else_try),
(eq, "$gk_order", gk_order_4),
(str_store_string, s1, "@F4 - Ranks"),
(str_store_string, s2, "@F5 - Shield Wall"),
(str_store_string, s3, "@F6 - Wedge"),
(str_store_string, s4, "@F7 - Square"),
(str_store_string, s5, "@F8 - No Formation"),
(assign, ":num_orders", 5),
(try_end),
|
|