finished dialogue villager system

This commit is contained in:
2023-02-08 14:12:06 +01:00
parent 1d363e7741
commit 15407f5f06
2 changed files with 37 additions and 21 deletions

View File

@@ -4,22 +4,22 @@
[
"Oh hello, {player}... You look great! What can I do for you?",
{
"I just wanna talk": true,
"Nevermind!": false
"I just wanna talk": "tipp",
"Nevermind!": "goodbye"
}
],
[
"Hey, {player}! Hope you have fun today! So what do you want?",
{
"What's up": true,
"Nothing": false
"What's up": "tipp",
"Nothing": "goodbye"
}
],
[
"Hi! What's up {player}?",
{
"Can we talk?": true,
"Have a great day!": false
"Can we talk?": "tipp",
"Have a great day!": "goodbye"
}
]
],
@@ -27,24 +27,26 @@
[
"Do you need something else?",
{
"Can you tell me something else?": true,
"No, thanks!": false
"Can you tell me something else?": "tipp",
"No, thanks!": "goodbye"
}
],
[
"So can i help you with something else?",
{
"Tell me a bit more maybe": true,
"I'm good, thank you!": false
"Tell me a bit more maybe": "tipp",
"I'm good, thank you!": "goodbye"
}
]
],
"goodbye": [
[
"Was nice talking to you goodbye!"
"Was nice talking to you goodbye!",
0
],
[
"Have a great day, {player}!"
"Have a great day, {player}!",
0
]
],
"tipp": [