I always seem to have trouble with the simplest stuff.
So.. Why does this not work ?I'ts supposed to click on the bank in lumby, The I'D is from RSBot and should be correct :x...
if findobject(p,36786) then
begin
WriteLn('Found the BANK!');
xt := TileToMS(p, Random(1));
mouse(xt.x,xt.y,3,3,true);
end;



.
I'ts supposed to click on the bank in lumby, The I'D is from RSBot and should be correct :x...
Reply With Quote





.