行为
checkItemType
检测指定装备位装备的stdMode
标签:命令定义|checkItemType
格式命令名 | 参数1 | 参数2 |
---|---|---|
checkItemType | 装备位id | 待校验stdMode |
- 参数1: 装备位id(0-16)
参见 装备位id说明
- 参数2: 待校验stdModeId
参见 stdModeId说明
特戒引擎脚本示例:
[@main]
#say
<检测衣服stdMode/@鉴定>\\ \\
[@鉴定]
#if
equal <$dress>
#act
sendTipsMsg 请先穿戴衣服/fColor=222
break
#if
checkItemType 0 10
#act
messageBox 穿戴的衣服类型是 衣服-10
#if
checkItemType -0 11
#act
messageBox 穿戴的衣服类型是 衣服-11