Different Intervals/Sequences for Actor Instances?

Is it possible to instance an Actor and have each instance play a different Sequence?

What I want to do is create instances of a Character (Actor) but have each one be unique, not all play the same actions. I know how to do it with animations, but not with things like Sequences (since the Actors would use the same model).

I only have a vague idea how to go about it. Can someone give me some direction?

Never mind. I figured it out.

Well, mostly. I need to see if I can store the AI (Intervals, Sequences, etc.) in a separate script, but it’s basically working.