Project1
标题:
YEP插件代码输入后不生效
[打印本页]
作者:
紫色节制
时间:
2017-12-25 14:56
标题:
YEP插件代码输入后不生效
在一个状态的注释中输入了以下代码
<Custom React Effect>
if ($gameParty.inBattle()) {
target._secondChance = target.hp > 1;
}
</Custom React Effect>
<Custom Respond Effect>
if ($gameParty.inBattle() && target._secondChance && target.hp <= 0) {
target.startAnimation(49);
target.setHp(1);
}
</Custom Respond Effect>
之后测试游戏时不产生效果,怎么解决?
作者:
qq1065526265
时间:
2017-12-26 21:20
你想做成什么样的
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1