Works in one place but not in another

vw, which set of rules would I consider in order to make sure that the game ends when I want it to? I looked back at the original discussion ([url]Code to Limit Verb Guesses, with a bug]) where an issue like this came up for me, and my original attempt involved printing a parser error; the solution Erik came up with did involve “After reading a command,” which I think worked because instead of rejecting the command it invoked another action, which wasn’t going on in my other game.