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,28 +2,29 @@ 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("Aaah!", TAKANE.SURPRISED),
txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!", NITORI.ANGRY),
txt("Hey! You have Scouts down by our base too, dontcha!?", TAKANE.ANGRY),
txt("T-Thats confidential!",NITORI.SHOCKED),
txt("...I guess this doesnt matter right now!", NITORI.ANNOYED),
txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast.", NITORI.ANNOYED),
txt("Help us take them out!", NITORI.ANGRY),
txt("A River Kappa and a Yamawaro side by side...", TAKANE.REASONING),
txt("Well, if its our only way out of this, then sure!", TAKANE.ANGRY),
],[
txt("うわあああ!"),
txt("山童!?ガ!出て行くと言っただろ!"),
txt("ふん!河童の諜すこと、もう知っている!"),
txt("ち... 違う!"),
txt("…今、構わない!"),
txt("ウサギに乗っ取られたら、河童と山童は破壊される!"),
txt("私たちを参加しろ!"),
txt("河童と山童..."),
txt("…もう知らん!参加するよ。"),
txt("うわあああ!", TAKANE.SURPRISED),
txt("山童!?ガ!出て行くと言っただろ!", NITORI.ANGRY),
txt("ふん!河童の諜すこと、もう知っている!", TAKANE.ANGRY),
txt("ち... 違う!", NITORI.SHOCKED),
txt("…今、構わない!", NITORI.ANNOYED),
txt("ウサギに乗っ取られたら、河童と山童は破壊される!", NITORI.ANNOYED),
txt("私たちを参加しろ!", NITORI.ANGRY),
txt("河童と山童...", TAKANE.REASONING),
txt("...もう知らん!参加するよ。", TAKANE.ANGRY),
])
endevent = c_null;