From aeff9a856c32914bb00d5ed72afe3a2ef42a28b0 Mon Sep 17 00:00:00 2001 From: mshirt Date: Wed, 14 Dec 2016 02:16:57 -0600 Subject: [PATCH] Adding in checkpoint save functionality --- scripts/SaveLoad.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/SaveLoad.rb b/scripts/SaveLoad.rb index d577dac..a761c3f 100644 --- a/scripts/SaveLoad.rb +++ b/scripts/SaveLoad.rb @@ -153,7 +153,9 @@ def real_load $game_map.update # Switch to map screen $scene = Scene_Map.new - $game_temp.common_event_id = 42 + if !$game_switches[198] # if this was a "checkpoint" save + $game_temp.common_event_id = 42 + end # Set wallpaper if necessary if $game_oneshot.wallpaper Wallpaper.set $game_oneshot.wallpaper, $game_oneshot.wallpaper_color