# Commands

{% tabs %}
{% tab title="Speech" %}

***

## /yell

Have your character yell a message.

*Yelling has a radius of 25 blocks.*

## /whisper

Have your character whisper a message.

*Whispering has a radius of 2 blocks.*

***

{% endtab %}

{% tab title="Actions" %}

***

## /me

Action something as your character, e.g. /me waves.

*This command has a 15 block range.*

## /mec

Action something as your character, e.g. /mec waves.

*This command has a 3 block range.*

## /mel

Action something as your character, e.g. /mel waves

*This command has a 25 block range.*

***

## /it

Action something as your character from a third person perspective, e.g. /it John would appear sad.

*This command has a 15 block range.*

## /itc

Action something as your character from a third person perspective, e.g. /itc John would appear sad.

*This command has a 3 block range.*

## /itl

Action something as your character from a third person perspective, e.g. /itl John would appear sad.

*This command has a 25 block range.*

***

## /my

Action something as your character from, e.g. /my frown turned into a smile.

*This command has a 15 block range.*

## /myc

Action something as your character from, e.g. /myc frown turned into a smile.

*This command has a 3 block range.*

## /myl

Action something as your character from, e.g. /myl frown turned into a smile.

*This command has a 25 block range.*

***

{% endtab %}

{% tab title="Emotes" %}

***

## /sit

Have your character sit down wherever you're stood.

## /lay

Have your character lay down wherever you're stood in the direction you're facing.

## /crawl

Allow your character to crawl around on the floor, and fit into any 1x1 block gap.

***

## /gesture

Allows your character to dance and do an animated emote.

## /am

Animate your hands.

## /raisehand

Raise your hand.

***

## /stroll

Start walking slowly. *You can stop strolling using /walk.*

***

{% endtab %}

{% tab title="Chats" %}

### /ooc

Send a message out of character to the whole server.

*This command has a cooldown*

### /looc

Send a message out of character to players nearby.

*Players within a 10 block radius will see this message.*
{% endtab %}
{% endtabs %}


---

# 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://faq.schoolrp.net/roleplaying/commands.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.
