I sorted it out. I have a ton of variables which have a default state set in their declaration. These get changed based on a number of events, and I wanted to create a lazy way of resetting to default values. I made an initialization method which sets them; now I can simply reset them at any time. P...