Maybe I'm sleep deprived, but I don't believe there's an easy way to reset all static variables, as there is with globals.
Why do I need to do this? Many of my "global" variables are actually static variables in an 'Every Tick' (which I use to limit their scope to the event sheet they belong in). Now, just as I can reset global variables, I need to reset static variables. What should I do?
I would hate to store each variable in a key and reload. There's gotta be a better way! Any ideas?