04-18-2009, 06:43 AM
OK, I got the force save when pressing new game part. I just added this
to scene title. If you press cancel it takes you back to the title screen and when you choose a save spot, it takes you to the game. So that works pretty well for the most part. Now, the hard part (for me at least) is finding which file it was saved to.
on_cancel I put
That's why it goes back to title screen. I don't know if that is the best way to do it.
Code:
$game_temp.save_calling = true
$scene = Scene_Save.new
on_cancel I put
Code:
if $game_system.save_count == 0
$scene = Scene_Title.new
My partner in crime = TREXRELL