项目

一般

简介

行为

ItemInBox » 历史记录 » 修订 1

修订 1/2 | 下一页 »
tejie, 2024-11-06 16:24


itemInBox

指定实例id道具放入指定itemBox

标签:命令定义|itemInBox>itemInBox

格式:
命令名 参数1 参数2
itemInBox 道具实例id itemBox id
说明:
参数1 道具实例id ItemMakeIndex
参数2 itemBox id
缺省则放入itemBox 0

特戒引擎脚本示例:

[@示例]
#if
#act
goto @道具多选列表

[@道具多选列表]
#if
#act
clsMainUi
#say
<istcList:多选列表1:5|6|10|11:1:5:7:1:1:100:wupinkuang:frien_zhuangshikuang_select_img:0:0:200:100/@打印点击信息>
<text:随机文本:0:0/@随机文本>

[@随机文本]
mov s$文本内容 +
movr n$文本内容 1 100
inc s$文本内容 n$文本内容
addIstcListTxt 多选列表1 s1 s$文本内容

[@打印装备内容]
#act
print 列表id:<$str(s0)>
print 列表格子id:<$str(s1)>
print 道具实例id:<$str(s2)>
print 道具stdMode:<$str(s3)>
print 选中状态:<$str(s4)>
print 选中格子数:<$str(s5)>

#if
#act
equal <$str(s4)> 1
#act
itemInBox <$str(s2)>

tejie 更新于 9 天 之前 · 1 修订