- Joined
- May 8, 2009
- Messages
- 87
JASS Checker says it still leaks. What am doing wrong?
Type: location
1. war3map.j (line: 1103, column: 5)
2. war3map.j (line: 1103, column: 48)
-
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)
-
-
Type: location
1. war3map.j (line: 1103, column: 5)
2. war3map.j (line: 1103, column: 48)