Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Nope.
Saving in AGM is done by using a switch and a variable.
There are default switches and variables in AGM that you can not delete. We'll be using two of these called Save File switch and File Number variable.
In order to save your game you'll need to set the Save File switch to ON and he File Number to the file you want to save in like 2 would save into the second file. I'm not really sure if there is a limit on the File numbers.
Loading is the same idea but you use Read From File switch instead.
I believe the switches are auto-turn off, so you don't have to worry about constantly saving.