WoW:MACRO settitle: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(→‎Notes: This may currently be broken in 4.0.1)
Line 5: Line 5:
  /settitle title
  /settitle title


e.g.: /settitle Jenkins
== Aliases ==
== Aliases ==
:None
:None
Line 14: Line 15:
== Notes ==
== Notes ==
*Added in patch 3.3
*Added in patch 3.3
*May be broken currently in 4.0.1.
*You may not set arbitrary titles, you must have the title available to you as shown on your character screen.
*You may not set arbitrary titles, you must have the title available to you as shown on your character screen.
*If no argument is passed, it will clear your title.
*If no argument is passed, it will clear your title.

Revision as of 13:04, 5 October 2014

Slash commands


Sets the current title for your character

/settitle title

e.g.: /settitle Jenkins

Aliases

None

Arguments

title
The title to set for your character


Notes

  • Added in patch 3.3
  • You may not set arbitrary titles, you must have the title available to you as shown on your character screen.
  • If no argument is passed, it will clear your title.