Code: Select all
repeat
if not UO.FunRunning('func1') then
...
endif
wait(100)
until UO.Dead()Code: Select all
repeat
if not UO.FunRunning('func1') then
...
endif
wait(100)
until UO.Dead()admir wrote:Code: Select all
uo.GetGraphic(uo.ObjAtLayer("Rhand"))