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 25, 2024
1 parent 209db20 commit 6f98082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/getting-started/default-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Macro | Syntax | Description
`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.
`pettarget` | `pettarget <creatureish>` | Force your pets to target a creature matching `creatureish`. If nothing is specified or found, agro will be reset.
`pettarget` | `pettarget <creatureish>` | Force your pets to target a creature matching `creatureish`. If nothing is specified or found, agro will be reset. _Note_: Resetting agro doesn't mean your pet won't go after something. If the target still has agro towards the pet, the pet will go after it. You'll need to redirect agro to something else.
`write` | `write <message>` | While holding an ink pot and an empty scroll, you can add your own message to the scroll.
`show stats` | `show stats <all|leader>` | Get a listing of all or some of your stats. `show stats all` will give you everything, whereas `show stats` will give you the basics. `show stats leader` will show you your current leaderboard stats.
`show skills` | | Get a listing of all of your skills.
Expand Down

0 comments on commit 6f98082

Please sign in to comment.