18 lines
350 B
Plaintext
Raw Normal View History

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