vidaet oshibku ''uo client performed an unrecoverable invalid operation. terminate?''
Code: Select all
sub main_hel()
var trg, n, x, y, z
var binty='0x0E20'
uo.canceltarget()
uo.print("Ukazhite kogo helit")
uo.addobject('trg')
while uo.targeting()
wait(250)
wend
uo.print("??????? ????")
uo.usetype('0x0E20')
wait(500)
while uo.targeting()
wait(100)
wend
wait(500)
n=uo.lasttile(0)
x=uo.lasttile(1)
y=uo.lasttile(2)
z=uo.lasttile(3)
while not uo.dead()
uo.waittargetobject('trg')
uo.usetype('0x0E21') #Suda tip 4istyh buntov
wait(3000)
uo.waittargettile(n,x,y,z)
uo.usetype('0x0E20')
wait(3000)
wend
end sub