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,28 @@
function txt_momijiytkn() {
msg = msglang([
txt("Ah! Ive 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 wont be a home to go to if these rabbits have their way."),
txt("Why dont 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;
}

View 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",
}