/yes¶
Syntax¶
/yes
Description¶
Clicks "yes" on in-game dialogues and popups. Technically not a command, this is an /alias that's included by default.
Examples¶
Here's what the alias is really doing behind the scenes. From your MacroQuest.ini,
/yes=/multiline ; /squelch /notify LargeDialogWindow LDW_YesButton leftmouseup ; /squelch /notify LargeDialogWindow LDW_OKButton leftmouseup ; /squelch /notify ConfirmationDialogBox CD_Yes_Button leftmouseup ; /squelch /notify ConfirmationDialogBox CD_OK_Button leftmouseup ; /squelch /notify TradeWND TRDW_Trade_Button leftmouseup ; /squelch /notify GiveWnd GVW_Give_Button leftmouseup ; /squelch /notify ProgressionSelectionWnd ProgressionTemplateSelectAcceptButton leftmouseup ; /squelch /notify TaskSelectWnd TSEL_AcceptButton leftmouseup ; /squelch /notify RaidWindow RAID_AcceptButton leftmouseup
Discussions that link here
- i would like to create a macro that creates a zone instance, but i cannot find the command to "Send Everyone" to the expedition
- REDGUiDES.NFO
This command is added by MacroQuest.
Republished and possibly modified from https://docs.macroquest.org/reference/commands/yes/