Added #clonecharacter.

This commit is contained in:
raeleus 2024-09-29 09:34:48 -07:00
parent 9afe8b489e
commit 0d6d80e6c0
4 changed files with 42 additions and 2 deletions

View file

@ -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"