Ok well I got it working up to a point.
hide mouse
print "Press any Key to Begin Jack's Story"
print " "
print " "
wait key
print "The goal of this game is to make Jack (you, if you manged to not figure it out) rich."
print " "
wait 1500
print "Press the space key to start!"
do
If inkey$()=" " then goto print1
loop
print1:
print " "
print "Jack was at home, sitting on the couch, trying to think about what to do for that day."
print " "
wait 2000
print "Should Jack (1) Go to his local 7UP store to buy a soda. (2) Stay at home and do nothing."
print "(3) Eat a pie."
print " "
wait 2000
print "psst, try pushing 1, 2, or 3"
do
If inkey$()="1" then goto print2
loop
print2:
print " "
print "Jack walks down the road to his local 7UP store. When he reaches the store he"
print "walks toward the back where they keep the soda."
print "when he reaches the cash register with his soda he sees a chance to grab"
print "a free candy bar while the manager is not looking."
print " "
wait 5000
print "Should Jack (1) Grab the candy bar and put it in his pocket."
print "(2) Wait in line like every one else."
print " "
wait 2000
print "I hope you know what to do by now."
do
If inkey$()="1" then goto print3
loop
print3:
print " "
print "Jack pockets the candy bar when no one is looking."
print "After paying for his soda he walks outside and pulls out his candy bar."
print "The candy bar ended up being a snickers, one of Jacks favorits."
print "The lable reads, eat a snickers and become rich."
print " "
wait 5000
print "It turns out Jack had the winning wraper and became, very very rich."
do
If inkey$()="2" then goto print4
loop
print4:
print " "
print "Jack went home to hi dull life and he never became rich."
print "He died a very sad and lonly man."
print " "
wait 3000
print "You FAILED...DUN. dun. dunnnn."
print " "
print "THE END"
wait 2500
What I am trying to do is (as you can see if you read the text) make a little sotry where you choose your own ending. Every one has helped a great deal and it is almost complete but the program go stuck near the end. It is hard to explain the problem but if you open the code as a program and you follow the story and follow the sequence: (1), (2). You will see that for some reason the 2nd option that you pick after you pick "going to the store" does not work. If any one needs this explained betetr I can try, but I don't realy know what to say. Thank you all