EquippedItemIntoBox » 历史记录 » 版本 2
yangdefeng, 2022-05-21 11:10
1 | 2 | yangdefeng | h4. _*%{color:green}equippedItemIntoBox%*_ |
---|---|---|---|
2 | 1 | machenhe | |
3 | 2 | yangdefeng | 将身上指定部位装备投射在指定ItemBox, |
4 | 可查看物品信息,不会从身上脱下,不能从OK框中拿出 |
||
5 | 1 | machenhe | |
6 | 标签:命令定义|equippedItemIntoBox |
||
7 | |||
8 | *格式* |
||
9 | |命令名 |参数1 |参数2 | |
||
10 | |equippedItemIntoBox |装备位置 |itembox编号 | |
||
11 | |||
12 | 说明: |
||
13 | 2 | yangdefeng | * 参数1: [[装备位置]](0-16) |
14 | 1 | machenhe | |
15 | 2 | yangdefeng | * 参数2: itembox编号(0-7) |
16 | 1 | machenhe | |
17 | 2 | yangdefeng | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
18 | 1 | machenhe | |
19 | bq. [<notextile>@</notextile>main] |
||
20 | #say |
||
21 | 2 | yangdefeng | <[[dlg_itemBox_|itemBox]]:0:0:0:0:0:40:40:*:tips> |
22 | <itemBox:1:0:0:200:0:40:40:*:tips> |
||
23 | 1 | machenhe | |
24 | bq. [<notextile>@</notextile>投射1] |
||
25 | #act |
||
26 | 2 | yangdefeng | equippedItemIntoBox 1 1 |
27 | sendMsg 0 在itembox1中放入了武器 |