I can't make this procedure work....help would be greatly appreciated.
SCAR Code:procedure nofight;
begin
if (isfight = False) then
repeat
if (isfight = False) then
begin
moving;
until
if(isfight = true)then
break;
else
if(TimeFromMark(Camark) > 126000)then
begin
logout;
wait(90000 + random(800));
loginplayer;
end;
end;
end;
i get a Line 98: [Error] (15980:1): Identifier expected in script
line 98 is "UNTIL" in the script.
thanks,
mikev
