added CHANGE command

This commit is contained in:
2026-05-14 21:24:28 +01:00
parent a55053dc97
commit a18928c673
11 changed files with 82 additions and 11 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
{
"tim": {
"name": "Timothy Sharpshooter",
"gender": "",
"gender": "Male",
"skin_color": "",
"eye_color": "",
"pronoun_subject": "",
"pronoun_object": "",
"pronoun_deppos": "",
"pronoun_indpos": "",
"pronoun_reflex": "",
"pronoun_subject": "He",
"pronoun_object": "Him",
"pronoun_deppos": "His",
"pronoun_indpos": "His",
"pronoun_reflex": "Himself",
"animation": "",
"head": "",
"hair": "",
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -1,4 +1,5 @@
@tim says "hello world, it's a good day"
@tim change name "Timothy Fineshooter"
choice "choice numero uno" {
@tim says "super sad"
}
BIN
View File
Binary file not shown.