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