30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
function txt_momijiytkn() {
|
||
|
||
msg = msglang([
|
||
|
||
txt("Ah! I’ve been spotted!", TAKANE.SURPRISED),
|
||
txt("What are you doing here?", MOMIJI.NEUTRAL),
|
||
txt("Well, I was keeping an eye on the River Kappa...", TAKANE.REASONING),
|
||
txt("But then those rabbits showed up out of nowhere!", TAKANE.SURPRISED),
|
||
txt("How am I supposed to get home now...", TAKANE.SURPRISED),
|
||
txt("There won’t be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
|
||
txt("Why don’t you join up with us? We can fight them off together.", MOMIJI.NEUTRAL),
|
||
txt("Well, it beats dying alone...", TAKANE.REASONING),
|
||
|
||
|
||
],[
|
||
|
||
txt("しまった!見つかっちゃった!", TAKANE.SURPRISED),
|
||
txt("ここで何をしてる?", MOMIJI.NEUTRAL),
|
||
txt("ええ、河童を見ていますが...", TAKANE.REASONING),
|
||
txt("でも、びっくりにそのウサギがあわれだ!", TAKANE.SURPRISED),
|
||
txt("このままで、どうすれば帰れる?", TAKANE.SURPRISED),
|
||
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。", MOMIJI.ANNOYED),
|
||
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。", MOMIJI.NEUTRAL),
|
||
txt("え、こりゃあ一人で死ぬよりましかも...", TAKANE.REASONING),
|
||
|
||
|
||
])
|
||
|
||
endevent = c_null;
|
||
} |