WoW:MACRO say: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
m (Move page script moved page MACRO say to MACRO say without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:


== Aliases ==
== Aliases ==
:say
:<code>say</code>
:s
:<code>s</code>
 


== Arguments ==
== Arguments ==

Latest revision as of 04:48, 15 August 2023

Slash commands


Send a text message to all players in your immediate local vicinity

/say text

Aliases[edit]

say
s

Arguments[edit]

text
Text to send.

Text Modifiers[edit]

You may specify modifiers inline with chat text to pass certain information with the "%" character:

  • %f - Inserts the name of your focus target or "<no focus>" into the chat text.
  • %n,%t - Inserts the name of your current target or "<no target>" into the chat text.

Notes[edit]

By default, this will appear as a chat bubble over your head as well.
This does not bypass ignore functionality.
Opposite faction players will see you speaking in encoded text, appearing as a different language.