Set Character Class Command
Set character class commands set the player's character class.
Last updated
Set character class commands set the player's character class.
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.
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.
/setcharacterclass warrior
Set the Character Class to Warrior.
/setmage
Set the Character Class to Mage.
Last updated