30 lines
987 B
Plaintext
30 lines
987 B
Plaintext
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;
|
||
} |