well iv decided for my first script i will be making a auto talker w/ login i am making the auto talk version of it first but everytime i go to complile the script i keep getting this annoying error could anybody help it would be greatly appreciatedprogram noname;
{.include SRL/SRL.scar}
const TheMessage='ddd';
HowManyMsgs=10;
var x: Integer;
begin
wait(1000+random(2000));
typesend (TheMessage);
wait(250+random(250));
begin
x:=0;
repeat
x:= x + 1;
until(x >= (HowManyMsgs);
end;
end.
Line 16: [Error] (14697:25): Close round expected in script C:\Program Files\SCAR 3.12\Noname.scar




Reply With Quote











