- Joined
- Aug 18, 2004
- Messages
- 60
I resently downloaded the leak check tool in the tools section to find out why my map was leaking. I found the trigger but I dont know how to change it to the suggested solution! The orignal line was:
(Condition)
Distance between (Position of Vechical[(Integer A)]) and (Position of CS1)) Less than or equal to 500
(Vechical and CS1 are unit vareables)
The suggested fix is
(Suggested fix) Set L= (Position of Vechical [(Integer A)]) and (Position of CS1) Less than or equal to 500
(Suggested fix) Custom Script: Call RemoveLocation(udg_L)
It also says theres a leak on the (Position of CS1) thing. Does anyone know how I fix it?
(Condition)
Distance between (Position of Vechical[(Integer A)]) and (Position of CS1)) Less than or equal to 500
(Vechical and CS1 are unit vareables)
The suggested fix is
(Suggested fix) Set L= (Position of Vechical [(Integer A)]) and (Position of CS1) Less than or equal to 500
(Suggested fix) Custom Script: Call RemoveLocation(udg_L)
It also says theres a leak on the (Position of CS1) thing. Does anyone know how I fix it?