Construct 2 provides an easy way to make savegames. These allow your players to save the game , then come back later and load it from exactly where they left of...
make a variable "Game_Initialized" with value 0
add the event:
if Game_Initialized = 0 --> set Game_Initialized to 1
load game