Hi
I have come to the end of my short demo for my project at university and was wondering if there was a script command to end the game and ext back to windows?
Thanks
QuitGame(0);
will exit the game and return to windows
QuitGame(0); // will exit program (ags) back to windows immediately
QuitGame(1); // will ask you if you want to Quit program (ags)
Thank you for the quick replies !!! :)
Please check the manual before opening threads. This is command is really easy to find.