sparta2020 Posted November 1, 2010 Share Posted November 1, 2010 So for my mod I want the enemy to constantly keep spawning as long as they are in the trigger. Here's what I got so far: begin onTriggerEnter if GetDeadCount CrFeralGhoul1A > 10PlaceAtMe CrFeralGhoul1A 15, 10, 1 Endif if GetDeadCount CrFeralGhoul2A > 10PlaceAtMe CrFeralGhoul2A 12, 10, 1 Endif End Long story short its not working.They are supposed to spawn 12 for every 10 killed but when in-game its not working Link to comment Share on other sites More sharing options...
Recommended Posts