Yea well I don't have much time so how do I send themI tried SendSRL report and I have the script ID
This might be what you're looking for:
http://www.villavu.com/forum/showthread.php?t=6671
Also, how do you get the script ID?
if you use SRLRandomsReport; that will send the report automatically
Steps:
Set Script ID.
SCAR Code:ScriptID := 'Integer'SCAR Code:Procedure ClearVars;
Var
I : Integer;
Begin
For I := 1 To 19 Do
ReportVars[I] := 0;
End;
- Run this once in your script setup, just in case.
Let's say you bank, do the following.
Now, The Variable (1 on SRL STATS, 0 in the array) will be send to SRL STATS, and your script ID.SCAR Code:ReportVars[0] := CountItemBmpTol(IronOre, Tol);![]()
Remember not to do:
SCAR Code:ReportVars[0] := ReportVars[0] + CountItemBmpTol(IronOre, Tol)
Hope this helped.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
There are currently 1 users browsing this thread. (0 members and 1 guests)