How do I call the main menu through a script?

● ARCHIVED · READ-ONLY
Started by SilhouetteNoir 4 posts View original ↗
  1. How do I call the main menu through a script?
  2. 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.
  3. Thank you!
  4. 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.