#include("system.prg") #fontsize(16) #playertalk(Kristin) #mwin(" Oh man, I'm gonna have to smash the glass!") #pause() #mwincls() #playertalk(Airship Captain) #mwin(" Ladies and Gentlemen we shall be landing shortly.") #pause() #mwincls() #done!=0 #while(done!=0) { #playertalk(Kristin) #mwin(" Better hurry up then.") #pause() #mwincls() #done!=1 } #push(n,Kristin) #push(n,Kristin) #push(e,Kristin) #push(n,Kristin) #playertalk(Kristin) #mwin(" This is gonna take all my strength! ") #pause() #mwincls() #bold(off) #mwin(" Spin the wheel to get Kristin's Strength.") #mwin(" You'll need a high strength rating to break the glass.") #mwin(" You only get three attempts, you must go with the third spin.") #pause() #mwin(" If your stregth rating isn't high enough, Kristin will bounce off the glass") #mwin(" and lose 100HP! ") #mwincls() :tryagain #idone!=1 #while(idone!=1) { #mwin(" Ready? Here we go: ") #spin!=1 #pause() #bold(off) #random(10,spintotal!) #mwin(" : ") #bold(off) #if(spin!<3) { #mwin(" Go with this?") #mwin(" 1 - Yes 2 - No") #wait(a$) #mwincls() #idone!=2 } #if(spin! = 3) { #a$ = 1 #idone!=2 } } #if(a$=="1") { #if(spintotal!>=7) { #push(s,Kristin) #push(s,Kristin) #posture(2,Kristin) #push(n,Kristin) #push(n,Kristin) #eraseplayer(Kristin) #Mwin(" Great job! ") #pause() #mwincls() #branch(:completed) } #if(spintotal!<7) { #push(s,Kristin) #posture(2,Kristin) #push(n,Kristin) #playertalk(Kristin) #mwin(" Ow! Dammit that hurt!") #pause() #givehp("Kristin",-100) #if(Kristin[health]!<=0) { #fade(2) #run("battlesys - gameover.prg") } #spin!=spin!+1 #if(spin!=4) { #spin!=1 } #branch(:tryagain) } } #if(a$=="2") { #branch(:tryagain) } :completed #kill(spin!) #kill(spintotal!) #fade(2) #run("back with Raie on the WS.prg")