Should we use this, or stick to the old one? The old one gets a color, but this checks for the Compass. If the Compass angle results as -1 (Compass not found) it results as false. If it does find the compass angle, results as true.
and maybe we could add a LoggedOut function. It's just alot easier than not logged in.Code:function LoggedIn: boolean; begin if not(DetectRS2MinimapCompassAngle = -1) then result:= true; end;
Code:function LoggedOut: boolean; begin if not(LoggedIn) then result:= true; end;?






Reply With Quote








