Get local invite (Slash Command): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
'''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, | '''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"</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== | ==Also== | ||
Line 16: | Line 14: | ||
* /[[invite (Slash Command)|invite]] | * /[[invite (Slash Command)|invite]] | ||
* /[[league_invite (Slash Command)|league_invite]] | * /[[league_invite (Slash Command)|league_invite]] | ||
{{Navbox Teaming}} |
Revision as of 19:42, 26 August 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.
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