Page 1 of 1

all clones destroyed

PostPosted: Sun Dec 04, 2005 9:46 pm
by jbiehl71
when i destroy one clone all of them get destroyed

PostPosted: Mon Dec 05, 2005 12:11 pm
by makslane
Make sure put the clone name, not the actor name:

DestroyActor("player");

Will destroy all player actors.

DestroyActor("player.1");

Will destroy only the player.1 clone