ive pmed lordgregreg like a day or 2 ago with the script, still no reply.
i have
SCAR Code:
ReportVars[0] := ReportVars[0] + 1;
at the end of the fletching procedures, and the same thing with banking just withs different vars
that would be the loop.
SCAR Code:
begin
SafeInitForm;
SafeShowFormModal;
Signature;
RandomDisguise;
Setupsrl;
ScriptID := '339';
SRLID := Your_SRL_ID;
SRLPassword := Your_SRL_Pass;
If ( Fmsrlid.text = '' ) Or ( Fmsrlpass.text = '' )Then
Begin
Writeln('This script requires an srl id and password ');
Writeln('If you do not have these go to [url]http://www.stats.srl-forums.com[/url] ');
TerminateScript;
End;
DeclarePlayers;
if (not (LoggedIn)) then
LoginPlayer;
ChatsOff;
DeclareDtms;
WithdrawLogs;
repeat
CutLog;
WhatToFletch;
BankLoad;
Report;
until ( Fmloads.text = LogsToDo) or (not Loggedin);
logout;
Report;
end.