public static void Main()
Console.WriteLine("Hello and welcome To the Tale of RevolOXEN");
Console.WriteLine("Play Game? Please Enter y/n");
if (Console.ReadLine() == "y")
Console.Write("Hello! Welcome to TITLE, My name is Squash and I'll be your narrator. Let's start by entering your name!");
String name = Console.ReadLine ();
Console.WriteLine("Hey, " +name+ "I'll be guiding you through the adventures of a really cool person named "+name+ ". Oh hey, that's your name. What a coincidence!")
Console.WriteLine("1. Wow!");
Console.WriteLine("2. Really?");
Console.WriteLine("3. I didn't sign up for this!");
if (Console.ReadLine() == "n")
Console.Write("Shutting down now...");
Console.WriteLine("This is where it all ends!");