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_momijiytkn/txt_.yy
Normal file
12
eastern flames/scripts/txt_momijiytkn/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",
|
||||
}
|
28
eastern flames/scripts/txt_momijiytkn/txt_momijiytkn.gml
Normal file
28
eastern flames/scripts/txt_momijiytkn/txt_momijiytkn.gml
Normal file
|
@ -0,0 +1,28 @@
|
|||
function txt_momijiytkn() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ah! I’ve been spotted!"),
|
||||
txt("What are you doing here?"),
|
||||
txt("Well, I was keeping an eye on the River Kappa..."),
|
||||
txt("But then those rabbits showed up out of nowhere!"),
|
||||
txt("How am I supposed to get home now..."),
|
||||
txt("There won’t be a home to go to if these rabbits have their way."),
|
||||
txt("Why don’t you join up with us? We can fight them off together."),
|
||||
txt("Well, it beats dying alone…"),
|
||||
|
||||
],[
|
||||
|
||||
txt("しまった!見つかっちゃった!"),
|
||||
txt("ここで何をしてる?"),
|
||||
txt("ええ、河童を見ていますが..."),
|
||||
txt("でも、びっくりにそのウサギがあわれだ!"),
|
||||
txt("このままで、どうすれば帰れる?"),
|
||||
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。"),
|
||||
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。"),
|
||||
txt("え、こりゃあ一人で死ぬよりましかも..."),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_momijiytkn/txt_momijiytkn.yy
Normal file
12
eastern flames/scripts/txt_momijiytkn/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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue