mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Added #renamecharacter.
This commit is contained in:
parent
e4d58cd765
commit
9afe8b489e
3 changed files with 25 additions and 1 deletions
|
@ -205,6 +205,8 @@ const modifier = (text) => {
|
|||
text += "\n Launches the create character setup."
|
||||
text += "\n#bio"
|
||||
text += "\n Shows the character's abilities, skills, spells, inventory, and everything else about this character."
|
||||
text += "\n#renamecharacter new_name"
|
||||
text += "\n Renames the character to the new name. All abilities, skills, inventory, etc. will remain the same. Quotes are not necessary."
|
||||
text += "\n#setclass class"
|
||||
text += "\n Sets the class of the character for player reference."
|
||||
text += "\n#setsummary summary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue