where is error in script plis
sub hpp()
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
UO.bandageself()
wait(4000)
endif
until UO.Life == UO.str
wend
end sub
where is error
Moderators: Murderator+, Murderator
Code: Select all
sub hpp()
if UO.Poisoned()==1 then
wait(700)
uo.cast('Cure','self')
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
repeat
UO.bandageself()
wait(4000)
until UO.Life == UO.str
endif
endif
end sub
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net