Code: Select all
sub heal()
if not UO.Poisoned('0x0001C97B') then
if not UO.waiting() then
UO.Exec("cast Heal self")
wait(100)
return
endif
if UO.InJournal('concentration') then
UO.canceltarget()
wait(100)
Uo.deletejournal()
endif
endif
end subпомогите разобраться =)