RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
How to disable player movement?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
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!

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
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.
&&&&&&&&&&&&&&&&

****
Doneski
Rep:
Level 86
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.