- Joined
- Feb 9, 2019
- Messages
- 44
- Thread Author
- #1
I am writing to a script atm and have ran into a navigation issue when I create a BresenhamPath. Specifiically I generate the path to a specific Coordinate and it obviously creates a point between where my player is and the point is, though always clicks outside the target room on the first click. I can see the point on the minimap and instead of making a bresman path, I would like to simply click the location on the map instead. Is this possible?
I have seen that I can use the Coordinate.click() method, but that only works in viewpath instead of on the MiniMap.
I have seen that I can use the Coordinate.click() method, but that only works in viewpath instead of on the MiniMap.