Skip to content

Game_save

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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");

This is number 1

Clone this wiki locally