Command:/popup
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 | /popup <text> |
---|---|
Description | Displays text in the center of your screen. Currently the text is a fixed font and color.
If you desire a custom color or display duration you may perform this modification using a new command via the |
Options
Examples
- Displays Current Mana: 65%
/popup Current Mana: ${Me.CurrentMana}
- Displays Run away! Run away!
/popup Run away! Run away!