eastern-flames/eastern flames/scripts/txt_test/txt_test.gml

14 lines
172 B
Plaintext
Raw Normal View History

2022-08-19 17:19:08 +00:00
function txt_test() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("hi guys"),
],[
txt(""),
])
endevent = function() {ARTICULATOR.state = st_control};
}