commands = {talk} room you { } object money{ } room pub { counter { c1 0 3 } } (you,talk) { "Hello ladies"; if(you contains money){ +game.win; } else{ -game.lose; } } start { move you from offscreen to pub; move money from offscreen to you; "Hello before"; pub.c1 = 3; "Hello after"; }