commands = {talk} timer {moves 0 3} room you { } room pub { } (you,talk) { "Hello abracadra b roger-bob world"; "Indeed"; "Hello ladies"; "this is the test function"; "You know it"; } thread (moves == 2){ "Hello thread #1"; "threads more than one"; "statement"; } start { "init start"; move you from offscreen to pub; "Done init"; }