i need some help in my dark basic programming this is what i got so far for my texted based game
i'm having trouble with the input part i want to make it so is the user presses y it prints great choice can some one please help me?
if you want to see the file i attached it.
cls
hide mouse
print "how to play"
print "this is a text based game after you choose an answer"
print "press enter after that read the text"
print "when you done press any key"
suspend for key
cls
print "you are a boy named alex you are the cheater in high school"
print "you mission is to cheat your way through high school"
suspend for key
cls
print "monday 8:00 am"
suspend for key
cls
print "as soon as you walk in the class room you see the answers"
print "on the table heres you chance to swipe them so what will you do will you"
print "will you steal them?"
print "y/n"
input choice
if choice = y
print "great choice"
endif