Sorry if i answer only now but I have had commitments in these days.
Unfortunately apparently it still doesn't work, these are the codes to make the character go up, right and up
(UP) -> Player: Move to (Player.X, Player.Y-100) (Direct)
(RIGHT) -> Player: Move to (Player.X-100, Player.Y) (Direct)
(UP) -> Player: Move to (Player.X, Player.Y-100) (Direct)
it just makes a movement in one direction and that's it, I also tried waypoints but it's all busted.
Do you have any other solution?