Ive tried alot of things so I decided to try just walking the path.
here is my set up, exactly like how it was posted in the tutorials however. I am getting a erro
private Position[] path = { new Position(3183, 3431, 0), new Position(3177, 3429, 0), new Position(3171, 3426, 0), new Position(3172, 3416, 0), new Position(3171, 3404, 0), new Position(3173, 3395, 0), new Position(3177, 3388, 0), new Position(3179, 3381, 0), new Position(3182, 3375, 0) };
Then using getWalking().walkPath(path);
But its wanting me to change it to .walk, and then when I change it to walk. it wants me to do other stupid shit.
any help?