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?
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?
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
There are currently 1 users browsing this thread. (0 members and 1 guests)