# Чат

Чат на сервере разделён на глобальный и локальный:

Локальный чат имеет префикс **`L`** перед сообщением, действует в радиусе **100 блоков**.

Глобальный чат имеет префикс `G` перед сообщением, действует **на весь сервер**. Чтобы написать что-то в него нужно поставить `!` перед сообщением, выглядеть это будет так: `!<сообщение>`

<figure><img src="/files/Zz4zEfvREFIs5LP2IJsD" alt=""><figcaption></figcaption></figure>

## Личные сообщения <a href="#lichnye-soobsheniya" id="lichnye-soobsheniya"></a>

Можно писать конкретно какому-то игроку. Это сообщений увидит только адресат.

`/msg`, `/tell`, `/m` — отправляют личное сообщение.

`/r <сообщение>` — отвечает последнему игроку, который писал вам.

<figure><img src="/files/Jq2S0KKz8W8FL6mkvAwE" alt=""><figcaption></figcaption></figure>

## RolePlay команды

`/do` — действие, видно всем, в радиусе 100 блоков.

`/try` — действие, которое может быть как <mark style="color:green;">УДАЧНЫМ</mark>, так и <mark style="color:red;">НЕУДАЧНЫМ</mark>. Видно всем, в радиусе 100 блоков.

<figure><img src="/files/NFtZREld6XHqXcWAXEX3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wcraft.gitbook.io/wcraft-wiki/vvedenie/chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
