Beginchat (Slash Command): Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Konoko
(New page: == Slash Command == {{SlashCommandArticle |command=beginchat |options=special |note=Beginchat will activate the chat box and put "''special''" in there with your cursor at the end. This c...)
 
imported>Konoko
Line 21: Line 21:


==Related links==
==Related links==
*[[Global Chat Handle]]
*{{slashcommand|send|"channel name" message}}
*{{slashcommand|bind|key commands}}
*{{slashcommand|bind|key commands}}
*{{slashcommand|startchat}}
*{{slashcommand|startchat}}

Revision as of 13:08, 16 July 2007

Slash Command

/beginchat special

Beginchat will activate the chat box and put "special" in there with your cursor at the end.

This command is not to be confused with /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

  • /beginchat /send "channel name
    • note the trailing space.
    • Will open the chat box with /send "channel name"  in it.
  • /bind key /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 /send "channel name" [$name - $level $archetype]: 
      • same as above but with character name and archetype in the front, useful for team finding.

Related links