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

16 lines
182 B
Plaintext
Raw Normal View History

2022-08-22 22:37:11 +00:00
function txt_reisen() {
msg = msglang([
txt("E-Enemy spotted!"),
txt("Ill stop you here!"),
],[
txt("て...敵!"),
txt("止まれ!"),
])
endevent = c_null;
}