Okay, I'm trying to build an event where you can step on it, and depending what button you press, the event can go different ways.
I've got it set up, but I can't figure out one problem. If I don't loop the event, it will run through it once, so if I'm standing on the event and decide to press "A",
it's to late, as the event has already run through. The only way I could do it is if
I was pressing A when I stepped on the event.
If I set it to loop, it gets caught running that conditional branch infinitely.
How can I make it so that I can step on the event, and THEN click a button?
I've got it set up, but I can't figure out one problem. If I don't loop the event, it will run through it once, so if I'm standing on the event and decide to press "A",
it's to late, as the event has already run through. The only way I could do it is if
I was pressing A when I stepped on the event.
If I set it to loop, it gets caught running that conditional branch infinitely.
How can I make it so that I can step on the event, and THEN click a button?