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