项目

一般

简介

CheckA creditPoint » 历史记录 » 版本 1

machenhe, 2022-05-09 17:24

1 1 machenhe
_*%{color:green}checkA_creditPoint%*_
2
3
检测混合货币creditPoint数量是否满足条件
4
5
标签:命令定义|checkA_creditPoint
6
7
*格式*
8
|命令名			|参数1			|参数2		|
9
|checkA_creditPoint	|操作符(>,<,=)	|数量		|
10
11
说明:
12
* 参数1
13
操作符(>,<,=)
14
** >:大于相应数值
15
** <:小于相应数值
16
** =:等于相应数值
17
18
* 参数2
19
数量
20
21
*%{color:deepskyblue}脚本示例:%*
22
23
bq. [<notextile>@</notextile>checkA_creditPoint]
24
#if
25
checkA_creditPoint > 30
26
#act
27
sendmsg 6 大于30,绑定:<$B_creditPoint>,非绑定:<$creditPoint>
28
29
bq. #if
30
checkA_creditPoint = 30
31
#act
32
sendmsg 6 等于30,绑定:<$B_creditPoint>,非绑定:<$creditPoint>
33
34
bq. #if
35
checkA_creditPoint < 30
36
#act
37
sendmsg 6 小于30,绑定:<$B_creditPoint>,非绑定:<$creditPoint>