well, the thing about OR blocks is that sometimes I have to use more "or" stuff.
for example I have 3 different animations that I use as triggers, that could be used in an OR block. but then, in some cases, I need more triggers like if it's mirrored or not. So that would need some kind of another OR block. That's why I needed this alternate way.
What I finished doing was adding a variable that activates whenever any of those anims are playing in an OR block.
about the tokenat, sadly I really didn't understand a single thing about it:
---------
tokenat(src, index, separator)
Return the Nth token from src, splitting the string by separator. For example, tokenat("apples|oranges|bananas", 1, "|") returns oranges.
----------
it's like chinese for me. Why would it return oranges? i you want it to return oranges just write oranges. anyway, can't understand it.