talksprite placing

This commit is contained in:
the me 2022-08-22 22:23:02 -07:00
parent 8d3617fe53
commit 337f705dfe
72 changed files with 988 additions and 157 deletions

View file

@ -2,25 +2,27 @@ 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("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("しまった!見つかっちゃった!"),
txt("ここで何をしてる?"),
txt("ええ、河童を見ていますが..."),
txt("でも、びっくりにそのウサギがあわれだ!"),
txt("このままで、どうすれば帰れる?"),
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。"),
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。"),
txt("え、こりゃあ一人で死ぬよりましかも..."),
txt("しまった!見つかっちゃった!", TAKANE.SURPRISED),
txt("ここで何をしてる?", MOMIJI.NEUTRAL),
txt("ええ、河童を見ていますが...", TAKANE.REASONING),
txt("でも、びっくりにそのウサギがあわれだ!", TAKANE.SURPRISED),
txt("このままで、どうすれば帰れる?", TAKANE.SURPRISED),
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。", MOMIJI.ANNOYED),
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。", MOMIJI.NEUTRAL),
txt("え、こりゃあ一人で死ぬよりましかも...", TAKANE.REASONING),
])