Just wondering if there might be a better way to write this. The intent is to nav to a loc then not do anything else until the char gets to the location. Once at the loc, move on the to next line in the macro.
Code:
/echo Moving to the exit now
/nav locyx -163.58 1069.97
:runningexit
/if (${Math.Distance[-163.58 1069.97]} > 10) {
/goto :runningexit
}
/delay 3s
/echo at the exit now

