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