12-17-2009, 04:25 PM
You can't have wait for move's completion on. This means that NOTHING else will happen until the movement is complete. If you give me one second, I will open XP and see if I can figure it out exactly.
EDIT: Alright. If you remove the "wait for move's completion" and the event doesn't move, chances are you have your movements BELOW your text. It needs to be above it, like this:
@>Set Move Route: This Event
$>Move left
$>Move left
@>Text: I'm walking and talking!
If you have it reversed, the event will move AFTER the text is passed.
EDIT: Alright. If you remove the "wait for move's completion" and the event doesn't move, chances are you have your movements BELOW your text. It needs to be above it, like this:
@>Set Move Route: This Event
$>Move left
$>Move left
@>Text: I'm walking and talking!
If you have it reversed, the event will move AFTER the text is passed.