Also, your INPUT command needs another parameter, which is the variable to store the user's input. It goes after the guiding text string. Instead of just guiding text... INPUT "Pick an episode: " ...include a variable to store what the user picked... INPUT "Pick an episode: ",EP Also, it's syntax*, not 'sitnx'.