Beginchat (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Thirty7
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{SlashCommandArticle
{{SlashCommandArticle
|command=beginchat
|command=beginchat
|options=special
|options=string
|note=Beginchat will activate the chat box and put "''special''" in there with your cursor at the end.
|note=Starts chat-entry mode with given string.}}
 
* '''String''' is the text you'd like to copy into the chat box.
* {{slashcommand|beginchat}} will activate the chat box and paste "''string''" into the chat line with your cursor at the end.
* This command is not to be confused with {{slashcommand|startchat}} which takes no arguments and simply activates the chat box.
*Two of the game's [[Default Key Bindings|default keybindings]] make use of this command:
** COMMA "," - <code>show chat$$beginchat /tell $target,&nbsp; </code>
** SEMICOLON ";" - <code>show chat$$beginchat ;</code>
*This command is useful as an alternate to {{slashcommand|bind_load_file}} for loading in some text binds that need to be used immediately. Binds loaded using {{slashcommand|beginchat}} tend to take effect immediately, whereas {{slashcommand|bind_load_file}} often does not take effect until the character has moved to a new zone or after restarting the game client.
 


This command is not to be confused with {{slashcommand|startchat}} which takes no arguments and simply opens the chat box.}}
== Defaults ==
There are several default keybindings that make use of this command.
* comma ","
** /beginchat /tell $target,
== Example ==
== Example ==
* <code>/beginchat /send "[[Global Chat Channel|channel name]]"&nbsp; </code>
* <code>/beginchat /send "[[Global Chat Channel|channel name]]"&nbsp; </code>
Line 19: Line 23:
** <code>/bind LCTRL+''key'' beginchat /send "channel name" [$name - $level $archetype]:&nbsp; </code>
** <code>/bind LCTRL+''key'' beginchat /send "channel name" [$name - $level $archetype]:&nbsp; </code>
*** same as above but with character name and archetype in the front, useful for team finding.
*** same as above but with character name and archetype in the front, useful for team finding.


== Related links ==
== Related links ==
*{{slashcommand|send|"channel name" message}}
*{{slashcommand|send|"channel name" message}}
*{{slashcommand|bind|key commands}}
*{{slashcommand|bind|key commands}}


{{Navbox Communication}}
{{Navbox Communication}}


[[Category:Communication Commands]]
[[Category:Communication Commands]]

Latest revision as of 00:27, 27 December 2022

Slash Command

/beginchat string

Starts chat-entry mode with given string.

  • String is the text you'd like to copy into the chat box.
  • /beginchat will activate the chat box and paste "string" into the chat line with your cursor at the end.
  • This command is not to be confused with /startchat which takes no arguments and simply activates the chat box.
  • Two of the game's default keybindings make use of this command:
    • COMMA "," - show chat$$beginchat /tell $target, 
    • SEMICOLON ";" - show chat$$beginchat ;
  • This command is useful as an alternate to /bind_load_file for loading in some text binds that need to be used immediately. Binds loaded using /beginchat tend to take effect immediately, whereas /bind_load_file often does not take effect until the character has moved to a new zone or after restarting the game client.


Example

  • /beginchat /send "channel name
    • note the trailing space.
    • Will open the chat box with /send "channel name"  in it.
  • /bind key beginchat /send "channel name" 
    • binds key to open the chat box with /send "channel name" in it for fast chatting on a global chat channel.
    • /bind LCTRL+key beginchat /send "channel name" [$name - $level $archetype]: 
      • same as above but with character name and archetype in the front, useful for team finding.


Related links

  • /send "channel name" message
  • /bind key commands