Those would work, but probably not the way you intended in this situation. If you're prompting for a choice and you store the user's input in A$, the you need to check each possible value of A$. IF A$=="explore" THEN ... IF A$=="rest" THEN ... IF A$=="eat" THEN ...