# Set Level Command

{% embed url="<https://youtu.be/3APSwGQC4nc>" %}

## Creation

To create a set level command, find (or create) the *GameName/Resources/GameName/ChatCommand* folder in the project tab and right click.  Choose *Create > AnyRPG > Chat Commands > Set Level Command*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2F2zU90k3la8WedtIthjGo%2Fimage.png?alt=media\&token=0d29226b-805d-4bc6-a51f-1836ce62b7cd)

## Properties

| Name         | Description                                                                                      |
| ------------ | ------------------------------------------------------------------------------------------------ |
| Fixed Level  | If true, the player level will always be set to the level specified in the *Level Number* field. |
| Level Number | If *Fixed Level* is set to true, this is the level the player will be set to.                    |

## Examples

| Command      | Effect                      |
| ------------ | --------------------------- |
| /setlevel 10 | Set the player to level 10. |
| /maxlevel    | Set the player to level 50. |


---

# 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://docs.anyrpg.org/scriptable-objects/chat-commands/set-level-command.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.
