Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Save And End Game

Is this for XP or VX? and do you want to return to the title screen or close the game completely?

I'll assume that this is XP, but if i'm wrong just tell me.
If you look at the Scene_Save script at line 33:
Code:
    $scene = Scene_Menu.new(4)

That is the line that takes you back to the menu after you've saved the game. If you want to return to the title screen after you've saved the game, replace that line with this:
Code:
$scene = Scene_Title.new

And if you wish to close the game completely replace the line with this:
Code:
$scene = nil
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top