Is there a way I can force my Player to stick to using a certain object in Pathfinding? I need my player to stay on the tiles that you create in the pathfinding operation.
Here is my capx. You right click on a tile to create more tiles off that one. Right click a green tile to create a tile at that position. Left click a tile to move to that position. Is there a way to keep the player on the tiles during pathfinding? Also, can the player move in a grid-like movement like Habbo or Spine-Workd, where you click to go to a certain tile and it stays there?