Cooking Problem ;\
Posted: 2005-02-17 01:25:40
;=====
sub main()
VAR rawfish="0x097a"
UO.CancelMenu()
UO.AutoMenu("What", "8")
UO.DeleteJournal()
While UO.Count(rawfish) >8
UO.UseType(rawfish)
UO.DeleteJournal()
Repeat
Wait(50)
Until UO.InJournal("You stop.")
UO.DeleteJournal
Wend
;=====
Now it's working. (:
sub main()
VAR rawfish="0x097a"
UO.CancelMenu()
UO.AutoMenu("What", "8")
UO.DeleteJournal()
While UO.Count(rawfish) >8
UO.UseType(rawfish)
UO.DeleteJournal()
Repeat
Wait(50)
Until UO.InJournal("You stop.")
UO.DeleteJournal
Wend
;=====
Now it's working. (: