CheckHpPer » 历史记录 » 版本 1
machenhe, 2022-04-29 17:19
| 1 | 1 | machenhe | _*%{color:green}checkHpPer%*_ |
|---|---|---|---|
| 2 | |||
| 3 | 检查角色血量百分比 |
||
| 4 | |||
| 5 | 标签:命令定义|checkHpPer |
||
| 6 | |||
| 7 | *格式* |
||
| 8 | |命令名 |参数1 |参数2 | |
||
| 9 | |checkHpPer |操作符 |百分比 | |
||
| 10 | |||
| 11 | 说明: |
||
| 12 | * 参数1:操作符(>、<、=) |
||
| 13 | |||
| 14 | * 参数2:百分比值 |
||
| 15 | |||
| 16 | *%{color:deepskyblue}特戒引擎脚本示例:%*: |
||
| 17 | |||
| 18 | bq. [<notextile>@</notextile>检查血量] |
||
| 19 | #if |
||
| 20 | *%{color:green}checkHpPer%* > 50 |
||
| 21 | #act |
||
| 22 | [[sendmsg]] 6 你的血量在50%以上 |
||
| 23 | |||
| 24 | bq. #if |
||
| 25 | checkHPPer < 50 |
||
| 26 | #act |
||
| 27 | sendmsg 6 你的血量在50%以下 |
||
| 28 | |||
| 29 | bq. #if |
||
| 30 | checkHPPer = 50 |
||
| 31 | #act |
||
| 32 | sendmsg 6 你的血量为50% |