SmileBASIC コミュニティ返信[30]親投稿OlOOlOOl pi_r_round2017/3/13 6:45If 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...0そうだね プレイ済み2017/11/04 02:21:09に取得