Page cover

Adding a new Class

How to add a new Class to your game

Files used: E_Class, DT_Class

1.) Add a New Data Entry

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.

2.) Modify the Class Datatable

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.

Last updated