Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
触发代码如下: 类型:进入战斗 [if] (:cd sword.poqi) == true @perform unarmed.chan [else] @perform sword.poqi
实战中一定只会执行else后面的语句,如果技能CD中也不会执行true分支下的语句 想知道问题出在哪。
[if] (:cd unarmed.chan) == false @perform unarmed.chan [else if] (:cd sword.poqi) == false @perform sword.poqi 我这样是可以的