This question have no code as its not nesseray.
I am unsure how to effeciently approch this.
The thing I need to create is skills for my RPG.
The way its set up now is that I have a taskHandler which takes care of all the task needed to rank up.
A script called status which deals with stat increase.
I now want a “template” class. Basicly I can overwrite whats already in it or use the default that is already defined.
There are some variables the functions are based off and I need to overwrite these pr instance of the script.
So basicly how to make a script that more or less is the same script as its baseClass but we can change the functions contain?