#-------------------------------------------------------------------------- # * Create Command Window #-------------------------------------------------------------------------- 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

save, method

command_save)) @command_window.set_handler

game_end, method

command_game_end)) @command_window.set_handler

cancel, method

return_scene)) endSo, as before, you can easily disable one of these. In the menu scene, you'll find it to be "Greyed Out". See later to remove them.
You simply have to comment on their line to not completely vanquish their evil existence, but surely disabling them :/. Creepy
