Please elaborate. Are you talking about randomly selecting an animation from an actor?
You could add the actors you want in question to a list in a behavior somewhere, and then randomly select one from the list to spawn.
Something like this:Create [get item # (random number) from (actor list attribute) at x, y at Front/Middle/BackJust make sure the random number is restricted to the range of the list.