dialogue added
This commit is contained in:
parent
cf0ac84133
commit
091aa9c58c
117 changed files with 1393 additions and 231 deletions
12
eastern flames/scripts/txt_momijiyaya/txt_.yy
Normal file
12
eastern flames/scripts/txt_momijiyaya/txt_.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
12
eastern flames/scripts/txt_momijiyaya/txt_intro.yy
Normal file
12
eastern flames/scripts/txt_momijiyaya/txt_intro.yy
Normal 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",
|
||||
}
|
28
eastern flames/scripts/txt_momijiyaya/txt_momijiyaya.gml
Normal file
28
eastern flames/scripts/txt_momijiyaya/txt_momijiyaya.gml
Normal file
|
@ -0,0 +1,28 @@
|
|||
function txt_momijiyaya() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("Oh great, you..."),
|
||||
txt("Hm? Aren’t you happy to see your savior?"),
|
||||
txt("I don’t need you!"),
|
||||
txt("Alright then, I guess I’ll just be on my way…"),
|
||||
txt("...Wait."),
|
||||
txt("Hehe, that’s what I thought. Do you want to ask me for help?"),
|
||||
txt("Don’t push it."),
|
||||
txt("Fiiinnne."),
|
||||
|
||||
],[
|
||||
|
||||
txt("面倒が来た..."),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?"),
|
||||
txt("お前が必要がない!"),
|
||||
txt("分かった!じゃあね!"),
|
||||
txt("...待って。"),
|
||||
txt("クスクス!やっぱりね。私の助けが欲しいのか?"),
|
||||
txt("調子に乗るな。"),
|
||||
txt("はい、はい。"),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_momijiyaya/txt_momijiyaya.yy
Normal file
12
eastern flames/scripts/txt_momijiyaya/txt_momijiyaya.yy
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue