Hey pals.
I have an event sheet that looks somewhat like this:
---
Trigger once
Counter equal to 20
---
Trigger once
Counter equal to 24
---
Trigger once
Counter equal to 27
---
etc.
The problem is that the "Trigger once"-condition cancels out every single event past the first one, but it's still needed to prevent each event from being run more than once at a time.
Any ideas?