Skill Tree Closed Cycle Detection
In the following script, my current problem is with “CanDisableSkill()”
That’s called for the purpose to check if the node is inside a closed cycle of turned on nodes. Which in that case you should be able to turn off any one node that maintains the cycle closed. Any after that you shouldn’t be able to because it no longer would be a closed cycle.