- Joined
- Mar 15, 2018
- Messages
- 17
- Reaction score
- 1
- First Language
- francais
- Primarily Uses
- RMMV
I need to creat a ******ed bomb skill for a monster, this skill is suposed to explode afther 2 turn when the state is leaving character... but thas not working! I use yanfly buffstate engine, what can i do?
<Custom leave Effect>
$gameTroop.members()[1].forceAction(284, 1);
</Custom leave Effect>
<Custom leave Effect>
$gameTroop.members()[1].forceAction(284, 1);
</Custom leave Effect>


