commands = {talk} room you { counter{lives 0 3} } start { "init start"; you.lives = 2; if(you.lives == 2){ "it is two"; } you.lives--; "did the -- "; if(you.lives == 2){ "it is two"; } if(you.lives == 1){ "it is one"; } }