Page 1 of 1

i want to copy an actor

PostPosted: Tue Oct 09, 2007 2:41 am
by wordgames
i want to copy an actor so i can destroy it at diffrent parts of the game (like goons that are always the same but a apear remdemly)

i tried clone but they all die at the same time and i tried tiles but still the same so what?

is there a code for it

wordy

Re: i want to copy an actor

PostPosted: Tue Oct 09, 2007 2:57 am
by makslane
Use the "Event Actor" in your code:

Code: Select all
DestroyActor("Event Actor");