How do you save and reload a game with Game Maker?

1 answer

Answer

1251697

2026-02-19 06:50

+ Follow

You can use this:

SAVE:

savegame = get_string('Save Name:', '')

game_save('game_'+savegame)

LOAD:

loadgame = get_string('Enter The Save Name:', '')

game_load('game_'+loadgame)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.