Deleted member 231919
D
Deleted member 231919
Not sure why this simple trigger doesn't work. When the worker unit right clicks on the unit called stone, the worker unit should just be ordered to attack the stone unit but instead I get kicked out of the game.
-
Clicked On
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
(Unit-type of (Ordered unit)) Equal to Worker
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Target unit of issued order)) Equal to Stone
-
-
Then - Actions
-
Unit - Order (Ordered unit) to Attack (Target unit of issued order)
-
-
Else - Actions
-
-
-