Results 1 to 3 of 3

Thread: 2 easy questins...Flag; and Examine

  1. #1
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 2 easy questins...Flag; and Examine

    What does Flag; exactly mean?

    When picking up bones, how do i tell it to "Take Bone" instead of "Examine Bone" because after a while it will start examining the bones sometimes. I have it looking for "Bone" in the right click menu btw.

    (p.s. i forgot to ask, what would the command be to set auto retaliate on)

  2. #2
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    1)flag; means that if it finds the mm flag on the mm it will wait till its gone.
    2)use 'ake Bone' instead of 'Bone' or if there isnt anything else to take in the area, you can just use 'ake'
    3)did you look through the manual? i cant specifically remember there being one. you might have to make one.

  3. #3
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    On the flag thing, i was using it to pick up bones and it was working great until it click on a bone but soemone else picked it up first and the script just stopped there and didnt do anything.

    When i use 'ake Bone' it would just click cancel because it didnt find it. this is the procedure btw....
    SCAR Code:
    Procedure Pickup;
      Begin
       Repeat
       Findcolor(x,y,bonecolor,5,5,515,340)
       Wait(300+random(100))
       Mouse(x, y, 2, 2, False);
       Wait(350+random(150))
       ChooseOption(x, y, 'Bone');
       Flag;
       Wait(600+random(200))
       Until(InvFull)
       AntiRandoms;
    end;


    I looked through it, but I couldnt find it for some reason. I know it exists though (im pretty sure)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. runescape examine
    By stay bombin in forum The Bashing Club / BBQ Pit
    Replies: 9
    Last Post: 07-02-2007, 05:06 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
  •