I'm using JAD's JADSymbol function:
SCAR Code:function JadSymbol(WhatSymbol: String; Click, Switch: Boolean): Boolean;
like this:
SCAR Code:begin
if (not(JADSymbol('water',true,false))) then
begin
RadialRoadWalk(FindVarrockRoadColor, 85, 110, 40, 0, 0);
Flag;
end;
end;
except it Radialwalks even if JADSymbol is True. I'm not sure how to get it so that it will only RadialWalk when JADSymbol isn't found.



Reply With Quote





