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