49
edits
(→Chat) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{wsdev|tocright=0}} | {{wsdev|tocright=0}}{{macronav}} | ||
[[WildStar]] supports using [[slash commands]] in chat windows, such as changing chat channel when typing /s or /a via the keyboard. Slash commands in WildStar include commands for chat, emotes, player actions, general user interface, and AddOn commands. For regular players, slash commands can be used in [[WildStar]] directly in [[Chat]] windows, such as changing chat channel, like /s to /a via the keyboard, and in user [[Macro]]s. | [[WildStar]] supports using [[slash commands]] in chat windows, such as changing chat channel when typing /s or /a via the keyboard. Slash commands in WildStar include commands for chat, emotes, player actions, general user interface, and AddOn commands. For regular players, slash commands can be used in [[WildStar]] directly in [[Chat]] windows, such as changing chat channel, like /s to /a via the keyboard, and in user [[Macro]]s. | ||
| Line 8: | Line 8: | ||
* [option] - words in brackets are options for commands, typed without the brackets | * [option] - words in brackets are options for commands, typed without the brackets | ||
* [option1|option2] - where the vertical line, or 'pipe', separates different types or options for a command | * [option1|option2] - where the vertical line, or 'pipe', separates different types or options for a command | ||
<div class="ApiList"> | |||
=== Chat === | === Chat === | ||
* {{gamecmd|afk}} /afk - flags yourself as away, or away from keyboard, for chat | * {{gamecmd|afk}} /afk - flags yourself as away, or away from keyboard, for chat | ||
| Line 126: | Line 127: | ||
* {{gamecmd|wave}} /wave, /bye, /goodbye | * {{gamecmd|wave}} /wave, /bye, /goodbye | ||
* {{gamecmd|yes}} /yes, /nod | * {{gamecmd|yes}} /yes, /nod | ||
=== User Interface === | === User Interface === | ||
| Line 136: | Line 135: | ||
* {{gamecmd|who}} /who - prints a list of the surrounding players in 'system' channel chat | * {{gamecmd|who}} /who - prints a list of the surrounding players in 'system' channel chat | ||
* {{gamecmd|gearscore}} /gearscore - prints your current "gear score" in 'debug' channel in chat | * {{gamecmd|gearscore}} /gearscore - prints your current "gear score" in 'debug' channel in chat | ||
* {{gamecmd|eval}} /eval - runs a [[WS Lua]] UI code snippet | * {{gamecmd|eval}} /eval - runs a [[WS Lua]] UI code snippet. see also [[CVars]]. | ||
=== Game AddOn === | === Game AddOn === | ||
* {{gamecmd|friendslist}} /friendslist - open friends list UI window (FriendsList AddOn) | * {{gamecmd|friendslist}} /friendslist - open friends list UI window (FriendsList AddOn) | ||
* {{gamecmd|Macros}} / | * {{gamecmd|Macros}} /macros - opens the macro editing UI window (Macros AddOn) | ||
* {{gamecmd|mounts}} /mounts - open the player mounts UI (MountScreen AddOn) | * {{gamecmd|mounts}} /mounts - open the player mounts UI (MountScreen AddOn) | ||
* <s>{{gamecmd|pf}} /pf - toggle the player's ''player frame'' window, or (PlayerFrame AddOn)</s> | * <s>{{gamecmd|pf}} /pf - toggle the player's ''player frame'' window, or (PlayerFrame AddOn)</s> | ||
| Line 163: | Line 162: | ||
* {{gamecmd|zh}} /zh - opens the Zone Hopper zone testing UI window (ZoneHopper AddOn) | * {{gamecmd|zh}} /zh - opens the Zone Hopper zone testing UI window (ZoneHopper AddOn) | ||
* {{gamecmd|zhdev}} /zhdev - opens the dev version of Zone Hopper zone testing UI window (ZoneHopperDev AddOn) | * {{gamecmd|zhdev}} /zhdev - opens the dev version of Zone Hopper zone testing UI window (ZoneHopperDev AddOn) | ||
</div><!-- do not remove --> | |||
[[Category:Macros]] | [[Category:Macros]] | ||
[[Category:Chat]] | [[Category:Chat]] | ||