Results 1 to 3 of 3

Thread: A question about antirandoms in SRL 4 beta

  1. #1
    Join Date
    Aug 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default A question about antirandoms in SRL 4 beta

    q#1: Is the findfastrandoms function required now that findnormalrandoms function is available in antirandoms.scar? i see that in a few scripts, both are used. this seems redundant to me since findnormalrandoms includes the same antirandoms use in findfastrandoms and more.

    q#2: Am i mistaken or is it possible to write an srl script using only the functions included in srl?

    Edit: sorry if this should be in the "questions about srl" forum, but it seems like more of a scripting question than a question about srl.

  2. #2
    Join Date
    Feb 2006
    Location
    With mooncow on the moon
    Posts
    292
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kraft1 View Post
    q#1: Is the findfastrandoms function required now that findnormalrandoms function is available in antirandoms.scar? i see that in a few scripts, both are used. this seems redundant to me since findnormalrandoms includes the same antirandoms use in findfastrandoms and more.

    q#2: Am i mistaken or is it possible to write an srl script using only the functions included in srl?

    Edit: sorry if this should be in the "questions about srl" forum, but it seems like more of a scripting question than a question about srl.

    1 - Nope only one is needed now i beleive mate.

    2- I do not fully understand what you mean? if you are trying to ask is something like this possible
    Code:
    Program lol;
    {.include SRL\SRL.scar}
    
    begin
    
    mine; 
    
    bank;
    
    end.
    then no lol, but a script can be fully coded without having to create any new functions on your own just using srl yes.
    ~ Solemn Wishes

  3. #3
    Join Date
    Aug 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by solemn wishes View Post
    1 - Nope only one is needed now i beleive mate.

    2- I do not fully understand what you mean? if you are trying to ask is something like this possible
    Code:
    Program lol;
    {.include SRL\SRL.scar}
    
    begin
    
    mine; 
    
    bank;
    
    end.
    then no lol, but a script can be fully coded without having to create any new functions on your own just using srl yes.
    lol, no thats not what i meant.

    thanks, now i dont have to worry about writing my own antirandom function for the scripting competition i guess.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Rs2][BETA]Willow Knifer[BETA][Rs2]
    By Naum in forum RS3 Outdated / Broken Scripts
    Replies: 25
    Last Post: 12-04-2007, 08:10 PM
  2. Beta Testers For Flax's Gardener Eternity 1,0 BETA
    By Home in forum News and General
    Replies: 3
    Last Post: 12-02-2007, 01:56 PM
  3. [Rs2][BETA]Willow Knifer[BETA][Rs2]
    By Naum in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 10-13-2007, 07:58 AM
  4. Help with Antirandoms
    By FrÕzÑ_§ÕµL in forum OSR Help
    Replies: 5
    Last Post: 09-15-2007, 08:05 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
  •