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.
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.