18 lines
350 B
Plaintext
18 lines
350 B
Plaintext
function txt_reisen() {
|
|
ARTICULATOR.state = c_null;
|
|
msg = msglang([
|
|
|
|
txt("E-Enemy spotted!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
|
|
txt("I'll stop you here!", REISEN.POUTING),
|
|
|
|
|
|
],[
|
|
|
|
txt("て...敵!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
|
|
txt("止まれ!", REISEN.POUTING),
|
|
|
|
|
|
])
|
|
|
|
endevent = function() {ARTICULATOR.state = st_control};
|
|
} |