Heya all! I seem to be having a problem. I have a layout called World and every 5-10 seconds it's supposed to goto a layout called Battle.
This works fine. When I click a button labeled "Flee" it's supposed to return to "World". Unfortunately it's just re-initializing combat.
I use the variable init_combat to detect when combat should be fired and I reset it to 0 before switching layouts. Debugging shows it DOES change, but it's still consistently sending me back to Battle.
In the event sheet for World:
in the event sheet for Battle