guseggers Posted October 20, 2015 Posted October 20, 2015 Hello! When walking in a path, I have this... private Position[] B2T = { new Position(3262, 3419, 0), new Position(3257, 3407, 0), new Position(3252, 3401, 0) }; when I run the script, it clicks near the first position on the map, goes to it, then walks a block back to stand on the exact block. Is there any way to have it to a block near that coordinate?
Chris Posted October 21, 2015 Posted October 21, 2015 If you are using get localWalker.walk then you will have to make the points a bit closer together.