EYE DONT KNOW!
going to test it out in my plank making script now!
gets stuck at 4th node heres my path if you notice anything wrong =/
private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3278, 3429 }, { 3287, 3440 }, {3288 ,3445}, {3290 ,3450}, { 3292, 32452 }, { 3299, 3479 }, { 3302, 3490 }};
I fixed my path I think, but now it gets stuck on 3rd node =/
private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3275, 3429 }, {3283,3435}, { 3287, 3440 }, {3290 ,3450},{ 3292, 3460 }, { 3299, 3467 }, { 3299, 3475 },{ 3300, 3483 }, { 3302, 3490 }};