iv made my gates 5 gates horizontal open/horizontal closed/vertical open/vertical closed/vertical closed dummy(for building)
iv got this trigger witch turns the vertical gates vertical but when i build the gates side by side (||)
the first gate is fine but when i build the second gate the second gate ends up some where els but still vertical
e.g



then also what trigger can i add to make the gate play the open animation?
i tryed but didnt work
iv got this trigger witch turns the vertical gates vertical but when i build the gates side by side (||)
the first gate is fine but when i build the second gate the second gate ends up some where els but still vertical
e.g




-
vertical gate turn
-
Events
-
Unit - A unit Finishes construction
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Constructed structure)) Equal to Gate Closed (V) (dummy)
-
-
Then - Actions
-
Unit - Remove (Triggering unit) from the game
-
Unit - Create 1 Gate Closed (V) for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing 0.00 degrees
-
-
Else - Actions
-
-
-
then also what trigger can i add to make the gate play the open animation?
i tryed but didnt work
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
((Ability being cast) Equal to open Gate(H) or ((Ability being cast) Equal to open Gate(V))
-
-
Actions
-
Animation - Play (Triggering unit)'s death alternate animation
-
Last edited: