Results 1 to 6 of 6

Thread: Help With SRL

  1. #1
    Join Date
    Feb 2007
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help With SRL

    I made a AirCrafter and I submitted it to SRL-Stat's and it works great when reporting my custom variables but it doesn't report randoms \ logins \ banks.
    I read both tutorials
    http://www.villavu.com/forum/showthread.php?t=11113
    but nobody explained how to report banks or logins? does SRLRandomsReport; do it for you? do you need a banked variable? do you use some procedure?

  2. #2
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea, call SRLRandomsReport;

  3. #3
    Join Date
    Feb 2007
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://www.stats.srl-forums.com/inde..._script&id=619
    SRL-Stats

    that's my script page and It says i've completed 21 loads (that's the Tload variable) and I know banks each time, but it says i have 0 banks, any idea why?

  4. #4
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    To get the Banks to increase you must increase the 'Banks' variable before sending the report. So something like this:

    SCAR Code:
    Banks := Banks + 1;
      ReportVars[whatever] := ReportVars[wahtever] + 1;
      SRLRandomsReport;

    Logins is incremented everytime NextPlayer is called.

  5. #5
    Join Date
    Feb 2007
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    new question does the "reset stat" reset all script variables 9time run, banks, loggins or just user variables?

  6. #6
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Every Thing, Not Your Like Stats Though, The Scripts

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •