UE3 - GoW Spawning in Kismet

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

foxjasond

New Member
Mar 21, 2008
42
0
0
I have learning how to use Kismet, and I have been looking at the tutorials at AVLD.com, and I'm going by his model of spawning enemies using ActorFactory. Here is the specific problem:

When the player hits a trigger, one enemy will spawn. Once that enemy has been killed, I want a new enemy to spawn at a different point in the same room.

Do I use the Destroyed event, or there another way I can do this? Is it even possible?