14 lines
97 B
Plaintext
14 lines
97 B
Plaintext
|
function txt_() {
|
||
|
|
||
|
msg = msglang([
|
||
|
|
||
|
txt(""),
|
||
|
|
||
|
],[
|
||
|
|
||
|
txt(""),
|
||
|
|
||
|
])
|
||
|
|
||
|
endevent = c_null;
|
||
|
}
|