Hi! Bought the plugin and it opened up so much creative mechanical space :)
Question, though: is there a way to script call just immediately giving a State? I use the following notetag with Yanfly's Buff and States Plugin, and it doesn't work with this plugin on:
<Custom Leave Effect>
user.addState(6);
</Custom Leave Effect>
edit: battler.fillStateBar(stateID) does not work either, unfortunately
edit 2: fixed it by editing the removeState function in the plugin to still call the original removeState. I hope this gets addressed in the next patch!