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
uo.frozen()
Moderators: Murderator+, Murderator
Code: Select all
sub CheckLag()
uo.DeleteJournal()
uo.Click('backpack')
repeat
wait(200)
until uo.InJournal("backpack")
end sub
if uo.life < uo.str then
checklag()
usetype gheal
else
checklag()
usetype other-thing
end if