Console.WriteLine("you need to get to a party. do you take a plane or boat?")
console.writeline("do you take a propeller or jet plane?")
console.writeline("do you take a fishing boat, or a racing boat?")
if z = "fishing boat" then
console.writeline("it is way too slow! GAMEOVERR")
if z = "racing boat" then
console.writeline("it is fast enough! but what drinks will you bring? water, or energy drinks?")
console.writeline("everyone is out of energy! GAME OVERRR")
if d = "energy drinks" then
console.writeline("everyone is filled with energy! nice party! YOU WIN")
console.writeline("the plane breaks down!! GAME OVERRR")
console.writeline("it is fast enough! but what will you wear to the party? a suit, or costume?")
console.writeline("lookin sharp! you are the light of the party! you win.")
console.writeline("oh no! its not a costume party! thats embarassing... GAME OVERRR")