all clones destroyed
Posted:
Sun Dec 04, 2005 9:46 pm
by jbiehl71
when i destroy one clone all of them get destroyed
Posted:
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