mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
#note can now save the last action's text. Resolves #36
This commit is contained in:
parent
655a539bd3
commit
2ab67ebe71
2 changed files with 8 additions and 4 deletions
|
@ -217,8 +217,8 @@ const modifier = (text) => {
|
|||
text += "\n Retrieves a random name from a list of names in the specified gender and genre. The parameters can be listed in any order."
|
||||
text += "\n#shownotes"
|
||||
text += "\n Shows all the notes."
|
||||
text += "\n#note message"
|
||||
text += "\n Adds the specified message as a note. Quotes are not necessary."
|
||||
text += "\n#note (message)"
|
||||
text += "\n Adds the specified message as a note. If the message is not specified, the last action's text will be saved as a note. Keep in mind that player adventures have a limited amount of state storage (an unspecified amount) so avoid saving too many notes. Quotes are not necessary."
|
||||
text += "\n#clearnotes"
|
||||
text += "\n Removes all notes."
|
||||
text += "\n#removenote value"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue