# Estados de muerte

Dentro del servidor, una vez muerto por cualquier motivo tienes varios estados:

## **PRIMER ESTADO**

<figure><img src="https://i.imgur.com/WhZ473k.png" alt=""><figcaption></figcaption></figure>

Tal y como se muestra en la fotografía superior, el primer estado muestra movimiento y como el personaje está herido, dando a entender que está consciente.&#x20;

Durante este estado, por muy consciente que se supone que esté el personaje, hay restricciones:

* Sí se permite hablar de forma IC pero deberá de ser interpretando heridas.
* No se permiten gemidos exagerados.
* Prohibido hablar por radio en este estado.

## SEGUNDO ESTADO

<figure><img src="https://i.imgur.com/pixlV7e.png" alt=""><figcaption></figcaption></figure>

Este estado muestra claramente al personaje en un estado en el que no se mueve por lo cual da a entender que no muestra consciencia.

Durante este estado, no se permite ningún tipo de acción.


---

# 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://wavesiderp.gitbook.io/reglas-guias/reglas/estados-de-muerte.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.
