After I choose an option for intro2, it always goes to softydies, instead of going to the option I chose. Anyone know why?
intro1:
print "Welcome to Power Transfer, press any key to continue."
sync
wait key
intro2:
cls
print "You just inherited one-million dollars, make your next choices wisely..."
wait 3000
cls
print "What would you like to do with your one million dollars? "
print "1.Donate it all to charity..."
print "2.Put it in a high yield savings account for retirement."
print "3.Quit your job and live off it!"
Input "",InputStritng$
If InputString$="1" then goto softydies
if InputString$="2" then goto smartyone
if InputString$="3" then goto dumbyone
softydies:
cls
print "You're a softy, and you lose, press any key to exit..."
sync
wait key
end
smartyone:
cls
print "You're still poor, but you win, press any key to exit."
sync
wait key
end
dumbyone:
cls
print "STUPID! Unless you plan on being poor for the rest of your life, I suggest you not do that..."
wait 3000
cls
print "Go back?"
Input "",InputString$
If InputString$="yes" then goto intro2
if InputString$="no" then end
Fear me, you really should...