mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Update #help.
This commit is contained in:
parent
5a1d9c2f36
commit
22b927ece3
1 changed files with 4 additions and 0 deletions
|
@ -326,8 +326,12 @@ const modifier = (text) => {
|
|||
text += "\n Makes the characters travel to the location specified by the coordinates or location_name. You must provide at least one or the other. If the location does not exist, it is created at your current coordinates. If you only specify coordinates, you will go to the first location at those coordinates. Quotes are not necessary."
|
||||
text += "\n#getlocation"
|
||||
text += "\n Returns the coordinates that the player's party is at. It will also list a location if a location was specified when using #goto."
|
||||
text += "\n#showlocations"
|
||||
text += "\n Shows a list of all discovered locations with their coordinates and their distance from the player's current location."
|
||||
text += "\n#removelocation location_name or location_number"
|
||||
text += "\n Removes the specified location or location number as listed in #showlocations. Quotes are not necessary."
|
||||
text += "\n#clearlocations"
|
||||
text += "\n Deletes all discovered locations."
|
||||
|
||||
text += "\n\n--Danger Zone--"
|
||||
text += "\n#reset"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue