- Joined
- May 24, 2012
- Messages
- 57
I want to create a dungeon trap where when you enter a room the gate closes behind you and enemies spawn and the gate only reopens after all the enemies that spawned are dead. How would I go about creating this? I tried creating a unit group but couldnt figure out how to get the # of units in that unit group, so then I tried to create a REAL variable value and -1 for each unit until it reaches 0 but that didnt work either. Thanks in advance