RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

How to disable player movement?

Started by PakisPaks, August 15, 2008, 03:13:05 PM

0 Members and 1 Guest are viewing this topic.

PakisPaks

Hi! I want to disable my player movement during cut scenes. In RPGXP you could not move during autorun event but in VX it seems you can :( So how can I make player stay still?

Thanks in advance!

&&&&&&&&&&&&&

After the move commands use a "Wait with completion" or "Proceed with movment"... what ever it's called. There's also the "Wait" command that lets you set a number (In milliseconds I think). So if you set "Wait 200" it would wait for 200 milliseconds then let the player move again.
&&&&&&&&&&&&&&&&

Kebin

Actually on the wait command, since VX uses 60 frames per second, if you wanted 5 second wait time, you'd set it to wait for 300 frames. Just multiply how long you want it to wait (in seconds) by 60.