Hello
I'm currently making a platformer game and one of its features is that, when you pick up an specific item your costume changes of color.
Right now my animations are being called by, IE: Player_Base - [Platform is moving] \ Player_Mask - [set animation to: "Run_" & Player_Mask.aimDirection]
My animation name in this case would be (Run_"aiming direction")
Now I'm thinking of renaming my animations to (BlueSuit_Run_"aiming direction") , (RedSuit_Run_"aiming direction") , (GreenSuit_Run_"aiming direction")
But I dont know how to call the animations for those specific set of names
Thanks id advance