Skip to content

/echo

Syntax

/echo <text>

Description

Echoes the specified text (or variables) to the MQ Console window.

Examples

Colorized usage

/echo \amThis is a \attest\ax \n\a-gAll done, let's show a backslash: \ar\\

Output:

[MQ] This is a test
All done, let's show a backslash: \

Variable usage

/echo My current health percent is ${Me.PctHPs}

[MQ] My current health percent is 100

Color Codes

Code Color Code Dark Variant
\ab Black \a-b Black (dark)
\ag Green \a-g Green (dark)
\am Magenta \a-m Magenta (dark)
\ao Orange \a-o Orange (dark)
\ap Purple \a-p Purple (dark)
\ar Red \a-r Red (dark)
\at Cyan \a-t Cyan (dark)
\au Blue \a-u Blue (dark)
\aw White \a-w White (dark)
\ay Yellow \a-y Yellow (dark)
\ax Previous color (Default if none)

Special Codes

Code Description
\n Newline
\d Down (same as newline, LamahHerder knows not why)

See also

Discussions that link here

This command is added by MacroQuest.

Republished and possibly modified from https://docs.macroquest.org/reference/commands/echo/