I usually use an invisible sprite set as Global, with NoSave behavior. And store all the data I don't want to be loaded in instance variables on that sprite. In "On Load" event you can copy the values back into the global variables.
Another option is to use Local Storage - after loading the game, retrieve the values from Local Storage.