I have an actor that acts as a prop, a corpse, with 12 variations. I've gotten to the point of having an attribute pick a random integer that decides what animation the actor has, but obviously, it affects all instances of the actor. Is there a way to make each version of the actor have its own choice of animation? I can create 12 actors for each variation, but I would like to know if it's possible to do this.