eastern-flames/eastern flames/scripts/txt_nitoriytkn/txt_nitoriytkn.gml

30 lines
987 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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, dontcha!?"),
txt("T-Thats confidential!"),
txt("...I guess this doesnt 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 its our only way out of this, then sure!"),
],[
txt("うわあああ!"),
txt("山童!?ガ!出て行くと言っただろ!"),
txt("ふん!河童の諜すこと、もう知っている!"),
txt("ち... 違う!"),
txt("…今、構わない!"),
txt("ウサギに乗っ取られたら、河童と山童は破壊される!"),
txt("私たちを参加しろ!"),
txt("河童と山童..."),
txt("…もう知らん!参加するよ。"),
])
endevent = c_null;
}