Trying to force players into the options screen.
How to Push Options Scene
● ARCHIVED · READ-ONLY
-
-
SceneManager.push(Scene_Options)
if I remember correctly. -
Here's the link to the script calls for all of the event commands:
https://forums.rpgmakerweb.com/index.php?threads/rpg-maker-mv-script-call-list.46456/
Look up the event command that pushes the Save menu, for example, and replace Save with Options -
Thank you guys. Will save that script Doc in a better place this time around.