Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. R

    Question Walk to exact coordinate

    (unable to edit above post) Doing interact("Walk here") on the coordinate object seems to work. I missed that it inherited interact. Still unsure if this is the best way to achieve what I am trying to do.
  2. R

    Question Walk to exact coordinate

    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...
Top