- Joined
- Jan 18, 2016
- Messages
- 56
- Reaction score
- 4
- Primarily Uses
Hi,
how can i force critical or miss before damage execution with this plugin:
http://yanfly.moe/2015/12/25/yep-50-buffs-states-core/ ?
I tried:
<Custom Select Effect>
target.result().critical = false;
target.result().missed = true;
</Custom Select Effect>
but without effects :/
Anyone know how to solve this problem?
how can i force critical or miss before damage execution with this plugin:
http://yanfly.moe/2015/12/25/yep-50-buffs-states-core/ ?
I tried:
<Custom Select Effect>
target.result().critical = false;
target.result().missed = true;
</Custom Select Effect>
but without effects :/
Anyone know how to solve this problem?


