项目

一般

简介

行为

checkItemType
检测指定装备位装备的stdMode

标签:命令定义|checkItemType

格式
命令名 参数1 参数2
checkItemType 装备位id 待校验stdMode
说明


特戒引擎脚本示例:

[@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

由 machenhe 更新于 超过 2 年 之前 · 1 修订