Results 1 to 8 of 8

Thread: How can i put srl stats into a script?

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default How can i put srl stats into a script?

    Ive read the tut by The_Rs_Monkey, i didnt understand it though, and when i try to do it ,it doesnt send it to the server. Im trying to put it into my fletcher atm..could someone make a quick example of how to do it and explain?

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    There's a tut on it.
    Not sure if SRL junior members can view intermediate tuts but..

    HERE.

  3. #3
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    uh.....see post above?^^

  4. #4
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Oh yea my bad =]]]

  5. #5
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    lol...someone help me please!

  6. #6
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    So what part you specifically need help with?

    the variables?
    or what?

  7. #7
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    begin
    //////script here
    Fletches := Fletches + 27;        //--> Current Varable  //does this come after it??
    ReportVars[1] := ReportVars[1] + 1;    //--> Report Varable //^
    end;


    theirs an ex of what i mean.

    if you dont understand what im saying, use a powercutter or old fletcher for an example..then just add the stats and put ///stuff telling me what it does here

  8. #8
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    SCAR Code:
    ReportVars[1] := ReportVars[1] + 1;
    Does not actually report the variable.
    It just adds one to the previous value you had.

    Ex. If ReportVars[0] was number of times banked then doing that would just make it go from (example) 1 to 2

    When you do the procedure SRLRandomsReport; THATS when it sends the values of your ReportVars to the server

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Script stats :/
    By Floor66 in forum OSR Help
    Replies: 10
    Last Post: 02-10-2008, 04:01 PM
  2. SLR stats + script
    By elfenlyte in forum News and General
    Replies: 4
    Last Post: 01-14-2008, 11:01 PM
  3. Script Stats
    By Dankness in forum OSR Outdated Tutorials
    Replies: 6
    Last Post: 12-30-2006, 06:30 PM

Posting Permissions

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