commands = {talk} room you { state {alive} } room pub { } (you,talk) { "Hello ladies"; if(you.alive){ "three lives"; } else{ "else of three lives"; } "Done check"; } start { move you from offscreen to pub; -you.alive; }