@ Big issue I run into today while doing a tutorial. If I make a base Ability class… and I make child classes they inherit all tasks that are inheritable. and all functions and variables (awesome!) BUT if I edit the base class, added variables and functions gets carried over. .but inherited tasks DOESN’T. ![]()
Edit: Updating functions doesn’t update the inherited abilities as well… :((