项目

一般

简介

GetUserItemName » 历史记录 » 版本 2

yangdefeng, 2022-06-17 17:34

1 2 yangdefeng
h4. _*%{color:green}getUserItemName%*_
2
3 1 machenhe
获取指定装备位装备的名称,返回给指定变量
4
5
标签:命令定义|getUserItemName
6
7
*格式*
8
|命令名		|参数1		|参数2		|
9
|getUserItemName|装备位id	|返回变量	|
10
11
*说明*
12
* 参数1: 装备位id
13
** 0-16 指定id装备位中的道具
14
参见装备位id说明[[装备位置]]
15
** -1
16
当前打开的自定义道具栏中的道具
17
当前拾取道具
18
19
* 参数2: 返回变量,存储道具名称
20
如对应装备位没有道具,会返回\"未佩戴装备\"
21
22
-
23
-
24
25 2 yangdefeng
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
26 1 machenhe
27
bq. [<notextile>@</notextile>main]
28
#say
29
<检查衣服装备位道具名称/<notextile>@</notextile>衣服>\\ \\
30
<自定义装备位道具名称/<notextile>@</notextile>自定义装备位>\\ \\
31
&nbsp;
32
[<notextile>@</notextile>衣服]
33
#act
34
*%{color:green}getUserItemName%* 0 s0
35
%{color:lightGrey};print命令在控制台输出文件内容%
36
print s0
37
&nbsp;
38
&nbsp;
39
[<notextile>@</notextile>自定义装备位]
40
#say
41
<拖个道具上来,查看名称>
42
<itemBox:0:0:0:50:50:200:200:*>\\ \\ \\ \\ \\ \\ \\
43
<查看:/<notextile>@</notextile>查看>
44
&nbsp;
45
[<notextile>@</notextile>查看]
46
#act
47
#act
48
getUserItemName -1 s0
49
%{color:lightGrey};print命令在控制台输出文件内容%
50
print s0