Link interact (Slash Command): Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Slash command== {{SlashCommandArticle|command=link_interact|options=name|note=Activates context menu for a character name.}} * The resulting context menu is the same contex...") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Slash command== | ==Slash command== | ||
{{SlashCommandArticle|command=link_interact|options=name|note=Activates context menu for a character name.}} | {{SlashCommandArticle|command=link_interact|options=name|note=Activates context menu for a player's character name.}} | ||
* The resulting context menu is the same context menu that appears when left-clicking on a character's name in the chat window. | * The resulting context menu is the same context menu that appears when '''left'''-clicking on a character's name in the chat window. | ||
*If a player's global name is used, some features such as sending them a message will still work, but most of the other items will not. Use {{slashcommand|link_interact_global}} instead. | |||
==Example== | ==Example== | ||
/link_interact SuperBob | /link_interact SuperBob | ||
/link_interact @SuperBob | |||
===Also=== | |||
* {{slashcommand|link_channel}} | |||
* {{slashcommand|link_info}} | |||
* {{slashcommand|link_interact}} | |||
* {{slashcommand|link_interact_global}} | |||
* {{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 name
Activates context menu for a player's character name.
- The resulting context menu is the same context menu that appears when left-clicking on a character's name in the chat window.
- If a player's global name is used, some features such as sending them a message will still work, but most of the other items will not. Use /link_interact_global instead.
Example
/link_interact SuperBob /link_interact @SuperBob
Also