- Joined
- Aug 16, 2007
- Messages
- 884
Why isn't this working? The unit 'u[2]' is never killed when it moves across the cliffs!
Trigger:
Trigger:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Terrain type at temp_point[1]) Equal to Outland - Abyss Cliff
-
(Terrain type at temp_point[1]) Equal to Outland - Rough Dirt Cliff
-
-
-
-
Then - Actions
-
Unit - Kill u[2]
-
Custom script: call RemoveLocation(udg_temp_point[1])
-
-
Else - Actions
-