- Joined
- Sep 22, 2012
- Messages
- 90
I'm wondering if the integer comparison leaks like:
-
Untitled Trigger 001
-
Events
-
Conditions
-
Actions
-
Set path_check = (unit_pos offset by 60.00 towards 0.00 degrees)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in (Units within 50.00 of path_check)) Greater than 0<<<<this one
-
(Terrain pathing at path_check of type Walkability is off) Equal to True
-
-
Then - Actions
-
Set rect_ee = False
-
-
Else - Actions
-
Set rect_ee = True
-
-
-
Custom script: call RemoveLocation(udg_path_check)
-
-