Console.WriteLine("Enter your name.")
name = Console.ReadLine()
Console.WriteLine("Enter the number from last time.")
ending = Console.ReadLine()
Console.WriteLine("Priya asks you to join her alliance with Millie.")
Console.WriteLine("Yes/No")
alliance = Console.ReadLine().ToLower()
Console.WriteLine("Priya and Millie will now vote with you.")
Else If alliance = "no" then
Console.WriteLine("The third challenge is red light green light.")
Console.WriteLine("The first team to have atleast one person from their team to make it to the end, wins!")
Console.WriteLine("How fast will you go?")
Console.WriteLine("Slow/Fast")
choice = Console.ReadLine().ToLower()
Console.WriteLine("You were the furthest away from the end out of all your teammates.")
Console.WriteLine("Emma made it to the other side first and won for her team.")
Else If choice = "fast" then
Console.WriteLine("You were the first one eliminated because you couldn't stop in time for the red light.")
Console.WriteLine("Emma made it to the other side first and won for her team.")
Console.WriteLine("Will you expose Priya for asking you to ally with her?")
Console.WriteLine("Yes/No")
choice2 = Console.ReadLine().ToLower()
Console.WriteLine("Everyone looks at them menacingly after finding out they were in an alliance.")
Else If choice2 = "no" then
Console.WriteLine("You, Priya and Millie come up with a plan to convince one other person to vote the same as you.")
Console.WriteLine("Who will you vote for?")
Console.WriteLine("1.Axel")
Console.WriteLine("2.Scary Girl")
Console.WriteLine("3.Damien")
Console.WriteLine("4.Ripper")
Console.WriteLine("5.Chase")
Console.WriteLine("5.Zee")
Console.WriteLine("6.Millie")
Console.WriteLine("7.Priya")
Console.WriteLine("8." & name)
vote = Console.ReadLine()
Console.WriteLine("The first marshmallow goes to Axel.")
Console.WriteLine("The next marshmallow goes to Scary Girl.")
Console.WriteLine("The next marshmallow goes to Damien.")
Console.WriteLine("The next marshmallow goes to Ripper.")
Console.WriteLine("The next marshmallow goes to Zee.")
Console.WriteLine("The next marshmallow goes to Chase.")
Console.WriteLine("The next marshmallow goes to " & name & ".")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine(name & "!")
Console.WriteLine("Tie between Millie and Priya. The tiebreaker challenge is a canoe race.")
Console.WriteLine("Priya wins!")
Console.WriteLine("The third person out is Millie!")
Console.WriteLine("Ending code:5")
Console.WriteLine("Ending code:6")
Console.WriteLine("Ending code:7")
Console.WriteLine("Ending code:8")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Millie!")
Console.WriteLine("Priya has been voted out.")
Console.WriteLine("The third person out is Priya!")
Console.WriteLine("Ending code:1")
Console.WriteLine("Ending code:2")
Console.WriteLine("Ending code:3")
Console.WriteLine("Ending code:4")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Millie!")
Console.WriteLine("Priya has been voted out.")
Console.WriteLine("The third person out is Priya!")
Console.WriteLine("Ending code:1")
Console.WriteLine("Ending code:2")
Console.WriteLine("Ending code:3")
Console.WriteLine("Ending code:4")
Console.WriteLine("The first marshmallow goes to Axel.")
Console.WriteLine("The first marshmallow goes to Scary Girl.")
Console.WriteLine("The next marshmallow goes to Scary Girl")
Console.WriteLine("The next marshmallow goes to Damien.")
Console.WriteLine("The next marshmallow goes to Ripper.")
Console.WriteLine("The next marshmallow goes to Millie.")
Console.WriteLine("The next marshmallow goes to Priya.")
Console.WriteLine("The next marshmallow goes to Zee.")
Console.WriteLine("The next marshmallow goes to Chase.")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Axel!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Scary Girl!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Damien!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Ripper!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Zee!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Chase!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Millie!")
Console.WriteLine("The final marshmallow goes to...")
Console.WriteLine("Priya!")
Console.WriteLine(name & " has been voted out.")
Console.WriteLine("Millie:Sorry we couldn't stop you from being voted!")
Console.WriteLine("The third person out is " & name & "!")
Console.WriteLine("Placement:14th")