mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Added #clonecharacter.
This commit is contained in:
parent
9afe8b489e
commit
0d6d80e6c0
4 changed files with 42 additions and 2 deletions
|
@ -207,6 +207,8 @@ const modifier = (text) => {
|
|||
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#clonecharacter new_name"
|
||||
text += "\n Copies the abilities, skills, inventory, etc. of the current character to a new character with the name new_name. 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