Added #version. Resolved #42

This commit is contained in:
raeleus 2024-10-05 20:43:20 -07:00
parent 6ae6ebae51
commit a8fbc6df5b
3 changed files with 12 additions and 1 deletions

View file

@ -392,6 +392,8 @@ const modifier = (text) => {
text += "\n Removes all characters, locations, and notes. Changes all settings to their defaults. Use with caution!"
text += "\n\n--Other--"
text += "\n#version"
text += "\n Returns the current version of this scenario."
text += "\n#help"
text += "\n This long ass help menu. I am paid by lines of codes."