WoW:MACRO csay: Difference between revisions
Jump to navigation
Jump to search
(Creation) |
m (Move page script moved page MACRO csay to MACRO csay without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
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. |
Latest revision as of 04:48, 15 August 2023
Sends a chat message to a chat channel
/csay channel text
Aliases[edit]
- csay
- c
Arguments[edit]
- 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[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]
- You may pass other information in this text.