Page 1 of 1

Making an event apply to all clones of an actor?

PostPosted: Sat Jan 03, 2009 12:56 am
by Zehper48
THe subject really says it all. How can i make an event apply to all the clones of a certain actor.

Re: Making an event apply to all clones of an actor?

PostPosted: Sat Jan 03, 2009 2:52 am
by skydereign
I am pretty sure you just make the action apply to the actor, it may depend on what action.

Re: Making an event apply to all clones of an actor?

PostPosted: Sat Jan 03, 2009 4:36 am
by DST
CreateTimer("actorname", "1", 12);
This will send a very quick timer to actorname and all of its clones :)
(remember to create the timers first)