- 好友
- 5
- 在线时间
- 0 小时
- 最后登录
- 2024-11-18
见习骑士
- UID
- 3304622
- 第纳尔
- 690
- 精华
- 0
- 互助
- 26
- 荣誉
- 3
- 贡献
- 0
- 魅力
- 158
- 注册时间
- 2021-12-28
鲜花( 31) 鸡蛋( 0)
|
发表于 2023-10-10 12:00:22
|
显示全部楼层
打开header_operations
# [ Z00 ] Introduction and Credits.
# [ Z01 ] Operation Modifiers.
# [ Z02 ] Flow Control.
# [ Z03 ] Mathematical Operations.
# [ Z04 ] Script/Trigger Parameters and Results.
# [ Z05 ] Keyboard and Mouse Input.
# [ Z06 ] World Map.
# [ Z07 ] Game Settings.
# [ Z08 ] Factions.
# [ Z09 ] Parties and Party Templates.
# [ Z10 ] Troops.
# [ Z11 ] Quests.
# [ Z12 ] Items.
# [ Z13 ] Sounds and Music Tracks.
# [ Z14 ] Positions.
# [ Z15 ] Game Notes.
# [ Z16 ] Tableaus and Heraldics.
# [ Z17 ] String Operations.
# [ Z18 ] Output And Messages.
# [ Z19 ] Game Control: Screens, Menus, Dialogs and Encounters.
# [ Z20 ] Scenes and Missions.
# [ Z21 ] Scene Props and Prop Instances.
# [ Z22 ] Agents and Teams.
# [ Z23 ] Presentations.
# [ Z24 ] Multiplayer And Networking.
# [ Z25 ] Remaining Esoteric Stuff.
# [ Z26 ] Hardcoded Compiler-Related Code.
通过注解,明白Z09部分针对部队与部队模板使用的OP操作。使用查找Z09快速定位,如下几个OP应该是你需要的
party_add_members = 1610 # (party_add_members, <party_id>, <troop_id>, <number>),
party_remove_prisoners = 1616 # (party_remove_prisoners, <party_id>, <troop_id>, <number>),
remove_troops_from_prisoners = 1216 # (remove_troops_from_prisoners, <troop_id>, <value>),
|
评分
-
查看全部评分
|