How do I call the main menu through a script?
How do I call the main menu through a script?
● ARCHIVED · READ-ONLY
-
-
Put this in a script call for the event:
SceneManager.call(Scene_Menu)The event won't continue to run when you use this. It will stop all event processing to run the menu. -
Thank you!
-
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.