Class Change Config

A class change config creates a class change interactable option, which opens the class change window, allowing the player to change their character class.

Creation

To create a behavior config, find (or create) the GameName/Resources/GameName/InteractableOptionConfig folder in the project tab and right click. Choose Create > AnyRPG > Interactable > ClassChangeConfig.

Properties

NameDescription

Class Name

The name of the Character Class the player can change to.

Next Steps

  • Add a class change config to a Unit Profile to allow the character to open the class change window.

Last updated