Results 1 to 2 of 2

Thread: Antirandoms

  1. #1
    Join Date
    Mar 2007
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Antirandoms

    How do i make it so that when i chop a tree it will always be looking for randoms until i click the tree again, then start looking for randoms again? something similar to this:

    NOT MINE
    This procedure is made by ~Alex~
    procedure waitwhilecutting;
    begin
    color2:=getcolor(x,y)
    marktime(mark)
    repeat
    findtalk;
    findnormalrandoms;
    findfastrandoms;
    if invfull then break;
    if timefrommark(mark) > 40000 then exit;
    until(not isuptext('Chop'))
    end;

  2. #2
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just throw your randomfinding procedure into a repeat loop with a wait, and have it break out want it to chop. And then you can have that nested inside another repeat loop so once it clicks the tree it goes to the top and starts over at the beginning of the repeat with the randomfinding.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SRL and Antirandoms.
    By Wizzup? in forum News and General
    Replies: 138
    Last Post: 06-01-2008, 01:24 AM
  2. AntiRandoms
    By antibinki in forum OSR Help
    Replies: 3
    Last Post: 04-02-2007, 01:58 AM
  3. Need help with antirandoms
    By Johura in forum OSR Help
    Replies: 1
    Last Post: 03-28-2007, 11:29 AM

Posting Permissions

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