Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Silent Bob on Sun 26/07/2015 23:06:08

Title: Highlighted GUI elements while Wait() command is on
Post by: Silent Bob on Sun 26/07/2015 23:06:08
Hey everyone,

Did anyone have a problem with Wait() command as follows? :

When i have my inventory opened, and I use a particular item on another inevtory's item, the dedicated script is launched which contains a Wait command in order to play a sound of combining two items before the result item occurs. The problem is that during that "Wait" all of inventory gui elementes are ugly highlighted (like there were blocked or smth), and I can't figure out why. When i don't use the wait command, all work as it should.

Thank You for any suggestions :)
Title: Re: Highlighted GUI elements while Wait() command is on
Post by: Snarky on Mon 27/07/2015 00:39:54
There's an option in the game settings called something like "When game is paused: gray out GUIs". Set this to display GUIs normally instead.
Title: Re: Highlighted GUI elements while Wait() command is on
Post by: Silent Bob on Mon 27/07/2015 00:45:59
This solves the problem :)

Thank You very much!

:)