16 lines
182 B
Plaintext
16 lines
182 B
Plaintext
|
function txt_reisen() {
|
|||
|
|
|||
|
msg = msglang([
|
|||
|
|
|||
|
txt("E-Enemy spotted!"),
|
|||
|
txt("I’ll stop you here!"),
|
|||
|
|
|||
|
],[
|
|||
|
|
|||
|
txt("て...敵!"),
|
|||
|
txt("止まれ!"),
|
|||
|
|
|||
|
])
|
|||
|
|
|||
|
endevent = c_null;
|
|||
|
}
|