Hello, I'm trying to use the function CheckLOS. But it seems not to work, anybody else having this issue?
It's always returning False, even if I'm clearly in LOS.
if checkLOS(GetX(self), GetY(self), GetZ(self), GetX(test), GetY(test), GetZ(test), WorldNum) then
AddToSystemJournal('Target is in sight!');