public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Accidentally removed Save Tab in Menu

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Accidentally removed Save Tab in Menu
  • Original author: A.Garner
  • Original date: August 8, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/accidentally-removed-save-tab-in-menu.66529/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support

Summary

I was in the process of adding a load command to my game's pause menu and I did so by copying  #--------------------------------------------------------------------------   # * [Save] Command   #--------------------------------------------------------------------------

Archived First Post

I was in the process of adding a load command to my game's pause menu and I did so by copying 


#--------------------------------------------------------------------------
  # * [Save] Command
  #--------------------------------------------------------------------------
  def command_save
    SceneManager.call(Scene_Save)
  end


and pasting it above that line 


then changing 'save' to 'load'


I opened the game to see if it worked and it did but save was gone, no option for it so I deleted the command lines I had just added and it still didnt show up Protected download


I even added the Save command twice to see if it did anything and still it only shows load 


Protected download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

HELp.jpg
HELp.jpg
Help2.jpg
Help2.jpg
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#rgss-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar