i keep gettan an error that says Close round expected in script
hes my procedure
SCAR Code:Procedure Talktoguide;
begin
G:=0;
repeat
G:=G+1;
wait(2000+random(300));
if(FindObj(x,y, 'une' ,1122200 ,10)) then
begin
didFind:=true;
Mouse(x,y,0,0,False);
wait(200);
ChooseOption(x,y,'talk');
WriteLn('talking to runescape guide');
ClickToContinue;
wait(500);
end;
until(G:=30) or (didFind:=True));
end;


Reply With Quote










