so I've looked around the forums A LOT for this and i can't seem to find an explanation/tutorial on it so ill ask.
fawaki has this in his gobbiez script:
SCAR Code:
'K : '+ IntToStr(Players[i].integers[0])+' Goblins. '
and the only other place he has it is here in his attacking procedure:
SCAR Code:
Procedure WaitGoblin;
var Mark5:Integer;
begin
FFlag(0);
MarkTime(Mark5);
repeat
fighting
until not InFight;
Goblins := Goblins + 1;
ReportVars[0] := ReportVars[0] + 1;
Players[CurrentPlayer].integers[0] := Players[CurrentPlayer].integers[0]+1;
end;
and he uses it to keep track of the kills each player gets, I have tried to add this to my progress report and every time i put the
SCAR Code:
Players[CurrentPlayer].integers[0] := Players[CurrentPlayer].integers[0]+1;
part in my script i get a
SCAR Code:
[Runtime Error] : Out Of Range
so it would be great if someone could explain to me on how to get this to work it would be VERY VERY appreciated
P.S. : i like the spell check on the replying/posting its very creative