Need a bit of help doing what the title says. Heres what I have:
SCAR Code:procedure HPCheck;
begin
if GetHp = < (50) then Exit;
end;
I get this error:
SCAR Code:Line 50: [Error] (15180:1): Duplicate identifier '' in script C:\Program Files\SCAR 3.11\Scripts\Runescape\Chookens.scar
Failed when compiling
Help would be appreciated, thanks.





Reply With Quote