In my macro I am trying to run to a location, and then verify I am there.
I have used delays, but I really want to check that I have arrived.
I am using this and it works ok, but if I get stuck on anything for a second it thinks I have arrived and goes to the next part of the macro. What is the best way to actually check that I am at that location? It will need a small range as the /moveto isn't exact in its stopping point by a few numbers.
I have used delays, but I really want to check that I have arrived.
Code:
/moveto Loc -600 600
:moveloop
/if (${Me.Moving}) {
/goto :moveloop
}