Hi:
Do you know if it's possible to reset just one of different Global Variables?
For example, in a platform game: you have Lives and Collectibles in the levels. Both are Persistent objects with Global Variables. After the player dies, you have to Reset the Lifes but not the Collectibles, as once it's taken it doesn´t have to appear anymore.
Thanks in advance.