一.mission类型
#常规模式,可和人物对话
mtf_default = 0x00000000
#战斗模式 无对话选项
mtf_arena_fight = 0x00000001 #identify enemies through team_no
mtf_team_fight = 0x00000001 #identify enemies through team_no
mtf_battle_mode = 0x00000002 #No inventory access
#退出任务后HP不重置
mtf_commit_casualties = 0x00000010
mtf_no_blood = 0x00000100
#进入任务后同步物品栏
mtf_synch_inventory = 0x00010000 #Make a backup of player inventory and restore it at mission end.
二.进入mission后装备/骑马状态
#进入任务后不携带武器装备
af_override_weapons = 0x0000000f
af_override_weapon_0 = 0x00000001
af_override_weapon_1 = 0x00000002
af_override_weapon_2 = 0x00