22 lines
453 B
Plaintext
Raw Normal View History

2022-08-22 15:37:11 -07:00
function txt_aya() {
msg = msglang([
2022-08-22 22:23:02 -07:00
txt("Ayaya!", AYA.SURPRISED),
2022-08-22 15:37:11 -07:00
txt("Stop right there!"),
2022-08-22 22:23:02 -07:00
txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
txt("Whats going on!?", AYA.SURPRISED),
2022-08-22 15:37:11 -07:00
],[
2022-08-22 22:23:02 -07:00
txt("あやや!", AYA.SURPRISED),
txt("フリーズ!"),
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
txt("何これ!?", AYA.SURPRISED),
2022-08-22 15:37:11 -07:00
])
endevent = c_null;
}