function txt_test() {
ARTICULATOR.state = c_null;
msg = msglang([
txt("hi guys"),
],[
txt(""),
])
endevent = function() {ARTICULATOR.state = st_control};
}