recruitment done
This commit is contained in:
parent
00587c8b44
commit
62f4ba5f5f
18 changed files with 660 additions and 285 deletions
|
@ -2,20 +2,20 @@ function txt_momijiytkn() {
|
|||
ARTICULATOR.state = c_null;
|
||||
msg = msglang([
|
||||
|
||||
txt("Ah! I’ve been spotted!", TAKANE.SURPRISED),
|
||||
txt("What are you doing here?", MOMIJI.NEUTRAL),
|
||||
txt("Ah! I've been spotted!", TAKANE.SURPRISED, SPRITEPOS.RIGHT),
|
||||
txt("What are you doing here?", MOMIJI.NEUTRAL, SPRITEPOS.RIGHT),
|
||||
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 won’t be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
|
||||
txt("Why don’t you join up with us? We can fight them off together.", MOMIJI.NEUTRAL),
|
||||
txt("There won't be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
|
||||
txt("Why don't 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.SURPRISED, SPRITEPOS.RIGHT),
|
||||
txt("ここで何をしてる?", MOMIJI.NEUTRAL, SPRITEPOS.RIGHT),
|
||||
txt("ええ、河童を見ていますが...", TAKANE.REASONING),
|
||||
txt("でも、びっくりにそのウサギがあわれだ!", TAKANE.SURPRISED),
|
||||
txt("このままで、どうすれば帰れる?", TAKANE.SURPRISED),
|
||||
|
@ -26,5 +26,5 @@ function txt_momijiytkn() {
|
|||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
endevent = function() {ARTICULATOR.state = st_control};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue