20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
|
function txt_aya() {
|
|||
|
|
|||
|
msg = msglang([
|
|||
|
|
|||
|
txt("Ayaya!"),
|
|||
|
txt("Stop right there!"),
|
|||
|
txt("I was flying around to try to find a scoop!"),
|
|||
|
txt("What’s going on!?"),
|
|||
|
|
|||
|
],[
|
|||
|
|
|||
|
txt("あやや!"),
|
|||
|
txt("フリーズ!"),
|
|||
|
txt("一人で飛んで記事を見つけたかったんだよ!"),
|
|||
|
txt("何これ!?"),
|
|||
|
|
|||
|
])
|
|||
|
|
|||
|
endevent = c_null;
|
|||
|
}
|