In the script i made im using
SCAR Code:procedure LevelUp;
begin
if (FindNpcChatText(' continue ')) then
begin
CutLog;
Wait(100 + Random(678));
Case lowercase(Players[CurrentPlayer].Strings[0]) of
'shortbow' : clickshortbow;
'longbow' : clicklongbow;
end;
end;
end;
But when i put it in the repeat i get this error
Line 350: [Error] (12581:1): Unknown identifier 'LevelUp' in script C:\Program Files\SCAR 3.11\Scripts\Dgt3.0.scar


Reply With Quote






