2022-08-22 22:37:11 +00:00
|
|
|
|
function txt_reisen() {
|
2022-08-23 09:25:43 +00:00
|
|
|
|
ARTICULATOR.state = c_null;
|
2022-08-22 22:37:11 +00:00
|
|
|
|
msg = msglang([
|
|
|
|
|
|
2022-08-23 05:23:02 +00:00
|
|
|
|
txt("E-Enemy spotted!", REISEN.WOBBLE),
|
|
|
|
|
txt("I’ll stop you here!", REISEN.POUTING),
|
|
|
|
|
|
2022-08-22 22:37:11 +00:00
|
|
|
|
|
|
|
|
|
],[
|
|
|
|
|
|
2022-08-23 05:23:02 +00:00
|
|
|
|
txt("て...敵!", REISEN.WOBBLE),
|
|
|
|
|
txt("止まれ!", REISEN.POUTING),
|
|
|
|
|
|
2022-08-22 22:37:11 +00:00
|
|
|
|
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
endevent = c_null;
|
|
|
|
|
}
|