> 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-class-specialization-command.md).

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

## Properties

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

## Examples

| Command                    | Effect                           |
| -------------------------- | -------------------------------- |
| /setclassspecalization ice | Set the Character Class to Ice.  |
| /setfire                   | Set the Character Class to Fire. |
