Run this for the next installment of... 'Bob and You'
print "In the previous episode, we saw Bob returned to his zombie body, and zapped stupidd with a computer virus." : wait key : print "After 50 years, the stupidd virus has almost worn off, and Bob wants his REVENGE!" : wait key : print "Bob calls you down from your heavenly grotto, and asks you to play a game with him." : wait key : input "Do you accept?",acc$ : if left$(lower$(acc$),1) = "y" : input "Bob says I have thought of a number between 1 and 1,000,000. What is it? ",ans : print "Bob: You got it wrong! *Bob shoots you with a gun...*" : else : print "*Bob shoots you with a gun...*" : endif : wait key : print "It seems like Bob hasn't fully recovered from his StUpIdD virus. You are a ghost, and the bullet passes straight through you." : wait key : print "It hits his daughter in the head!" : wait 2000 : ink rgb(255,0,0),0 : for d = 1 to 100 : rad = rnd(100) : ang = rnd(360) : x = (screen width()/2)+(sin(ang)*rad) : y = (screen height()/2)+(cos(ang)*rad) : for ang2 = 0 to 180 : x1 = sin(ang2)*10 : y1 = cos(ang2)*10 : line x+x1,y+y1,x-x1,y-y1 : next ang2 : next d : ink rgb(255,255,255),0 : print "Bob is wery angwy now! *You put a curse on him*" : wait key : print "Bob is wery wery angwy now! *You kill him*" : wait key : print "Bob is at the gates to heaven. St Peter asks him a question:" : wait key : print "St Peter: I am thinking of a number from 1 to 1,000,000,000. You'll never get it, so just go to hell!" : wait key : print "Bob is wery wery wery angwy now! He decides to spend eternity on earth." : wait key : do : input "Bob asks you a question: I am thinking of a number from 1 to 1,000,000,000,000. What is it? ",ans : print "Bob: No! you got it wrong! *Bob eats you*" : wait key : print "You ask Bob a question: I am thinking of a number from 1 to 1,000,000,000,000. What is it?" : wait key : print "Bob: Errr... 1020184921?" : wait key : print "You: No! *You eat bob*" : wait key : loop
