Command:/popupecho

From the wonderful RedGuides Wiki

This command is added by MacroQuest

Syntax Key
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>
  • 1 = dark grey
  • 2 = light green
  • 4 = dark blue
  • 5 = pink
  • 6 = light grey
  • 7 = white
  • 13 = red
  • 14 = bright green
  • 15 = yellow
  • 16 = bright blue
  • 18 = cyan
  • 20 = black
  • --------------
  • 3,8,9,11,17,19,21+ = same as 1
  • 10 = same as 7
  • 12 = same as 6
<#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.

See also