I have been working on a macro that performs some tasks then needs to move to another location, again more tasks and move...ect. All aspects are working except the moving part. I also have a ini file for advpath.inc that alone gets me to my destination. The problem comes in when there is a task after the
Code: Select all
/call PlayFunction "PATH1 1 f nopp noz"
it will go right to the next call without finishing the path. I tried using a delay after the call, but it just sits there and doesn’t move. I have also tried loops measuring distance or movement, but again the pathing function just sits there as it is in the loop.
ml2517 I did play with this part of code you included in your help file...
with little success. I assumed it was some form of check to see if the ini file was at EOF or something. So if that piece of code is the answer a little more clarification on what it is checking would be very helpful.
So bottom line is how to I get a pathing.ini file to play to fruition before it reads further down the macro script?
-Sparky421