Hi, I have whats probably one of the more simple issues, but I just can't figure it out. How can I turn of Escape being the button that closes the quest menu? I use buttons for that so I just want to disable that function.
I want to disable it because using UCC and this, when I use escape it messes up the mouse causing me to reopen and close via button. So I would prefer to just use buttons.
Quest Menu Escape Key
Re: Quest Menu Escape Key
Hi,
Inspect your quest log window's close button. It probably has a UI Button Key Trigger component that makes Escape a hotkey for the button. Just delete this component.
Inspect your quest log window's close button. It probably has a UI Button Key Trigger component that makes Escape a hotkey for the button. Just delete this component.
Re: Quest Menu Escape Key
And you would be right, thanks so much. I overlooked that script. Thanks again.