Sometimes when using variables to store a state of something, I would like that variable to be persistent between EG sessions. I don't want to loose the state just because of an EG restart...
So let's say I have set the variable eg.globals.LightsON = True, is there a way to store that value on EG exit and reload it when EG is started again?
The best would be if I could store the whole collection eg.globals without having to specify each subname...
