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