sub heal_self() #heales yourself completely uo.setarm("waffe") wait(200) REPEAT UO.DeleteJournal() uo.disarm() wait(300) uo.waittargetself() uo.usetype('0x0e21') wait(4000) uo.arm("waffe") #wait(1000) WHILE ((UO.InJournal('You finish applying the bandages')==0) AND (UO.InJournal('You successfully heal')==0) AND (UO.InJournal('You have healed')==0) AND (UO.InJournal('at full health')==0) AND (UO.InJournal('at full heath')==0) AND (UO.InJournal('has healed you')==0) ) wait(500) WEND UNTIL (UO.Life==UO.STR) uo.arm("waffe") end sub