Results 1 to 3 of 3

Thread: idea for new procedure

  1. #1
    Join Date
    Jun 2006
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default idea for new procedure

    waitFR, i got the idea from WT's post on someones chicken killer script, and i though, why not make a procedure that while waiting, is also looks for randoms and keeps waiting until the random is solved? anybody besides me think that is a good idea, it would be helpful for some scripts, and a great way to add random finding easier, comments?

    edit: grr, you cant edit the title i menat useful new function, but what ever

  2. #2
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by bobert5696
    waitFR, i got the idea from WT's post on someones chicken killer script, and i though, why not make a procedure that while waiting, is also looks for randoms and keeps waiting until the random is solved? anybody besides me think that is a good idea, it would be helpful for some scripts, and a great way to add random finding easier, comments?

    edit: grr, you cant edit the title i menat useful new function, but what ever
    It is already in some scripts. We may add it to SRL, but we haven't decided yet.
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

  3. #3
    Join Date
    Jun 2006
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i think it would be helpful, it would be very simple to code: something liek this
    SCAR Code:
    a:= waittime/300; //also needs something that takes off decimal, dunno what that is, im sure it exists
    repeat;
    b:= b+1;
    findrandoms;
    wait(300);
    until(b=a);

    was too lazy to make a compelte function, thats just the base coding

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need Idea For Firemaker! (Procedure)
    By belgin fish in forum OSR Help
    Replies: 11
    Last Post: 07-02-2008, 01:05 PM
  2. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  3. New Banking Procedure Idea!
    By rawsilk in forum OSR Help
    Replies: 9
    Last Post: 01-05-2008, 03:09 AM
  4. Replies: 8
    Last Post: 05-24-2007, 11:57 PM
  5. Procedure that calls random procedure?
    By Secet in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 03:56 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
  •