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
When you have an open door, you need to be able to close it:
[north] door $ close door You close the door.
The rest of the room should see this:
> so and so closes the door.
In the destination room, we wouldn't be able to see who did it, but we would see that it happens:
> door closes.
Of course, if things don't work, we should be told so:
[north] (door) $ close door The door is already closed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When you have an open door, you need to be able to close it:
The rest of the room should see this:
In the destination room, we wouldn't be able to see who did it, but we would see that it happens:
Of course, if things don't work, we should be told so:
The text was updated successfully, but these errors were encountered: