WoW:MACRO battleground: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
m (Move page script moved page MACRO battleground to MACRO battleground without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{macroapi}} __NOTOC__
{{macro}}
 


Send a text message to all friendly players in a battleground
Send a text message to all friendly players in a battleground
Line 8: Line 7:
:battleground
:battleground
:bg
:bg


== Arguments ==
== Arguments ==
:;text : Text to send.
:;text
:: Text to send.


{{chattextmodifiers}}
{{chattextmodifiers}}

Latest revision as of 04:48, 15 August 2023

Macro commands

Send a text message to all friendly players in a battleground

/battleground text

Aliases[edit]

battleground
bg

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]

This is only available in a battleground, since the channel only exists in the battleground.