RXScripts Posted April 27, 2019 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?
Lordsthan Posted April 27, 2019 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()?