We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player character ignores the walk_to_point of another character in the room.
walk_to_point
_on_click()
The PC should move to the coordinates defined by the walk_to_point property of the NPC.
The text was updated successfully, but these errors were encountered:
mapedorr
Successfully merging a pull request may close this issue.
Bug description
Player character ignores the
walk_to_point
of another character in the room.Steps to reproduce
walk_to_point
property._on_click()
function make the PC to walk to the clicked object.walk_to_point
coordinates to walk to the NPC's origin point.Expected vs observed behavior
The PC should move to the coordinates defined by the
walk_to_point
property of the NPC.Environment information (please complete):
The text was updated successfully, but these errors were encountered: