more logical dialogue

This commit is contained in:
2023-02-09 12:17:41 +01:00
parent 85e3f05b8b
commit 3dd985f0a0
2 changed files with 18 additions and 11 deletions

View File

@@ -2,31 +2,38 @@
"dialogType": "villager",
"intro": [
[
"Hello i'm {title}. Your name must be {player}! So...",
"Hello i'm {title}. Your name must be {player}!",
0
]
],
"welcome": [
[
"Oh hello, {player}... You look great! What can I do for you?",
"Oh hello, {player}... You look great!",
"<goto:>begindialog"
],
[
"Hey, {player}! Hope you have fun today!",
"<goto:>begindialog"
],
[
"Hi! What's up {player}?",
"<goto:>begindialog"
]
],
"begindialog": [
[
"What can I do for you?",
{
"I just wanna talk": "<goto:>tipp",
"Nevermind!": "<goto:>goodbye"
}
],
[
"Hey, {player}! Hope you have fun today! So what do you want?",
"So what do you want?",
{
"What's up": "<goto:>tipp",
"Nothing": "<goto:>goodbye"
}
],
[
"Hi! What's up {player}?",
{
"Can we talk?": "<goto:>tipp",
"Have a great day!": "<goto:>goodbye"
}
]
],
"else": [