Command:/doevents
This command is added by MacroQuest
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /doevents [flush] [custom event] |
---|---|
Description | Runs the first event of any type in the queue, flushes all queued events, or runs/flushes just the custom event. |
Options
Option | Description |
---|---|
This will run all queued events | |
chat | This will run only the chat events |
flush | Clears all events in the queue without running them.
/doevents flush SpellFizzle Clears 'SpellFizzle' events in the queue |
[custom event] | Run [custom event] event.
/doevents SpellFizzle Will run 'SpellFizzle' events. |