So I created a Variables class that is neither a World or Actor subclass, but rather is just one of the "Other Classes" Now I want to know how to create this object once and have it stay in memory so that it can be accessed throughout the game constantly. I am going to use it to keep track of whether the player has bought certain items from a store so that the player cannot buy the same item twice.
Any help appreciated,
nickthequik

