Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Captain Mostly on Sun 08/06/2003 13:51:07

Title: LOADING DIFFICULTIES
Post by: Captain Mostly on Sun 08/06/2003 13:51:07
I've set my game so that the moment the game starts, it loads game-slot 30...
While it has a little error message if there is no game slot 30, it then carries on and works fine.

But if there IS a game slot 30, it starts up, but doesn't allow me to click anything at all with the mouse... Does anyone know why this is and how I can stop it?!?!?!?
Title: Re:LOADING DIFFICULTIES
Post by: Synthetique on Sun 08/06/2003 15:43:52
it might be a savefile from an old version of your game..
Title: Re:LOADING DIFFICULTIES
Post by: Captain Mostly on Sun 08/06/2003 15:56:23
it's ok. I descovered it was screwing up because the save code was in a function for before a screen loaded. This meant that when it loaded up, it got all confused...

anyway, I fixed it now!