Set Character Class Command

Set character class commands set the player's character class.

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.

Last updated