Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: GreenBoy on Mon 25/12/2006 06:41:02

Title: trouble getting the restore to work in the title room
Post by: GreenBoy on Mon 25/12/2006 06:41:02
Ok in my game a small cutscene occurs with my "company name" in it then it goes to the main title room where you can choose to either start a new game or restore or quit.  but when you you click on restore or comes up with the message "Sorry not now"

heres what i have under the any click funtion for that hotspot

#sectionstart hotspot2_a  // DO NOT EDIT OR REMOVE THIS LINE
function hotspot2_a() {
  // script for Hotspot 2 (Restore): Any click on hotspot
RestoreGameDialog ();
}

what could be wrong?? ???
Title: Re: trouble getting the restore to work in the title room
Post by: Gilbert on Mon 25/12/2006 10:39:06
Check whether the "save/laod disabled" checkbox was checked in that room.
Title: Re: trouble getting the restore to work in the title room
Post by: GreenBoy on Tue 26/12/2006 05:07:59
Oi I cant believe it was that simple.

Not sure how that happened.