If you're providing numbers for action shortcuts such as these. ?"1 - explore" ?"2 - rest" ?"3 - eat" And allow only numeric input. INPUT A You could use IF statements something like this. IF A==1 THEN... IF A==2 THEN... IF A==3 THEN...