28 lines
717 B
Plaintext
28 lines
717 B
Plaintext
|
function txt_momijiyaya() {
|
|||
|
|
|||
|
msg = msglang([
|
|||
|
|
|||
|
txt("Oh great, you..."),
|
|||
|
txt("Hm? Aren’t you happy to see your savior?"),
|
|||
|
txt("I don’t need you!"),
|
|||
|
txt("Alright then, I guess I’ll just be on my way…"),
|
|||
|
txt("...Wait."),
|
|||
|
txt("Hehe, that’s what I thought. Do you want to ask me for help?"),
|
|||
|
txt("Don’t push it."),
|
|||
|
txt("Fiiinnne."),
|
|||
|
|
|||
|
],[
|
|||
|
|
|||
|
txt("面倒が来た..."),
|
|||
|
txt("えええ?勇者に会えて嬉しくないのか?"),
|
|||
|
txt("お前が必要がない!"),
|
|||
|
txt("分かった!じゃあね!"),
|
|||
|
txt("...待って。"),
|
|||
|
txt("クスクス!やっぱりね。私の助けが欲しいのか?"),
|
|||
|
txt("調子に乗るな。"),
|
|||
|
txt("はい、はい。"),
|
|||
|
|
|||
|
])
|
|||
|
|
|||
|
endevent = c_null;
|
|||
|
}
|