Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

> Remove save function, A little script I made that removes the save function!
filiusrex091
post Apr 6 2012, 06:33 AM
Post #1


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Intermediate





Remove save function



What this script does;


This is a little script that simply removes the save function from the menu. I wrote this
for my Ace project, but decided to share it


Script


CODE
#------------------------------------------------------------------------------
#------------------ Filius rex's remove save command For VXA ------------------
#------------------------------------------------------------------------------
#
#                This simply removes the save command from the menu.
#------------------------------------------------------------------------------

class Scene_Menu < Scene_MenuBase
    def create_command_window
    @command_window = Window_MenuCommand.new
    @command_window.set_handler(:item,      method(:command_item))
    @command_window.set_handler(:skill,     method(:command_personal))
    @command_window.set_handler(:equip,     method(:command_personal))
    @command_window.set_handler(:status,    method(:command_personal))
    @command_window.set_handler(:formation, method(:command_formation))
    @command_window.set_handler(:game_end,  method(:command_game_end))
    @command_window.set_handler(:cancel,    method(:return_scene))
  end
end

class Window_MenuCommand < Window_Command
   def make_command_list
    add_main_commands
    add_formation_command
    add_original_commands
    add_game_end_command
  end
end
Go to the top of the page
 
+Quote Post
   
 
Start new topic
Replies
filiusrex091
post Apr 9 2012, 06:29 AM
Post #2


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Intermediate




Thanks for the heads up. I guess I'l have to check that out. As for my script, I may do another update with more features
Go to the top of the page
 
+Quote Post
   



Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 18th June 2013 - 11:43 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker