uo.frozen()
Posted: 2006-11-04 00:42:15
is there a way to detect if my pg is frozen like
while uo.frozen()
wait(10)
wend
if uo.life < uo.str then
#usetype gheal
else
#usetype other-thing
end if
while uo.frozen()
wait(10)
wend
if uo.life < uo.str then
#usetype gheal
else
#usetype other-thing
end if