背包遍历 » 历史记录 » 版本 1
yangdefeng, 2023-04-07 21:24
1 | 1 | yangdefeng | h4. %{color:firebrick}背包遍历% |
---|---|---|---|
2 | |||
3 | *模块说明* |
||
4 | 遍历非空背包格,输出背包格索引与道具名称 |
||
5 | |||
6 | |||
7 | 相关命令 |
||
8 | _*{color:green}tbl_update_bag*_ |
||
9 | 刷新背包数据 |
||
10 | |||
11 | |||
12 | 数据表 |
||
13 | _*{color:green}sys_tbl_bag*_ |
||
14 | 存放背包中非空格子的索引与道具名称 |
||
15 | |关键字 |name | |
||
16 | |非空背包格索引1|背包格中的道具名| |
||
17 | |非空背包格索引2|背包格中的道具名| |
||
18 | |.... |.... | |
||
19 | |||
20 | - |
||
21 | - |
||
22 | |||
23 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
24 | |||
25 | - |
||
26 | - |
||
27 | |||
28 | bq. [@main] |
||
29 | #act |
||
30 | %{color:green}tbl_update_bag% |
||
31 | %{color:lightGrey};--遍历非空背包格,输出背包格索引与道具名称--% |
||
32 | %{color:green}#if tbl sys_tbl_bag s0% |
||
33 | #act |
||
34 | mov s1 [[数据表模块#表变量|<$tbl(sys_tbl_bag,s0,name)>]] |
||
35 | %{color:lightGrey};--print命令在控制台输出文件内容% |
||
36 | print [背包格[[<$str()>|<$str(s0)>]]]存放道具-->[[<$str()>|<notextile>[<$str(s1)>]</notextile>]] |