[SOLVED] saving and loading game

Hey, my game doesn't either save or load the game, not sure which one is the issue,

I have the Save Game action in Room End event in an object obj_savegame.
In main menu, if I try to ever press Load Game, it does nothing, the game never loads.
I tried replacing the drag and drop actions with code, the ones provided in the functions, but still doesn't work.

EDIT: Okay, the issue is putting the save game action in Room End Event, its not possible? Is there any way to do it so that it saves when the room ends (well, with alarms, perhaps)
EDIT2: It was all due to a poorly placed instance_destroy() event!! shouldve paid more attention. this thread can be closed!
 
Last edited:
Top