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
SaveGameSlot(30, "save game");
You have to tell AGS when to do this, of course.
Thanks.