eastern-flames/eastern flames/scripts/txt_reisen/txt_reisen.gml

18 lines
350 B
Plaintext
Raw Normal View History

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 09:43:11 +00:00
txt("E-Enemy spotted!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
txt("I'll stop you here!", REISEN.POUTING),
2022-08-23 05:23:02 +00:00
2022-08-22 22:37:11 +00:00
],[
2022-08-23 09:43:11 +00:00
txt("て...敵!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
2022-08-23 05:23:02 +00:00
txt("止まれ!", REISEN.POUTING),
2022-08-22 22:37:11 +00:00
])
2022-08-23 09:43:11 +00:00
endevent = function() {ARTICULATOR.state = st_control};
2022-08-22 22:37:11 +00:00
}