I'm using Olivia's OTB battle system (
https://fallenangelolivia.itch.io/order-turn-battle-system) in conjunction with Yanfly action sequences / state core and trying to action sequence / state notetag the loss of current or next turns.
The documentation covers some notetags for adding turns, but not removing turns
<OTB User Add Current Turn Actions: x>
<OTB User Add Next Turn Actions: x>
Add x actions to the current turn or the next turn for the user. This will only be added once no matter how many times the battler hits the target.
<OTB Target Add Current Turn Actions: x>
<OTB Target Add Next Turn Actions: x>
Add x actions to the current turn or the next turn for the target. If the target is targeted multiple times, the target will gain actions multiple times so please be cautious when using this.
I was wondering if anyone knew some direct code evals that could accomplish this?