Results 1 to 3 of 3

Thread: Right-Click Menu

  1. #1
    Join Date
    Jan 2012
    Location
    United Kingdom
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Right-Click Menu

    I have been able to gain the X and Y position of an item in my inventory. How can I right click this item and then choose an option from the menu that is shown?

  2. #2
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Simba Code:
    Mouse(x,y,0,0,False);
          Wait(RandomRange(700,900));
          ChooseOption('etch');


    The false tells it to right click, and in the chooseoption you just type a portion of the option you want it to click

  3. #3
    Join Date
    Jan 2012
    Location
    United Kingdom
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Smile

    Quote Originally Posted by ashaman88 View Post
    Simba Code:
    Mouse(x,y,0,0,False);
          Wait(RandomRange(700,900));
          ChooseOption('etch');


    The false tells it to right click, and in the chooseoption you just type a portion of the option you want it to click
    Thanks for the help!

Thread Information

Users Browsing this Thread

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

Posting Permissions

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