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?? ???
Check whether the "save/laod disabled" checkbox was checked in that room.
Oi I cant believe it was that simple.
Not sure how that happened.