Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: JpSoft on Thu 26/06/2008 16:14:57

Title: Disable user interface for Save/Restore GUIs
Post by: JpSoft on Thu 26/06/2008 16:14:57
Im unable to find the way to just disable all the interface in the same way the predefined save-restore-quit works. I know i can use a full-scree gui instead, but i dont believe this is the best way. I tried using DisableInterface but it dont works. Anyone knows how it works?

Jp
Title: Re: Disable user interface for Save/Restore GUIs
Post by: TwinMoon on Thu 26/06/2008 16:56:34
I think PauseGame(); is what you're looking for.