|
I do the following and it does not work, it cancels as soon as the menu opens but doest not select an item..
uo.waitmenu("Choose a forumla",'Poison')
Uo.FindType("0x0F88" , 0, "ground")
UO.UseType("0x0E9B")
UO.waittargetobject("finditem")
it finds my shade on the ground,uses the mortar on it, then targets the shade..
but it just brings up the menu and stops ive tried
using automenu i get the same results, all i need to do is select the second option in the list, ive also tried using "last" and "2" (2) "(2") etc nothing works.
|