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

18 lines
254 B
Plaintext
Raw Normal View History

2022-08-22 22:37:11 +00:00
function txt_reisen() {
msg = msglang([
2022-08-23 05:23:02 +00:00
txt("E-Enemy spotted!", REISEN.WOBBLE),
txt("Ill 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;
}