SPYTKO'S PROFILE

Search

Filter

[RM2K3] [Maniac's Patch] Pausing while in custom menu

Thank you very much! :D
It's quite a simple solution, but I haven't thought about it.
Making additional state for every event on every map would be a pain in the ass.

[RM2K3] [Maniac's Patch] Pausing while in custom menu

I'm currently working on a custom event based menu, and I wonder if there is a better way of freezing everything when the menu is active than what I came up with.

For now, I've achieved the effect by giving every event capable of moving an additional page with stationary movement type activated when switch "pause" is turned on. After that, to freeze the player character, I set player character movement via "set move route" command to wait on repeat while the menu is activated, and use "stop all movement" command when the menu is turned off.
Pages: 1