Author Topic: Auto Open Console on Open Menu  (Read 369 times)

So when you open up the menu, I want the console to automatically open with it. And then when you close the menu the console will close. Can someone do this?

Wait, so you're saying you created a GUI (menu), and you want the console to open at the same time as the menu you made?

No, he means the escape menu.

This won't work, the way that GUIs are handled means that both the escape menu and the console dialog want full control of the mouse and keyboard.
If you open both up, then whichever was opened second gets all the input from everything, and the other one just sits there looking pretty.

No, he means the escape menu.

This won't work, the way that GUIs are handled means that both the escape menu and the console dialog want full control of the mouse and keyboard.
If you open both up, then whichever was opened second gets all the input from everything, and the other one just sits there looking pretty.
You could just include the Escape Menu GUI inside the Console Dialogue, and remove what ever short-cuts would be on it.
Or vice-versa for the escape menu.