SCAR Code:procedure ifdone;
begin
if (alchtimes=alchcount) then Mouse(752,12,0,0,true); Mouse(639,375,0,0,true); report;
end else
Wait(5);
end;
Whats wrong with this procedure?
SCAR Code:procedure ifdone;
begin
if (alchtimes=alchcount) then Mouse(752,12,0,0,true); Mouse(639,375,0,0,true); report;
end else
Wait(5);
end;
Whats wrong with this procedure?
SCAR Code:procedure ifdone;
begin
if (alchtimes>=alchcount) then // >= for safety
begin //this
Mouse(752,12,0,0,true);
Mouse(639,375,0,0,true);
report;
end else
Wait(5);
end;
~RM
Oh...kk thank you
There are currently 1 users browsing this thread. (0 members and 1 guests)