Closing boxes
Welcome to the forums do you mean you are having trouble closing windows?
Quote:
These 3 slash commands should do it:
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.
|
/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
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.
Then use: /dialog_answer leave
It will activate any answers that match what you put there.
Quote:
Ahh, /Window_hide the command you want:
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.
|
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
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.