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

28 lines
1006 B
Plaintext
Raw Normal View History

2022-08-22 22:37:11 +00:00
function txt_momijiytkn() {
msg = msglang([
txt("Ah! Ive 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 wont be a home to go to if these rabbits have their way."),
txt("Why dont 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;
}