When I try to move events or player in a loop, the game movments freeze och nothing happens. Though text messeges works fine.
I'm using RPG maker XP, latest version.
Add a wait action, 1 frame for each movement, plus a frame for however many frames of waiting in the move event action, to the end of your loop. Or is it not set to a parallel process?
It was set to a parallel process, but it worked when I added wait a little. Thanks a bunch.
Not a problem man. Make sure you do that everytime you use a p.p., it always needs at least one frame of waiting.