I'm having trouble with the else statement. If I add a sub-event after an else, the entire else never even triggers.
Else Statement cap
In this example, click the "try else" button and you'll get a message box saying "Positive!". Click the "swap" button" to change the text field to -1 and click the "try else" button and nothing will happen.
But toggle event number 5 in the event sheet editor and run the cap. Now if you Click the "swap" button" to change the text field to -1 and click the "try else", you get a message box saying "Negative!"
It seems like adding a sub-event to an else event prevents the entire else event from triggering. Even the actions before the sub-event.
Am I doing something wrong here?
Thanks for any help!