> For the complete documentation index, see [llms.txt](https://viper-development-1.gitbook.io/viperdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viper-development-1.gitbook.io/viperdocs/viper-scripts/chat/command.md).

# Command

Commands available for viper-chat.

<table><thead><tr><th>Command</th><th>Side</th><th>Access</th><th width="185">Description</th></tr></thead><tbody><tr><td><mark style="color:$primary;"><code>/me</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Sends an <mark style="color:$primary;">action/emote</mark> message visible to nearby players (e.g. <code>/me waves.</code>).</td></tr><tr><td><mark style="color:$primary;"><code>/do</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Sends a third-person <mark style="color:$primary;">scene description</mark>, shown in a distinct format from regular chat/emotes.</td></tr><tr><td><mark style="color:$primary;"><code>/try</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Attempts an action with a <mark style="color:$primary;">randomized chance</mark> of success or failure, displaying the outcome to nearby players.</td></tr><tr><td><mark style="color:$primary;"><code>/ooc</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Sends an <mark style="color:$primary;">out-of-character</mark> message to nearby players, clearly marked as OOC.</td></tr><tr><td><mark style="color:$primary;"><code>/pm</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Sends a <mark style="color:$primary;">private message</mark> directly to a specified player.</td></tr><tr><td><mark style="color:$primary;"><code>/reply</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Sends a private message back to the <mark style="color:$primary;">last player</mark> who messaged you.</td></tr><tr><td><mark style="color:$primary;"><code>/job</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Everyone</mark></td><td>Sends a message to your <mark style="color:$primary;">job chat</mark> channel, visible only to coworkers on duty.</td></tr><tr><td><mark style="color:$primary;"><code>/staff</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Staff</mark></td><td>Sends a message to the <mark style="color:$primary;">staff-only</mark> chat channel. Requires the <mark style="color:$primary;"><code>chat.staff</code></mark> ace permission.</td></tr><tr><td><mark style="color:$primary;"><code>/announce</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Admin</mark></td><td>Sends a <mark style="color:$primary;">server-wide announcement</mark> to all players. Requires the <mark style="color:$primary;"><code>chat.admin</code></mark> ace permission.</td></tr><tr><td><mark style="color:$primary;"><code>/clear</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Admin</mark></td><td>Clears <mark style="color:$primary;">your own</mark> chat box. Requires the <mark style="color:$primary;"><code>chat.admin</code></mark> ace permission.</td></tr><tr><td><mark style="color:$primary;"><code>/clearall</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Admin</mark></td><td>Clears the chat box for <mark style="color:$primary;">all players</mark> on the server. Requires the <mark style="color:$primary;"><code>chat.admin</code></mark> ace permission.</td></tr><tr><td><mark style="color:$primary;"><code>/chatrefresh</code></mark></td><td><mark style="color:$primary;">Client</mark></td><td><mark style="color:$primary;">Admin</mark></td><td><mark style="color:$primary;">Refreshes/reloads</mark> the chat UI. Requires the <mark style="color:$primary;"><code>chat.admin</code></mark> ace permission.</td></tr></tbody></table>
