Ok, here's my problem. I have an event set that starts when you start a new game (sort of a beginning video to start the story off). What I have is a mage that is supposed to be running down a hall to meet his fellow mages who are all ready fighting the big evil monster type guy. As you can see in the below script, he runs left, then up, and is stopped by a daemon. He gets annoyed and destroys it then.... then... I don't know what happens next because instead of running up, he goes left into a wall, gets stuck, then the roar, text and attack keep looping until i decide to abort the test. My suspicion is that the event loops back to the beginning for whatever reason. If i missed something be correct me so i can get on with my life.
Here is my script (Trigger: Auto Start) (i'm in RPGXP)
Move Event::Player
change speed: 5
change frequency: 5
Move left
Move left
Move left
ect...
Move up
Move up
ect...
Wait 60 frames
Move event: Deamon
Move Down
Move Down
Move Down
Wait 5 frames
Play SE: Roar
Message: I don't have time for this!!
Message: Inferno!!
Show battle animation [M]: Deamon, Fire 3
Move Event: Deamon
Change Graphic: (none)----------This is where it gets stuck
Wait 10 frames
Move Event: Player
Move up
ect....
Thank you for your help in advance.