please include codes if certain options i ask require certain codes
so i am creating a text based adventure game in notepad, (and of course saved it as a .bat) but i just started with this. so i dont know all the codes/options yet. do you guys know how to do these things in notepad (please include the code)
how do i let people PRESS a button instead of needing to type the word to go to the next situation? for example if i have 3 options to choose from, and i want to pick option 3, at this moment i need to type the number 3 and then press enter. i code this by:
set /p variable=
if %variable% equ YES goto situation1
if %variable% equ NO goto situation2
but what do i type if i only want people to PRESS the button?
___________________________________________
is it possible to create certain shapes in notepad and let them appear in DOS without letting everything be missplaced?
_________________________________________________________________
how do i prevent peole from proceeding to the next step by just pressing a random button instead of selecting the right option?
________________________________________________________________
is it possible to let a certain text appear for let's say, 5 seconds, then let it dissapear and go to the next destination?
so i am creating a text based adventure game in notepad, (and of course saved it as a .bat) but i just started with this. so i dont know all the codes/options yet. do you guys know how to do these things in notepad (please include the code)
how do i let people PRESS a button instead of needing to type the word to go to the next situation? for example if i have 3 options to choose from, and i want to pick option 3, at this moment i need to type the number 3 and then press enter. i code this by:
set /p variable=
if %variable% equ YES goto situation1
if %variable% equ NO goto situation2
but what do i type if i only want people to PRESS the button?
___________________________________________
is it possible to create certain shapes in notepad and let them appear in DOS without letting everything be missplaced?
_________________________________________________________________
how do i prevent peole from proceeding to the next step by just pressing a random button instead of selecting the right option?
________________________________________________________________
is it possible to let a certain text appear for let's say, 5 seconds, then let it dissapear and go to the next destination?