I’m trying to use condition nodes to manipulate the rotation of a joint, however it’s come to a point where I need to evaluate more than one condition and Joint nodes can’t take more than one output in this case. I’ve tried using a chooser node hoping that it could decide which output to pass to the joint node based on which condition nodes evaluate to true, but it can’t really be used in my case as far as I know, you run into the same output restriction problem.
Does anyone know a solution or does this situation call for a custom Node that can support else-if functionality.