I macro, script works well,.. after some time (totally random 1-20 hours)
i get "unhandled exception in parser"
is it some overflow prob?
Code: Select all
sub kind()
Var x,y
repeat
for x = 0 to 6000
for y = 0 to 4000
uo.print(str(x)+","+str(y))
uo.waittargettile(3291,x,y,0)
wait(40)
uo.useobject("xxx")
wait(40)
next
next
until false
end sub
help appreciated,..
thx