This is killing me T.T
SCAR Code:Procedure CheckAxe;
begin
MMouse(583, 219, 1, 2);
If(IsUpTextMulti('Adamant', 'Mithril', 'Rune')) then
Writeln('Good, axe is not broken');
End Else
begin
Writeln('Oh no, the axe is broken :(');
Writeln('going to get a new one from the bank');
NewAxe;
End;
end;
Line 62: [Error] (15151:5): Semicolon (';') expected in script C:\Program Files\SCAR 3.12\Scripts\cutter.scar


Reply With Quote




. I dont know...










