Skip to content

Commit

Permalink
Update default-macros.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria authored Sep 10, 2024
1 parent db0bc8f commit e53bc59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _docs/getting-started/default-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Macro | Syntax | Description
`face` | `face <dir>` | Face N, E, S, or W.
`empty` | `empty <left|right>` | Empty the bottle in your chosen hand.
`fill` | `fill <left|right>` | Fill the bottle in your chosen hand based on where you are.
`look at` | `look at <target>` | Get a description of the target.
`consider` | `consider <target>` | Get a description of the target.
`look` | `look` | Look at the ground, not searching anything.
`look` | `look <dir>` | Look in a direction, examining the specifics of that object. Doors will tell you required key descriptions, etc.
`open` | `open <dir>` | Open the door either N, S, E, or W from you.
`close` | `close <dir>` | Close the door either N, S, E, or W from you.
`write` | `write <message>` | While holding an ink pot and an empty scroll, you can add your own message to the scroll.
Expand Down

0 comments on commit e53bc59

Please sign in to comment.