- Joined
- Mar 4, 2009
- Messages
- 1,156
This triggers will be played many times (every time you build a building) and i was wondering would it be to much or something...
-
Untitled Trigger 007 006 005
-
Events
-
Unit - A unit enters Region 007 <gen>
-
Unit - A unit enters Region 006 <gen>
-
Unit - A unit enters Region 005 <gen>
-
-
Conditions
-
((Entering unit) is A structure) Equal to True
-
-
Actions
-
Set EU = (Position of (Entering unit))
-
Unit - Create 1 BASE PROTECTOR for (Owner of (Random unit from (Units in Region 007 <gen> matching ((Mana of (Matching unit)) Equal to 100000.00)))) at EU facing Default building facing degrees
-
Unit - Create 1 BASE PROTECTOR for (Owner of (Random unit from (Units in Region 006 <gen> matching ((Mana of (Matching unit)) Equal to 100000.00)))) at EU facing Default building facing degrees
-
Unit - Create 1 BASE PROTECTOR for (Owner of (Random unit from (Units in Region 005 <gen> matching ((Mana of (Matching unit)) Equal to 100000.00)))) at EU facing Default building facing degrees
-
Custom script: call RemoveLocation(udg_EU)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Entering unit)) Equal to Human Flag(Base Owner)
-
-
Then - Actions
-
Unit - Add Spell Immunity. (Item) to (Entering unit)
-
-
Else - Actions
-
-
-
-
Untitled Trigger 07
-
Events
-
Unit - A unit enters (Playable map area)
-
-
Conditions
-
(Unit-type of (Entering unit)) Equal to BASE PROTECTOR
-
-
Actions
-
Unit - Kill (Entering unit)
-
Wait 0.01 seconds
-
Unit - Remove (Entering unit) from the game
-
-