Get local invite (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{SlashCommandArticle|command=get_local_invite|options=globalname|note=Invite a player to your team using their global name}} | {{SlashCommandArticle|command=get_local_invite|options=globalname|note=Invite a player to your team using their global name}} | ||
* The "@" symbol in front of global names is optional with this command, but recommended. | |||
'''TIP:''' This command is extremely useful for inviting individual or multiple friends to your team quickly with a single click or tap of a key. Create a macro or bind that invites all of your friends at the same time with this command. Just string the commands together like a normal bind. If one of your friends is not online yet, the game will simply send a message that it didn't work for that individual player, but it will invite all the others. Then when your missing friend finally shows up, just tap the button again to invite them. For example, | |||
:<code>/macro Buddies "get_local_invite @SuperBob$$get_local_invite @SuperFrank$$get_local_invite @SuperSlug$$get_local_invite @SuperJokester"</code>. | |||
==Example== | ==Example== | ||
/get_local_invite @SuperBob | /get_local_invite @SuperBob | ||
==Also== | |||
* /[[Get_local_league_invite (Slash Command)|get_local_league_invite]] | |||
* /[[invite (Slash Command)|invite]] | |||
* /[[league_invite (Slash Command)|league_invite]] | |||
{{Navbox Teaming}} | |||
[[Category:Team Commands]] | |||
[[Category:Slash Commands]] |
Latest revision as of 15:45, 28 December 2022
Slash command
/get_local_invite globalname
Invite a player to your team using their global name
- The "@" symbol in front of global names is optional with this command, but recommended.
TIP: This command is extremely useful for inviting individual or multiple friends to your team quickly with a single click or tap of a key. Create a macro or bind that invites all of your friends at the same time with this command. Just string the commands together like a normal bind. If one of your friends is not online yet, the game will simply send a message that it didn't work for that individual player, but it will invite all the others. Then when your missing friend finally shows up, just tap the button again to invite them. For example,
/macro Buddies "get_local_invite @SuperBob$$get_local_invite @SuperFrank$$get_local_invite @SuperSlug$$get_local_invite @SuperJokester"
.
Example
/get_local_invite @SuperBob
Also