recruitment done
This commit is contained in:
parent
00587c8b44
commit
62f4ba5f5f
18 changed files with 660 additions and 285 deletions
|
@ -2,15 +2,15 @@ function txt_aya() {
|
|||
ARTICULATOR.state = c_null;
|
||||
msg = msglang([
|
||||
|
||||
txt("Ayaya!", AYA.SURPRISED),
|
||||
txt("Ayaya!", AYA.SURPRISED, SPRITEPOS.RIGHT),
|
||||
txt("Stop right there!"),
|
||||
txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
|
||||
txt("What’s going on!?", AYA.SURPRISED),
|
||||
txt("What's going on!?", AYA.SURPRISED),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("あやや!", AYA.SURPRISED),
|
||||
txt("あやや!", AYA.SURPRISED, SPRITEPOS.RIGHT),
|
||||
txt("フリーズ!"),
|
||||
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
|
||||
txt("何これ!?", AYA.SURPRISED),
|
||||
|
@ -18,5 +18,5 @@ function txt_aya() {
|
|||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
endevent = function() {ARTICULATOR.state = st_control};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue