Microsoft Small Basic

Program Listing: ZWR253
TextWindow.WriteLine(" welcome to bryces interactive story please enter your desired name")
name = TextWindow.Read()
TextWindow.WriteLine("welcome you have been awaited " + name)
TextWindow.WriteLine("come in")
TextWindow.WriteLine(" you will kill the dragon at least i hope do you accept")
questyn = TextWindow.Read()
TextWindow.WriteLine("so you said " + questyn )
TextWindow.WriteLine("well that is unusual you are going i dont care if you said yes or no you are going ")
TextWindow.WriteLine("over the next hour you face nothing and start to get bored")
TextWindow.WriteLine("then a giant orc attacks you what do you do")
orcattack = TextWindow.Read()
TextWindow.WriteLine("through your " + orcattack)
TextWindow.WriteLine("ing the orc dies and you find some gold in his pocket")
TextWindow.WriteLine("you find a shop with a staff a gold sword and a bow what do you buy with your gold")
shop = TextWindow.Read()
TextWindow.WriteLine("you bought a " + shop)
TextWindow.WriteLine("unfortunatly you find out the " + shop)
TextWindow.WriteLine("you bought was a fake")
TextWindow.WriteLine("the dragon approaches how will you try to attack it")
dragonattack = TextWindow.Read()
TextWindow.WriteLine("the dragon evades your " + dragonattack)
TextWindow.WriteLine("the dragon hits your assistant and he turns into ash")
TextWindow.WriteLine("you decide to attack to attack the dragon with all you have got what do you do")
dragonattack2 = TextWindow.Read()
TextWindow.WriteLine("your " + dragonattack2)
TextWindow.WriteLine("killed the dragon the land if finally safe")
TextWindow.WriteLine("when your get to town the people are yelling")
TextWindow.WriteLine("the world greatest " + name)
TextWindow.WriteLine("well done you win made by bryce stansfield play more games at brycegames.yolasite.com")