sub main()
Message("Autohealing is enable now")
while uo.life>0
if uo.life<=uo.str-20 then
uo.exec("usetype bandage")
uo.exec("waittargetself")
wait(11000)
endif
wend
end sub
#Обращаю внимание что параметр условия uo.str-20 можно поставить по своему
#усмотрению (порог лечить/не ...