правельно ? главное чтобы он работал стабильно и без сбоев ))
проверте меня...
Code: Select all
sub autocure()
var i
while not uo.dead()
If UO.Poisoned() Then
UO.Cast('Cure','self')
for i=1 to 100
wait(7)
if NOT uo.Poisoned() then
i=100
end if
next
end if
wait(6)
wend
end sub