Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: passer-by on Mon 11/04/2005 18:40:07

Title: help with autosave game [SOLVED]
Post by: passer-by on Mon 11/04/2005 18:40:07
Hi
I found functions for  when the player choses to save the game or for when the game ends and it's reset or restarted, but I can't find an option for automatically save game before the players make a crucial move, like turning something off for ever.
Thanks
Title: Re: help with autosave game
Post by: Khris on Mon 11/04/2005 19:14:17
SaveGameSlot(30, "save game");

You have to tell AGS when to do this, of course.
Title: Re: help with autosave game
Post by: passer-by on Mon 11/04/2005 19:22:58
Thanks.