Hi
I want to make a trigger where an action will begin when a unit comes within range of a circle of power.
Now what I want is an event response reffering to the circle of power.
What I have in mind is like this:
If the unit which is approuched is equal to Circle of Power 0258
Then do actions.
How can I retrieve the information to respond?
I have looked through unit conditions and boolean conditions. I don't find a match.
Or do I really have to make 3 seperate triggers? 1 for each and skip the conditions?
I want to make a trigger where an action will begin when a unit comes within range of a circle of power.
Now what I want is an event response reffering to the circle of power.
What I have in mind is like this:
-
They Brought the Tinder Integer
-
Events
-
Unit - A unit comes within 50.00 of Circle of Power 0258 <gen>
-
Unit - A unit comes within 50.00 of Circle of Power 0199 <gen>
-
Unit - A unit comes within 50.00 of Circle of Power 0181 <gen>
-
-
Conditions
-
((Entering unit) is A Hero) Equal to True
-
(Owner of (Entering unit)) Not equal to Player 12 (Brown)
-
(Owner of (Entering unit)) Not equal to Neutral Passive
-
(Owner of (Entering unit)) Not equal to Neutral Hostile
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Then - Actions
-
Else - Actions
-
-
-
If the unit which is approuched is equal to Circle of Power 0258
Then do actions.
How can I retrieve the information to respond?
I have looked through unit conditions and boolean conditions. I don't find a match.
Or do I really have to make 3 seperate triggers? 1 for each and skip the conditions?