I'm trying to create a mac to have my character run around a zone and pause at certain spots. I can get him to run a path using /moveto loc, but he will just run the whole path without stopping. In fact, he does not even run the path at all, he ends up just running to the last loc. I have put in some /pause commands in the mac between each /moveto line and that seems to help some, but I was wondering if there is some sort of command to have my character move to the loc and not process the next line of code until he is at that loc.
Hope that makes sense.
Example:
/moveto loc 1092, 3342
/delay 50
/moveto loc 1240, 3232
/delay 50
/moveto loc 1092, 3342
/delay 50
This somewhat works, but if he gets hit and stunned, then the pause does nothing. I would like him to move to those loc's and pause for 5 seconds, then move to the next loc and pause, etc.
Thanks for any help.
Hope that makes sense.
Example:
/moveto loc 1092, 3342
/delay 50
/moveto loc 1240, 3232
/delay 50
/moveto loc 1092, 3342
/delay 50
This somewhat works, but if he gets hit and stunned, then the pause does nothing. I would like him to move to those loc's and pause for 5 seconds, then move to the next loc and pause, etc.
Thanks for any help.

