Reply to Re: Diagonally
If you don't have an account, just leave the password field blank.
Just use it the same way... for the direction use 1,3,7, or 9 and for the destination coordinate, use only the x coordinate of where you want it to go.
Say his destination would be 100, 200 and he needed to go north east to get there. Like this:
move_stop(1, 9, 100, 1);
Say his destination would be 100, 200 and he needed to go north east to get there. Like this:
move_stop(1, 9, 100, 1);






