Are you using OPTION STRICT? If so, you will have to declare your variables first. Do that with the VAR command. You should initialize the variables before your game's main loop. Like this... VAR CEXIT VAR C$ VAR HP 'YOU COULD ALSO JUST REMOVE THE GODMODE COMMAND WHILE 1 'MAIN GAME LOOP 'CONSOLE CODE GOES HERE WEND