How do I choose another animation in AnimationTree > AnimationNodeeAnimation using a script? Parameters AnimationTree do not have an animation selection option forAnimationNodeAnimation AnimationNodeeAnimation - https://docs.godotengine.org/en/stable/classes/class_animationnodeanimation.html
This is necessary, since I plan to have a complex composite animation of the character. And I have about 10 different hand and foot animations. I'll have to create 50 identical nodes or change everything in one.
I think you need to give us more info, in your AnimationTree are you using a AnimationNodeBlendTree as your tree_root? I'm guessing so since it's likely the most commonly used one but the more info the better.
Megalomaniak I updated the question