What's the easiest way to restart a game besides using setters?

When I need to restart a game, the only way I know how to initialize variables to defaults is by using setters. Is there an easier way to do this? Thanks
You can either just say
myVariable = OriginalValue;
or you can exit out of the function or what ever you are using, and restart it, recreating the variables.

- Kyle
Thanks
Topic archived. No new replies allowed.