简介(Introduction)
当你需要确定角色技能是否出现 / 在特定位置出现时, 可以使用该条件
- 例
- 你可以在进入战斗时使用
at
来确定技能初始顺序是否正确 - 在战斗过程中使用
appear
确定特定技能是否出现
额外参数
op
name
- description: 技能名称
- type:
string
- constrains: 必须是
all_appeared_skills
中出现的名称
p
- description: 技能槽位置
- type:
unsigned int
- range: [0,
slot_count
]