How do I tell a pathfinding sprite to find a path to an object. Ive tried setting the action "find path to X:object.x, Y:object.y" and then set the unit to move along path once path is found but it does nothing. I set another action for the pathfinding object to flash if it fails to find path just to see if that is what is happening but it doesnt even flash making me think it isnt even initiating the find path command. There is a start event for the sprite to "find path to X:object.x, Y:object.y" which is once its health instance variable reaches a certain value (3) and once i launch the game and get that sprites health variable to 3 it does not move to the object.x, object.y. Any ideas?