UnallowItemIntoBox » 历史记录 » 版本 5
yangdefeng, 2022-05-20 17:49
| 1 | 2 | yangdefeng | h4. _*%{color:green}unallowItemIntoBox%*_ |
|---|---|---|---|
| 2 | 1 | machenhe | |
| 3 | 指定itembox中禁止放入物品 |
||
| 4 | |||
| 5 | 标签:命令定义|unallowItemIntoBox |
||
| 6 | |||
| 7 | 说明:必须写在 %{color:orange}[<notextile>@</notextile>ItemIntoBoxX]% 中,该@块写在itemBox所在脚本中,X代表对应itemBox的编号 |
||
| 8 | |||
| 9 | 2 | yangdefeng | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
| 10 | 1 | machenhe | |
| 11 | bq. [<notextile>@</notextile>main] |
||
| 12 | #say |
||
| 13 | 3 | yangdefeng | <[[dlg_itembox_|itembox]]:0:-1:-1:0:0:-1:-1:*:tips> |
| 14 | 4 | yangdefeng | \ \ \<角色小于80级不准放入物品> |
| 15 | 1 | machenhe | |
| 16 | bq. [<notextile>@</notextile>ItemIntoBox0] |
||
| 17 | #if |
||
| 18 | 4 | yangdefeng | [[checkLevelEx]] < 80 |
| 19 | 1 | machenhe | #act |
| 20 | 2 | yangdefeng | *{color:green}unallowItemIntoBox* |
| 21 | 5 | yangdefeng | [[sendTipsMsg]] 角色小于80级不准放入物品/fcolor=150 |