Command:/setwintitle
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 | /setwintitle <title> |
---|---|
Description | Sets the current EQ Window title. It will parse MQ variables. |
Options
Examples
- To make a new window title each time you zone, create a file called zoned.cfg into your
Config
folder and paste,
/SetWinTitle EverQuest - ${Me.Name} (${Zone.ShortName})