I thought I did everything right but my custom variables do not increase when I want them to. Here are the portions of my script that matter. Please help
.
- Under constants I have:
SCAR Code:
YourSRLStatsID = '3835'; // ID From SRL Stats, Sign Up If You Don't Have One
YourSRLStatsPass = 'tailneec'; // Password for the SRL Stats
- Later in my main function I have:
SCAR Code:
ScriptID := '548'
SRLId := YourSRLStatsID;
SRLPassword:= YourSRLStatsPass;
- Then when I want my first variable to increase in stats I have this:
SCAR Code:
ReportVars[0] := 1;
SendSRLReport;