Hi, I'm new to construct, and I'm wondering if it's possible to use variables to easily make construct decide which animation will play off?
Say for instance that a character has 10 different animations in a sort of combo-tree. Also, let's add to the equation that there's 12 different "variations" of this combo (In total 120 animations).
Is it possible to for instance name the first animation of the first combo "LeftPunch_1_1", the second "LeftPunch_2_1", the third "LeftPunch_3_1" etc. and have a single expression or equation decide which animation plays off from a single event-line? If this is possible, how would you apply it?
I imagine it would look something like this:
"LeftPunch_x(Combo-hits variable)_y(Variation variable)"
Hope what I described made any sense. :)
Tinimations