Page 1 of 1

How to pause and load?

PostPosted: Fri Jul 27, 2007 6:44 am
by Zehper48
what is the code to pause a game and unpause a game?
and is there a way to load a .ged in game editor in game like make your first level a menu and when you click on one of the menu buttons it loads a .ged
does anybody know what i mean? if you can help me that would be cool

pause and un pause

PostPosted: Fri Jul 27, 2007 6:53 am
by Wolly08
pause = PauseGameOn();
unpause = PauseGameOff();
hope it helps :wink:

load game

PostPosted: Fri Jul 27, 2007 6:58 am
by Wolly08
i dont think tiis is what your wanting to know but it might be
make 2 actors with text make number one instructions to play and number two say 'PLAY' and make your game aswell but make the game not appear at startup and so when play is cliked it creates all the actors in your game and destroys play and instructions :)