Pronoun resolution #1669
Unanswered
troglodyte111
asked this question in
Creating games with Quest
Replies: 3 comments 3 replies
|
you are right, this is a bug |
0 replies
0 replies
|
Thanks KV. It is even stranger if you try to do other things like "get it". |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Is there a simple way to remove an object from being referred to as "it"? If the player types a command that destroys an object I typically just move it to a special unreachable room Props, but then I don't want the player to be able to type "x it" and still get its description even if it is not in scope.
All reactions