• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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