项目

一般

简介

CheckCustomItemBindType » 历史记录 » 版本 1

tejie, 2024-07-02 11:30

1 1 tejie
h4. _*{color:green}checkCustomItemBindType*_
2
3
检测 指定装备位 自定义属性,指定绑定显示属性 是否满足条件
4
5
gee系列兼容
6
7
标签:命令定义|checkCustomItemBindType>checkCustomItemBindType
8
9
*格式*
10
|命令名			|参数1		|参数2		|参数3		|参数4		|
11
|checkCustomItemBindType|装备位id	|自定义属性id	|检测符 > < = 	|绑定显示属性id	|
12
13
14
15
-
16
-
17
18
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
19
20
bq. <notextile>[@main]</notextile>
21
#if
22
[[checkUseItem]] 1
23
#say
24
<text:请输入绑定显示id:0:0/<notextile>@@</notextile>inPutInteger1(请输入1~60)>
25
#elseAct
26
[[sendTipsMsg]] 请穿戴武器后测试/scolor=222
27
break
28
<notextile></notextile>
29
[<notextile>@</notextile>inPutInteger1]
30
#if
31
#act
32
%{color:lightGrey};-颜色设定%
33
[[setCustomItemAbil]] 1 0 0 254
34
<notextile></notextile>
35
%{color:lightGrey};-显示属性绑定%
36
[[setCustomItemAbil]] 1 0 1 N1
37
<notextile></notextile>
38
%{color:lightGrey};-内部位置设定%
39
[[setCustomItemAbil]] 1 0 2 1
40
<notextile></notextile>
41
%{color:lightGrey};-模块位置设定%
42
[[setCustomItemAbil]] 1 0 4 1
43
<notextile></notextile>
44
%{color:lightGrey};-赋值%
45
[[setCustomItemValue]] 1 0 = 10
46
<notextile></notextile>
47
#if
48
*{color:green}checkCustomItemBindType* 1 0 = 4
49
#act
50
[[print]] 绑定了显示id 4
51
#elseAct
52
[[print]] 绑定的不是显示id 4