Get local invite (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
* The "@" symbol in front of global names is optional with this command, but recommended.
* 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,  
'''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>.
   
:<code>/macro Buddies "get_local_invite @SuperBob$$get_local_invite @SuperFrank$$get_local_invite @SuperSlug$$get_local_invite @SuperJokester"</code>.


==Example==
==Example==
Line 11: Line 12:


==Also==
==Also==
* /[[get_local_league_invite]]
* /[[Get_local_league_invite (Slash Command)|get_local_league_invite]]
* /[[invite (Slash Command)|invite]]
* /[[invite (Slash Command)|invite]]
* /[[league_invite (Slash Command)|league_invite]]
* /[[league_invite (Slash Command)|league_invite]]
Line 17: Line 18:


{{Navbox Teaming}}
{{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