пвп дракон
Posted: 2007-05-06 20:49:34
sub shrink1()
sub main()
While true
UO.Exec("waitmenu 'What sort' 'Shrink'")
UO.waittargettype('0x0F0E')
UO.usetype('0x20D6')
UO.DeleteJournal()
while not UO.InJournal("You pour the") and not UO.InJournal("You toss the")
wait (100)
wend
Wait(500)
wend
end if
end sub
Когда выпускаю драка, почему-то скрипт остается запущенным, хотя должен закрываться
sub main()
While true
UO.Exec("waitmenu 'What sort' 'Shrink'")
UO.waittargettype('0x0F0E')
UO.usetype('0x20D6')
UO.DeleteJournal()
while not UO.InJournal("You pour the") and not UO.InJournal("You toss the")
wait (100)
wend
Wait(500)
wend
end if
end sub
Когда выпускаю драка, почему-то скрипт остается запущенным, хотя должен закрываться