项目

一般

简介

ChangeNationCredit » 历史记录 » 版本 1

machenhe, 2022-05-09 17:25

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