RXScripts Posted April 27, 2019 Share Posted April 27, 2019 Is there any way to check that the player is indeed moving towards a certain area? That is, I click the mouse to move to a tile, how can I check that the player is actually moving towards that tile now? Quote Link to comment Share on other sites More sharing options...
Lordsthan Posted April 27, 2019 Share Posted April 27, 2019 3 hours ago, RXScripts said: Is there any way to check that the player is indeed moving towards a certain area? That is, I click the mouse to move to a tile, how can I check that the player is actually moving towards that tile now? getMap().getDestination()? Quote Link to comment Share on other sites More sharing options...