Hi 
I have a spot with 3 mobs

Help me please ;(
I have a spot with 3 mobs
-
Trigger
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Set Mobs[1] = Spider 0011 <gen>
-
Set Mobs_Spot[1] = (Position of Spider 0011 <gen>)
-
Set Mobs[2] = Giant Spider 0012 <gen>
-
Set Mobs_Spot[2] = (Position of Giant Spider 0012 <gen>)
-
Set Mobs[3] = Gnoll 0013 <gen>
-
Set Mobs_Spot[3] = (Position of Gnoll 0013 <gen>)
-
-
-
Trigger
-
Events
-
Unit - A unit die
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 3, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Codnitions
-
(Dying unit) Equal to Mobs[(Integer A)]
-
-
Then - Actions
-
Wait 30.00 seconds
-
Unit - Create 1 (Unit-type of (Dying unit)) for Neutral - Enemy at Mobs_Spot[(Integer A)]
-
Set - Mobs[(Integer A)] = (Last created unit)
-
-
Else - Conditions
-
-
-
-
-
Help me please ;(