Adding a new Class
How to add a new Class to your game
Last updated
How to add a new Class to your game
Last updated
Files used: E_Class, DT_Class
Open the E_Class and add a new entry. The Display Name will be the name of your new Class. Whatever you fill out in the Description will be displayed in the Skill List.
Open the DT_Class and add a new row and change the Class(Enum) and Row Name to your new class.
And you're done! Now you can set up your class like you want to.
Use the ‘ChangeClass’ function to add or remove a class from your Character.