Thanks Derek
so gonna be
SCAR Code:
Function FletchMania:Boolean;
var
Logz, FletchNumbers: integer;
begin
gametab(4);
repeat
if finddtm(LogsFletch, x, y, 550, 203, 731, 464) then
begin
Mouse(x, y, 3, 3, True);
end;
begin
wait(random(400) + 100);
if finddtm(Knife, x, y, 550, 203, 731, 464) then
Result := True;
else
Result := false;
Mouse(x, y, 3, 3, True);
end;
begin
wait(500+random(200));
case LowerCase(Players[CurrentPlayer].Strings[1]) of
'short' : FletchS;
'long' : FletchL;
end;
end;
until (Result = True);
end;
btw
the
Line 1115: [Error] (13938:1): Identifier expected in script C:\Program Files\SCAR 3.12\workdray3.scar
since i did
SCAR Code:
function fletchmania:boolean;