WoW:MACRO csay: Difference between revisions
Jump to navigation
Jump to search
(Creation) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{macro}} | ||
Sends a chat message to a chat channel | Sends a chat message to a chat channel | ||
Line 8: | Line 7: | ||
:csay | :csay | ||
:c | :c | ||
== Arguments == | == Arguments == | ||
:;channel : The channel to send text to, either a channel name or a channel # (1-10) | :;channel | ||
:;text : The text to send to the channel. | :: The channel to send text to, either a channel name or a channel # (1-10) | ||
:;text | |||
:: The text to send to the channel. | |||
{{chattextmodifiers}} | {{chattextmodifiers}} | ||
== Notes == | == Notes == | ||
:You may pass other information in this text. | :You may pass other information in this text. |
Revision as of 17:26, 3 November 2013
Sends a chat message to a chat channel
/csay channel text
Aliases
- csay
- c
Arguments
- channel
- The channel to send text to, either a channel name or a channel # (1-10)
- text
- The text to send to the channel.
Text Modifiers
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
- You may pass other information in this text.