Dim Name , Answer , Dice1 , Dice2 , Health , Damage , Dice4 , Troll , Dice3 , WizDamage , WizHealth , ElfHealth , ElfDamage , HWHealth , HWDamage , Player , Wiz1 , Wiz2 , Wiz3 , Elf1 , Elf2 , Elf3 , HW1 , HW2 , HW3 As String
Console.WriteLine("To start this game, please have a six sided dice:")
Console.WriteLine("You have entered the great world of Udhstone,the largest country here is Chookstopia.")
Console.WriteLine("This game is called:")
Console.WriteLine(" !!! D R A G O N S T O N E !!!")
Console.WriteLine(" ___________________________________________")
Console.WriteLine(" ___________________________________________")
Console.WriteLine(" ___________________________________________")
Console.WriteLine("At the moment, you are in Pumblechook Academy, home to the burning body of Ulchrath.")
Console.WriteLine("Hello, what is your name?")
Name = Console.Readline()
Console.WriteLine("Hello " & Name & ". Roll the dice.")
Console.WriteLine("What number did you get?")
Dice1 = Console.ReadLine()
If Dice1 = "1" or Dice1 = "2" Then
Console.WriteLine("My dear " & Name & ", you are a wizard!!!")
Console.WriteLine("Roll the dice again")
Dice2 = Console.ReadLine()
If Dice2 = "1" or Dice2 = "2" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 30 and 10 health points!!!")
If Dice2 = "3" or Dice2 = "4" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 40 and 10 health points!!!")
If Dice2 = "5" or Dice2 = "6" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 50 and 10 health points!!!")
If Dice1 = "3" or Dice1 = "4" Then
Console.WriteLine("My dear " & Name & ", you are a human warrior!!!")
Console.WriteLine("Roll the dice again")
Dice2 = Console.ReadLine()
If Dice2 = "1" or Dice2 = "2" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 5 and 20 health points!!!")
If Dice2 = "3" or Dice2 = "4" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 10 and 20 health points!!!")
If Dice2 = "5" or Dice2 = "6" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 15 and 20 health points!!!")
If Dice1 = "5" or Dice1 = "6" Then
Console.WriteLine("My dear " & Name & ", you are a elf!!!")
Console.WriteLine("Roll the dice again")
Dice2 = Console.ReadLine()
If Dice2 = "1" or Dice2 = "2" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 10 and 15 health points!!!")
If Dice2 = "3" or Dice2 = "4" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 20 and 15 health points!!!")
If Dice2 = "5" or Dice2 = "6" Then
Console.WriteLine("My dear " & Name & ",you have a power rating of 30 and 15 health points!!!")
Console.WriteLine("Would you like to begin?")
Answer = Console.ReadLine()
If Answer = "Yes" or Answer = "YES" or Answer = "yes" Then
Console.WriteLine("Well then...")
Else Console.WriteLine("Then reset the game.")
Console.WriteLine("Let your adventure begin:")
Console.WriteLine("Chapter 1: The Forest of Deadly but Dead Rh0tls:")
Console.WriteLine("Long,long ago...")
Console.WriteLine("A dark wizard murdered many Rh0tls and stole their souls.")
Console.WriteLine("In a dark spell, he brought them back to life as his servants.")
Console.WriteLine("But that was what he wanted to happen, it didn't happen.")
Console.WriteLine("The spell failed and his soul now wanders this forest.")
Console.WriteLine("The Rh0tls still live here, but they guard the wizard for his spell managed to get them to protect him.")
Console.WriteLine("They attack anyone who comes here.")
Console.WriteLine("I'll tell you more later. Fight this Rh0tl who can do 5 points of damage with his axe and has 15 health points:")
Console.WriteLine("Do your best to defeat him:")
Console.WriteLine("He's swinging his axe, roll the dice to see if you manage to survive")
Dice3 = Console.ReadLine()
If Dice3 = "1" or Dice3 = "2" or Dice3 = "3" Then
Console.Writeline(" You were hit and lost 5 points.")
If Dice1 = "1" or Dice1 = "2" Then
Console.Writeline("You have "& Health & " points left.")
If Dice1 = "3" or Dice1 = "4" Then
Console.Writeline("You have "& Health & " points left.")
If Dice1 = "5" or Dice1 = "6" Then
Console.Writeline("You have "& Health & " points left.")
ElseIf Dice3 = "4" or Dice3 = "5" or Dice3 = "6" Then
Console.WriteLine("The troll missed you. You did not lose any points.")
Console.WriteLine("You must defeat it. Roll the dice to see if you can.")
Dice4 = Console.ReadLine()
If Dice4 = "1" or Dice4 = "2" or Dice4 = "3" Then
Console.WriteLine("You missed the troll.")
ElseIf Dice3 = "4" or Dice3 = "5" or Dice3 = "6" Then
If Dice1 = "1" or Dice1 = "2" or Dice1 = "2" then
Console.Writeline("You have "& Health & " points left.")
If Dice1 = "3" or Dice1 = "4" Then
Console.Writeline("You have "& Health & " points left.")
If Dice1 = "5" or Dice1 = "6" Then
Console.Writeline("You have "& Health & " points left.")
Loop until Health = 0 or Troll = 0 or Health < 0 or Troll < 0
If Dice1= "1" or Dice1 = "2" Then
If Dice2 = "1" Dice2 = "2" Then