okay thnx both of u...ill try it out rite now...if it works...rep+ for both of u...and waddo too...thnx,
issamawan
EDIT:
now im getting this error:
Line 445: [Error] (13663:1): Close round expected in script C:\Documents and Settings\Owner\My Documents\LSM 0.09 Pub (roscomonkey edition).scar
the lines b4 me editing are:
SCAR Code:
function GetWaterColor(var WaterVar: Integer): Boolean;
begin
WaterVar := FindWaterColor;
if WaterVar > 0 then Result := True;
end;
procedure WalkToMine;
var
x, y, RoadColor, MineWalk: Integer;
begin
if not LoggedIn then Exit;
FindRandoms;
Mouse(630, 136, 5, 5, True); //Blind click south
Wait(2000);
FFlag(0);
if not GetWaterColor(WaterColor) then
begin
if not LoggedIn then Exit;
if FindSymbol(Bx, By, 'bank') then Mouse(Bx, By, 5, 5, True)
else if DTMRotated(BankDTM, Bx, By, MMX1, MMY1, MMX2, MMY2) then
Mouse(Bx, By, 5, 5, True) else LogoutPlayer('Not in bank');
if not GetWaterColor(WaterColor) then
LogoutPlayer('No water - bank');
end;
this is when it is walking to the mine....there r water color functions when it is walking bak too...but lets first get this rite...so JuKKa where do apply wat u said into this script???
full copy of script below
any help to do with the water colour wud be nice....and btw rep + for all of u for trying,
issamawan