Yoko
http://forum.yoko.com.ua/

where is error
http://forum.yoko.com.ua/viewtopic.php?f=3&t=13154
Page 1 of 1

Author:  khitans [ 2008-01-30 17:28:36 ]
Post subject:  where is error

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

Author:  Nmy [ 2008-01-30 17:38:06 ]
Post subject: 

Code:
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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/