dialogue added

This commit is contained in:
the me 2022-08-22 15:37:11 -07:00
parent cf0ac84133
commit 091aa9c58c
117 changed files with 1393 additions and 231 deletions

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "txt_",
"tags": [],
"resourceType": "GMScript",
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Dialogue",
"path": "folders/Dialogue.yy",
},
"resourceVersion": "1.0",
"name": "txt_intro",
"tags": [],
"resourceType": "GMScript",
}

View file

@ -0,0 +1,28 @@
function txt_momijiyaya() {
msg = msglang([
txt("Oh great, you..."),
txt("Hm? Arent you happy to see your savior?"),
txt("I dont need you!"),
txt("Alright then, I guess Ill just be on my way…"),
txt("...Wait."),
txt("Hehe, thats what I thought. Do you want to ask me for help?"),
txt("Dont push it."),
txt("Fiiinnne."),
],[
txt("面倒が来た..."),
txt("えええ?勇者に会えて嬉しくないのか?"),
txt("お前が必要がない!"),
txt("分かった!じゃあね!"),
txt("...待って。"),
txt("クスクス!やっぱりね。私の助けが欲しいのか?"),
txt("調子に乗るな。"),
txt("はい、はい。"),
])
endevent = c_null;
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Dialogue",
"path": "folders/Dialogue.yy",
},
"resourceVersion": "1.0",
"name": "txt_momijiyaya",
"tags": [],
"resourceType": "GMScript",
}