行为
DelBoxItem » 历史记录 » 修订 2
« 上一页 |
修订 2/5
(差异)
| 下一页 »
yangdefeng, 2022-05-20 11:08
delBoxItem
删除指定ItemBox中的物品
标签:命令定义|delBoxItem
格式命令名 | 参数1 | 参数2 |
delBoxItem | itemBox编号 | 删除数量 |
- 参数1: itemBox编号(0-7)
- 参数2: 删除数量,只有可堆叠的物品有效,
如果删后格子中还有物品显示,需要使用updateBoxItem命令刷新客户端的显示,
如果参数为空,则删除全部物品
脚本示例:
[@main]
#ACT
#say
<itemBox:0:0:0:0:0:40:40:*:tips>
<itemBox:1:0:0:200:0:40:40:*:tips>
<text:放入0:0:400/@放入0>
<text:放入1:200:400/@放入1>
<text:删除0:0:600/@删除0>
<text:删除1:200:600/@删除1>
[@放入0]
#act
bagItemIntoBox 粗铁 0 5
[@放入1]
#act
bagItemIntoBox 麻布 1 5
[@删除0]
#act
delBoxItem 0
\updateBoxIte 0
[@删除1]
#act
delBoxItem 1 5
updateBoxItem 0
由 yangdefeng 更新于 超过 2 年 之前 · 2 修订