If I have a sequence of actions like this...
On Stuff Happening...
- Set Text to "blah blah blah"
- Wait 10 seconds
- Set Text to "blhsafjw"
- wait 3 seconds
- Destroy Object
- Etc...
And I want to cancel this sequence out in between at any time, how do I do it?