22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
function txt_aya() {
|
|
ARTICULATOR.state = c_null;
|
|
msg = msglang([
|
|
|
|
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("あやや!", AYA.SURPRISED, SPRITEPOS.RIGHT),
|
|
txt("フリーズ!"),
|
|
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
|
|
txt("何これ!?", AYA.SURPRISED),
|
|
|
|
|
|
])
|
|
|
|
endevent = function() {ARTICULATOR.state = st_control};
|
|
} |