Command:/popupecho
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 | /popupecho [<#color>] [<#seconds>] <message> |
---|---|
Description | Creates an in-game overlay message just like Command:/popcustom, but also writes it to the MQ window. |
Options
Option | Description |
---|---|
<#color> |
|
<#seconds> | the delay in which to display the popup |
<message> | the text of the popup |
Examples
/popupecho hi there
- Will display "hi there" on the screen just like /popup
/popupecho 5 hi there
- Will display "hi there" on the screen in pink, for 3 seconds (/popup's default)
/popupecho 5 5 hi there
- Will display "hi there" on the screen in pink, for 5 seconds.
- If you type /popupecho with no parameters, it will display the help output for this information.