项目

一般

简介

B gamePoint » 历史记录 » 版本 1

machenhe, 2022-05-09 15:50

1 1 machenhe
_*%{color:green}b_gamePoint%*_
2
3
修改绑定b_gamePoint的数量
4
5
标签:命令定义|b_gamePoint
6
7
*格式*
8
|命令名			|参数1			|参数2		|
9
|b_gamePoint		|操作符(+,-,=)	|数目		|
10
11
说明:
12
* 参数1
13
操作符(+,-,=)
14
** +:增加相应数值
15
** -:减小相应数值
16
** =:赋值相应数值
17
18
* 参数2
19
数量
20
21
*%{color:deepskyblue}脚本示例:%*
22
23
bq. [<notextile>@</notextile>b_gamePoint1]
24
#act
25
b_gamePoint + 10
26
sendmsg 6 数量:<$b_gamePoint>
27
28
bq. [<notextile>@</notextile>b_gamePoint2]
29
#act
30
b_gamePoint - 10
31
sendmsg 6 数量:<$b_gamePoint>
32
33
bq. [<notextile>@</notextile>b_gamePoint3]
34
#act
35
b_gamePoint = 50
36
sendmsg 6 数量:<$b_gamePoint>