I have a scenario where I store the cloneid of an actor in a variable and then later need to use this value to check the animindex of this first actor. This check is done when I click on another actor with clones, so unless I'm mistaken, getClone won't work here.
I can use sprintf to get the exact actor name (including the cloneindex within it) into a character string, but how do I use this character string to check the animindex of the actor. I can't use the dot operator as it would try to check the animindex property of the strong and not the actor itself, which throws an error.
Would anyone please be able to let me know whether there is a way by which I can find the animindex of an actor using the above string?