Page 1 of 1
what on earth?
Posted:
Fri Jun 30, 2006 9:43 pm
by frodo
Posted:
Fri Jun 30, 2006 9:51 pm
by makslane
You need use DestroyActor("Event Actor") or specify the clone name.
If you use DestroyActor("player") all player actors will be destroyed.
Posted:
Fri Jun 30, 2006 11:36 pm
by frodo
I do event actor, and It still destroys all of them. In the "actor.1" script, I do DestroyActor("actor.1") and it changes it to "actor.1" in the "actor.2", and "actor.3" scripts too. this is realy wierd this never happened to me before!
Posted:
Fri Jun 30, 2006 11:54 pm
by makslane
The actions are shared with all clones
Posted:
Thu Jul 06, 2006 11:13 pm
by frodo
what can I do?
Posted:
Fri Jul 07, 2006 4:34 pm
by irblinx
You'll need to put the script into a different actor so that it can reference the clones individually, maybe in view, or something that's always on screen or even a dummy actor?
To be honest, I'm surprised that "Event Actor" doesn't work from the clones script.
Posted:
Fri Jul 07, 2006 8:11 pm
by Game A Gogo
why dont you use a var??
Posted:
Tue Jul 18, 2006 5:43 pm
by frodo
a var?
what's that?
Posted:
Tue Jul 18, 2006 8:58 pm
by Game A Gogo
Variable