#-------------------------------------------------------------------------- # * Start Processing #-------------------------------------------------------------------------- def start super create_command_window create_gold_window create_status_window create_help_window end #-------------------------------------------------------------------------- # * 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

game_end, method

command_game_end)) @command_window.set_handler

cancel, method

return_scene)) @command_window.help_window = @help_window end