- Joined
- Mar 30, 2013
- Messages
- 664
! Here !
Here you got the triggers

-
Spawning
-
Events
-
Time - Every 5.00 seconds of game time
-
-
Conditions
-
Actions
-
Set tempPoint = (Center of EVIL SPAWN 1 <gen>)
-
Unit - Create 2 Commandre for Player 1 (Red) at tempPoint facing 0.00 degrees
-
Unit Group - Add (Last created unit) to UnitSpawnGroup
-
Custom script: call RemoveLocation( udg_tempPoint)
-
Custom script: set udg_tempPoint = null
-
Set tempPoint = (Center of EVIL SPAWN 2 <gen>)
-
Unit - Create 2 Dullahan for Player 1 (Red) at tempPoint facing 0.00 degrees
-
Unit Group - Add (Last created unit) to UnitSpawnGroup
-
Custom script: call RemoveLocation( udg_tempPoint)
-
Custom script: set udg_tempPoint = null
-
Set tempPoint = (Center of EVIL SPAWN 3 <gen>)
-
Unit - Create 2 Demon Beast Rider for Player 1 (Red) at tempPoint facing 0.00 degrees
-
Unit Group - Add (Last created unit) to UnitSpawnGroup
-
Custom script: call RemoveLocation( udg_tempPoint)
-
-
-
Attacking
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Set tempGroup = (Units in (Playable map area) matching ((Owner of (Matching unit)) Not equal to Player 1 (Red)))
-
Unit Group - Pick every unit in UnitSpawnGroup and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Issued order) Not equal to (Order(stop))
-
-
Then - Actions
-
Set tempPoint = (Position of (Random unit from tempGroup))
-
Unit - Order (Picked unit) to Attack (Random unit from tempGroup)
-
Custom script: call RemoveLocation( udg_tempPoint)
-
Custom script: set udg_tempPoint = null
-
-
Else - Actions
-
Custom script: call DestroyGroup( udg_tempGroup)
-
Custom script: set udg_tempPoint = null
-
-
-
-
-
-
Here you got the triggers

