28 lines
1006 B
Plaintext
28 lines
1006 B
Plaintext
|
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;
|
|||
|
}
|