dialogue system changes

This commit is contained in:
2023-02-07 14:13:30 +01:00
parent 72421f4a32
commit 0190b6bdb2
4 changed files with 133 additions and 132 deletions

View File

@@ -13,9 +13,9 @@
]
},
"welcome": [
"Oh hello, [color=blue]{player}[/color]... You look great! What do you want from me?",
"Hey, [color=blue]{player}[/color]! Hope you have fun today! So what do you want?",
"Hi! What's up [color=blue]{player}[/color]?"
"Oh hello, {player}... You look great! What do you want from me?",
"Hey, {player}! Hope you have fun today! So what do you want?",
"Hi! What's up {player}?"
],
"else": [
"Do you need something else?",
@@ -23,7 +23,7 @@
],
"goodbye": [
"Was nice talking to you goodbye!",
"Have a great day, [color=blue]{player}[/color]!"
"Have a great day, {player}!"
],
"tipp": [
[