I've been trying to make a text-based game, not like Rogue, but like where the console will ask you a question, and you press 1 or 2. I've been using a cout/cin based way, and every way I try, the first question would work fine, but every one after that would just revert it back to the first cout. What am I doing wrong?