- Thread Author
- #1
A simple problem; I need to walk to an exact coordinate. When using any CoordinatePath subclasses (BresenhamPath, PredefinedPath, RegionPath) I typically walk to a near-by tile, and not to the exact coordinate specified. I tried setSetpDeviation to 0, but that did not help.
I have had more success with getInteractablePoint on the coordinate and then calling click. However this occasionally clicks on something walking by. Doing interact("Walk here") does not seem to work.
Anyone know the right way to walk to an exact coordinate?
I have had more success with getInteractablePoint on the coordinate and then calling click. However this occasionally clicks on something walking by. Doing interact("Walk here") does not seem to work.
Anyone know the right way to walk to an exact coordinate?