tatao Member 0 Mar 9, 2007 #1 Is there a command I could use so that the file is automatically saved, even if the players has not done it.
Is there a command I could use so that the file is automatically saved, even if the players has not done it.
tibuda Member 380 Mar 9, 2007 #2 Code: scene = Scene_Save.new filename = scene.make_filename($game_temp.last_file_index) scene.on_decision(filename) scene = nil Upvote 0 Downvote
Code: scene = Scene_Save.new filename = scene.make_filename($game_temp.last_file_index) scene.on_decision(filename) scene = nil