Game_save - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

NOTOC Makes a Game Maker save game file. {{-}}

Notation

Description

Makes a Game Maker save game file that can be loaded with the game_load() function.

Parameters

String filename: A string that indicates the filename of the desired save game.

Return Values

Returns nothing.

Example Call

//Rooms start event
game_save("save_game.sav");