Triggers: Battler Turns

Section 4.A.2

These are keys which trigger during a specific battler's turn.

  • "TurnStart" Triggers at the start of a battler's turn, before any of the commands entered for that battler's turn are executed.

  • "TurnEnd" Triggers at the end of a battler's turn, after all of its commands have been executed.

Trigger Extensions: You may extend these keys with a number to specify a turn that they should trigger on. For example, "TurnEnd_4" would trigger only on the battler's fourth turn. You may also extend these keys with a species or type ID so that they may only trigger during the turn of a specific species or a species of a specific type. For example, "TurnStart_CUBONE" would only trigger at the start of a Cubone's turn, while "TurnEnd_ROCK" would only trigger at the end of a Rock-type's turn.

Last updated