Something about waitmenu...
If do you want to make something, and there are about 4 or 5 menus, look here:
Code:
UO.AutoMenu ('a', 'b' ) Where "a" - head of menu
"b" - name of menu, where click to continue craft or anything else
AutoMenu('Name of Window','Chose')
So:
Code:
UO.AutoMenu ('a', 'b' )
UO.AutoMenu ('b', 'c' )
UO.AutoMenu ('c', 'd' )
UO.AutoMenu ('d', 'e' )
UO.AutoMenu ('e', 'f' ) Where f -item whick do want to craft. If this is Carpentry and fishing pole-look here:
Code:
UO.AutoMenu ('Carpentry', 'Fishing Poles' )
UO.AutoMenu ('Fishing Poles', 'fishing pole' )
And no problem. That could be more than 3 AutoMenu. More,more and more. But i prefer uo.WaitMenu.

good luck