The goto action is used to transition between states. Here is an example of using the goto action to transition from one state to another before triggering:
state my_state_0:
goto my_state_1;
state my_state_1:
trigger;
The goto action is used to transition between states. Here is an example of using the goto action to transition from one state to another before triggering:
state my_state_0:
goto my_state_1;
state my_state_1:
trigger;