need help in uo.waitmenu
Posted: 2008-08-30 19:13:27
I must necessarily put
i can't doing
?
example:
Thanks
Code: Select all
uo.waitmenu("Pozioni","(3)")
i can't doing
Code: Select all
uo.waitmenu("Pozioni","(MY_NUMBER)")
?
example:
Code: Select all
sub alchemy(type,Qreag,MY_NUMBER)
if (uo.count(type) >= Qreag) then
if (uo.count(emptyB) >=1) then
if (not uo.waiting()) then
uo.waitmenu("Pozioni","(MY_NUMBER)")
end if
uo.usetype(type)
uo.deletejournal()
while (not uo.injournal("You put the") and not uo.injournal(uo.getname('self')+": *You toss the failed mixture from the mortar*"))
wait(500)
wend
else
uo.print("no bottle")
end if
else
uo.print("no reag")
end if
end sub
Thanks