Is there an easy way to restart a game, so say a player quits their current game and goes back to the front end? When they start again I want everything to be reset is though its the first time theyve run it. The game spans several levels, lots of different actors and positions so I'd like to clean sweep it all back to default. Any ideas please?
hmm, that sounds workable, but ideally id like to stay to just one file. I guess I could just use loadGame(gamefile.exe); , it just means the splash screen will appear before the main title screen, i'll have to have a play Thanks for the help guys!