• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

help. does this leak?

Status
Not open for further replies.
Level 5
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)
I'm trying to use it for pathing vs groundunits/destrutibles.
 
Status
Not open for further replies.
Top