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_nitoriytkn/txt_.yy
Normal file
12
eastern flames/scripts/txt_nitoriytkn/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_nitoriytkn/txt_momijiytkn.yy
Normal file
12
eastern flames/scripts/txt_nitoriytkn/txt_momijiytkn.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Dialogue",
|
||||
"path": "folders/Dialogue.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_momijiytkn",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
30
eastern flames/scripts/txt_nitoriytkn/txt_nitoriytkn.gml
Normal file
30
eastern flames/scripts/txt_nitoriytkn/txt_nitoriytkn.gml
Normal file
|
@ -0,0 +1,30 @@
|
|||
function txt_nitoriytkn() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("Aaah!"),
|
||||
txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!"),
|
||||
txt("Hey! You have Scouts down by our base too, don’tcha!?"),
|
||||
txt("T-That’s confidential!"),
|
||||
txt("...I guess this doesn’t matter right now!"),
|
||||
txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast."),
|
||||
txt("Help us take them out!"),
|
||||
txt("A River Kappa and a Yamawaro side by side…"),
|
||||
txt("Well, if it’s our only way out of this, then sure!"),
|
||||
|
||||
],[
|
||||
|
||||
txt("うわあああ!"),
|
||||
txt("山童!?ガ!出て行くと言っただろ!"),
|
||||
txt("ふん!河童の諜すこと、もう知っている!"),
|
||||
txt("ち... 違う!"),
|
||||
txt("…今、構わない!"),
|
||||
txt("ウサギに乗っ取られたら、河童と山童は破壊される!"),
|
||||
txt("私たちを参加しろ!"),
|
||||
txt("河童と山童..."),
|
||||
txt("…もう知らん!参加するよ。"),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_nitoriytkn/txt_nitoriytkn.yy
Normal file
12
eastern flames/scripts/txt_nitoriytkn/txt_nitoriytkn.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Dialogue",
|
||||
"path": "folders/Dialogue.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_nitoriytkn",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue