项目

一般

简介

行为

GetBoxItemNum » 历史记录 » 修订 1

修订 1/4 | 下一页 »
machenhe, 2022-05-10 19:03


getBoxItemNum

获取指定itemBox中的物品数量

标签:命令定义|getBoxItemNum

格式
命令名 参数1 参数2
getBoxItemNum itemBox编号 获取返回值的变量
说明:
  • 参数1
    itemBox编号
  • 参数2
    获取返回值的变量

脚本示例:

[@main]
#ACT
#say
<ITEMBOX:0:0:0:0:0:40:40:*:tips>
<ITEMBOX:1:0:0:200:0:40:40:*:tips>

<text:获取0:0:300/@获取0>
<text:获取1:200:300/@获取1>

[@获取0]
#act
getBoxItemNum 0 p0
sendmsg 6 数量:<$str(p0)>

[@获取1]
#act
getBoxItemNum 1 p1
sendmsg 6 数量:<$str(p1)>

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