- Joined
- Dec 3, 2018
- Messages
- 895
The trigger below should make a witch doctor make a sentry ward at his position when entering t1 front, but it does nothing :/. the variable is set to none from the beggining
-
T1SentryWardFront1
-
Events
-
Unit - A unit enters T1 Front <gen>
-
-
Conditions
-
And - All (Conditions) are true
-
Conditions
-
(Level of Sentry Ward for (Triggering unit)) Greater than or equal to 1
-
(Owner of (Triggering unit)) Equal to Player 9 (Gray)
-
-
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
WardT1Front1 Equal to No unit
-
-
Then - Actions
-
Unit - Order (Triggering unit) to Orc Witch Doctor - Sentry Ward (Position of (Triggering unit))
-
-
Else - Actions
-
-
-