63 lines
846 B
Plaintext
63 lines
846 B
Plaintext
function txt_momijidies() {
|
|
|
|
msg = msglang([
|
|
|
|
txt("Man, I told them, I'm just a Shogi player..."),
|
|
txt("I'll step back and watch for now."),
|
|
|
|
],[
|
|
|
|
txt(""),
|
|
|
|
])
|
|
|
|
endevent = c_null;
|
|
}
|
|
function txt_nitoridies() {
|
|
|
|
msg = msglang([
|
|
|
|
txt("Bwuh!? Bullshit!"),
|
|
txt("Nitori, get out of there."),
|
|
txt("But, I...! They- it's unfair!"),
|
|
txt("I don't care! It's dangerous."),
|
|
|
|
],[
|
|
|
|
txt(""),
|
|
|
|
])
|
|
|
|
endevent = c_null;
|
|
}
|
|
function txt_ayadies() {
|
|
|
|
msg = msglang([
|
|
|
|
txt("My camera! I've gotta get it fixed!"),
|
|
txt("Please, Aya. You can get another."),
|
|
txt("No, I really can't~!"),
|
|
|
|
],[
|
|
|
|
txt(""),
|
|
|
|
])
|
|
|
|
endevent = c_null;
|
|
}
|
|
function txt_takanedies() {
|
|
|
|
msg = msglang([
|
|
|
|
txt("...That's about it. I'm clocking out."),
|
|
txt("Have fun getting whalloped without me, suckers."),
|
|
|
|
],[
|
|
|
|
txt(""),
|
|
|
|
])
|
|
|
|
endevent = c_null;
|
|
} |