eastern-flames/eastern flames/scripts/txt_momijiytkn/txt_momijiytkn.gml

30 lines
1.3 KiB
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_momijiytkn() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("Ah! Ive 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 wont be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
txt("Why dont 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;
}