Hello, i dont think the script stats for my script are working..
I have this:
SCAR Code:
begin
SetUpSRL;
ScriptID := '637';
PlayerSetUp;
SmartSetupEx(World, False, False);
SetTargetDC(SmartGetDC);
ActivateClient;
repeat
LoginPlayer;
Repeat
Repeat
FindSpotAndFish;
Randoms;
AntiBan;
Until(InvFull);
Loads := Loads + 1;
ReportVars[0] := + 1;
Fish := Fish + 27;
ReportVars[1] := + 27;
Disguise('Done ' + IntToStr(Loads) + ' Loads, Done ' +IntToStr(Fish)+ ' Fishies');
Status('Dropping');
Drop;
Until(Loads = LoadsToDo);
Prog;
Loads := 0;
Fish := 0;
NextPlayer(true);
Until(false);
end.
In my sig is teh stat thing.. it just wont update.
I dont mean the SRL stats sig, but the other one with 'Loads' and 'Fish'