- Joined
- Aug 16, 2007
- Messages
- 885
Hello!
I'm creating a new mini game map, some of you may have tested my latest map? Download the map here 
Anyway, I've got a weird problem that I don't understand, check this trigger and I'll explain the thing that won't work.
Do you know what the error is, please tell me
Or is it just a stupid World Editor/Warcraft 3 bugg? 
Thanks.
Anyway, I've got a weird problem that I don't understand, check this trigger and I'll explain the thing that won't work.
-
Set temp_point[0] = (Position of Ball_Unit)
-
Set temp_point[1] = (temp_point[0] offset by Ball_Speed towards Ball_Angle degrees)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-

If - Conditions
-


Or - Any (Conditions) are true
-



Conditions
-




(Terrain pathing at temp_point[1] of type Walkability is off) Equal to False
-




(Terrain pathing at temp_point[1] of type Flyability is off) Equal to False
-




((Playable map area) contains temp_point[1]) Equal to True
-
-
-
-

Then - Actions
-


Unit - Move Ball_Unit instantly to temp_point[1]
-
-

Else - Actions
-


Set Ball_Speed = 0.00
-
-
Do you know what the error is, please tell me
Thanks.




