Code: Select all
sub music()
uo.print('tot')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
UO.UseObject('TOT')
wait(1000)
until UO.Dead()
Code: Select all
sub music()
uo.print('tot')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
UO.UseObject('TOT')
wait(1000)
until UO.Dead()