• 🏆 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!

[Solved] JASS Checker says it still leaks.

Status
Not open for further replies.
Level 5
Joined
May 8, 2009
Messages
87
JASS Checker says it still leaks. What am doing wrong?

  • Portal A p1
    • Events
      • Unit - A unit enters (Entire map)
    • Conditions
      • (Number of units in (Units owned by Player 1 (Red) of type Two Way Portal)) Equal to 1
      • (Unit-type of (Triggering unit)) Equal to Two Way Portal
      • (Owner of (Triggering unit)) Equal to Player 1 (Red)
    • Actions
      • Set Prtl_A_p1 = (Position of (Triggering unit))
      • Unit - Move Prtl A 0091 <gen> instantly to (Position of (Triggering unit))
      • Custom script: call RemoveLocation(udg_Prtl_A_p1)
Trig_Portal_A_p1_Actions (1 leaks)
Type: location
1. war3map.j (line: 1103, column: 5)
2. war3map.j (line: 1103, column: 48)
 

Deleted member 219079

D

Deleted member 219079

Here:
  • Unit - Move Prtl A 0091 <gen> instantly to (Position of (Triggering unit))
 
Status
Not open for further replies.
Top