Closing boxes


Krogoth

 

Posted

Is there a keyboard method available to close boxes like the ones where the contacts give you missions and info? They don't respond well to mouse clicks on my system.


 

Posted

Welcome to the forums do you mean you are having trouble closing windows?


 

Posted

Quote:
Originally Posted by _Klaw_ View Post
Welcome to the forums do you mean you are having trouble closing windows?
Thanks, yes, exactly.


 

Posted

Quote:
Originally Posted by Ophidian View Post
Is there a keyboard method available to close boxes like the ones where the contacts give you missions and info? They don't respond well to mouse clicks on my system.
These 3 slash commands should do it:
/dialog_answer <choice> - Answer dialog with button matching the provided text choice (ok, yes, no, cancel, or accept)
/dialog_no - Answer OK, No, or Cancel to current dialog
/dialog_yes - Answer OK, Yes, or Accept to current dialog

If you want you could bind to a key or make a macro:
Examples
/bind <key> dialog_yes
/macro Yes dialog_yes


 

Posted

Actually, I'm looking for one that will close the boxes that use "Leave" or the little red buttons. Not having trouble with the yes/no boxes.


 

Posted

Then use: /dialog_answer leave

It will activate any answers that match what you put there.


 

Posted

Quote:
Originally Posted by Ophidian View Post
Actually, I'm looking for one that will close the boxes that use "Leave" or the little red buttons. Not having trouble with the yes/no boxes.
Ahh, /Window_hide the command you want:
So when talking to the contact it would be:
/Window_hide Contactdialog

To get a full list of the window names you can use:
/Window_names


 

Posted

Quote:
Originally Posted by _Klaw_ View Post
Then use: /dialog_answer leave

It will activate any answers that match what you put there.
That one doesn't appear to work sadly


 

Posted