-
Notifications
You must be signed in to change notification settings - Fork 0
Game_save
hpgDesigns edited this page Aug 8, 2021
·
1 revision
NOTOC Makes a Game Maker save game file. {{-}}
Makes a Game Maker save game file that can be loaded with the game_load() function.
String filename: A string that indicates the filename of the desired save game.
Returns nothing.
//Rooms start event
game_save("save_game.sav");This is number 1