> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/chat-commands/set-character-class-command.md).

# Set Character Class 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 Character Class Command*.

## Properties

| Name                  | Description                                                                                                           |
| --------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Fixed Character Class | If true, all parameters will be ignored, and the character class will be the one in the *Character Class Name* field. |
| Character Class Name  | The name of the character class to set if *Fixed Character Class* is true.                                            |

## Examples

| Command                    | Effect                              |
| -------------------------- | ----------------------------------- |
| /setcharacterclass warrior | Set the Character Class to Warrior. |
| /setmage                   | Set the Character Class to Mage.    |
