Topic: How can Combo/Juggle hits be limited via code in runtime?
Helllo,
I need to limit (lock) maximum amount of combo hits and juggle hits, depending on a value from a skill tree.
I've been struggling to figure out how can I achieve that at runtime.
I've tried cloning the move set scriptable object and through multiple nested foreach loops remove the next move frame links to limit combos, but couldn't get that to work, and I am wondering if there is a more simple solution for this. Haven't gotten to juggle hits yet because of this. Any input would be much appreciated.
Many thanks, Misiek.