Link interact global (Slash Command): Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Slash command== {{SlashCommandArticle|command=link_interact_global|options=name string|note=Activates context menu for a player's global name.}} * ''Name'' is the player's...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
* ''String'' can be anything. It appears to serve no purpose, however the command requires '''something''' be there. | * ''String'' can be anything. It appears to serve no purpose, however the command requires '''something''' be there. | ||
* Do not put the @ symbol on the global name. The command does that automatically. | * Do not put the @ symbol on the global name. The command does that automatically. | ||
* The resulting context menu is the same context menu that appears when left-clicking on a character's name in the chat window. | |||
* All but one of the menu options work in the context menu, including inviting a player to a team or league using their global name. | * All but one of the menu options work in the context menu, including inviting a player to a team or league using their global name. | ||
* Add Friend will not work because global names can not be added to the server Friends List. | * Add Friend will not work because global names can not be added to the server Friends List. | ||
Line 10: | Line 11: | ||
==Example== | ==Example== | ||
/link_interact_global SuperBob 1 | /link_interact_global SuperBob 1 | ||
===Also=== | |||
* {{slashcommand|link_interact}} | |||
* {{slashcommand|contextmenu}} | |||
* [[context menu|Context Menus]] | |||
{{Navbox Context Menu Commands}} | |||
[[Category:Context Menu Commands]] | |||
[[Category:Slash Commands]] |
Latest revision as of 14:38, 28 December 2022
Slash command
/link_interact_global name string
Activates context menu for a player's global name.
- Name is the player's global name
- String can be anything. It appears to serve no purpose, however the command requires something be there.
- Do not put the @ symbol on the global name. The command does that automatically.
- The resulting context menu is the same context menu that appears when left-clicking on a character's name in the chat window.
- All but one of the menu options work in the context menu, including inviting a player to a team or league using their global name.
- Add Friend will not work because global names can not be added to the server Friends List.
Example
/link_interact_global SuperBob 1
Also