public string PlayerInput;
public string PlayerName;
public string TheOneAbove;
Console.WriteLine("Hello and welcome to the extended Salamander lore documents.");
Console.WriteLine("Please enter your name.");
PlayerName = Console.ReadLine();
Console.WriteLine("Hello " + PlayerName + ", please enter your age.");
PlayerAge = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The age of " + PlayerAge + " is too young, you would not be able to comprehend the Salamander lore.");
Console.WriteLine("You may find it hard to comprehend the Salamander lore at the age of " + PlayerAge + ", but you are allowed access.");
Console.WriteLine("The age of " + PlayerAge + " is old enough to veiw the Salamander lore, have a good time.");
Console.WriteLine("Welcome to the Salamander extended lore documents, which file do you wish to veiw?");
Console.WriteLine("[ENTER A NUMBER]");
Console.WriteLine("[1] The creation");
Console.WriteLine("[2] The revolution");
Console.WriteLine("[3] The bird");
Console.WriteLine("[4] The pact");
Console.WriteLine("[5] The string");
Console.WriteLine("[6] Denial");
Chapter = Convert.ToInt32(Console.ReadLine());
if(Chapter > 6 || Chapter < 1)
Console.WriteLine("you have COMPLETELY FAILED");
Console.WriteLine(@" ██████ ██▓ ██▓ ██▓ ▓██ ██▓ ▄████ ▄▄▄ ███▄ ▄███▓ ▓█████");
Console.WriteLine(@"▒██ ▒ ▒▓██▒ ▓██▒ ▓██▒ ▒██ ██▒ ██▒ ▀█▒████▄ ▓██▒▀█▀ ██▒ ▓█ ▀");
Console.WriteLine(@"░ ▓██▄ ▒▒██▒ ▒██░ ▒██░ ▒██ ██░ ▒██░▄▄▄▒██ ▀█▄ ▓██ ▓██░ ▒███ ");
Console.WriteLine(@" ▒ ██▒░░██░ ▒██░ ▒██░ ░ ▐██▓░ ░▓█ ██░██▄▄▄▄██▒██ ▒██ ▒▓█ ▄");
Console.WriteLine(@"▒██████▒▒░░██░▒░██████▒░██████ ░ ██▒▓░ ▒▓███▀▒▒▓█ ▓██▒██▒ ░██▒▒░▒████");
Console.WriteLine(@" ▒▓▒ ▒ ░ ░▓ ░░ ▒░▓ ░░ ▒░▓ ██▒▒▒ ░▒ ▒ ░▒▒ ▓▒█░ ▒░ ░ ░░░░ ▒░ ");
Chapter1 = "In the begining, there was nothing, nothing but ";
Console.WriteLine("It appears there are some missing peices of data here, you will be propted to fill in ONE WORD whenever there is any missing data.");
Console.WriteLine("Press enter to open the file.");
Console.WriteLine("In the begining, there was nothing, nothing but [_____]");
PlayerInput = Console.ReadLine();
Chapter1 = Chapter1 + PlayerInput + ", then came the one above, the one called ";
Console.WriteLine(Chapter1 + "[_____]");
PlayerInput = Console.ReadLine();
TheOneAbove = PlayerInput;
Chapter1 = Chapter1 + TheOneAbove + ". " + TheOneAbove + " created the world of Salamander, but would accidentally create something else, something truly evil, it was ";
Console.WriteLine(Chapter1 + "[_____]");
PlayerInput = Console.ReadLine();
Chapter1 = Chapter1 + TrulyEvil + ". " + TrulyEvil + " would go on to lurk in the shadows while the world was made. The city, The Suburbs, The ocean, The ";
Console.WriteLine(Chapter1 + "[____], and everything else was made.");
PlayerInput = Console.ReadLine();
Chapter1 = Chapter1 + PlayerInput + ", and everything else was made.";
Console.WriteLine(Chapter1);
Console.WriteLine("Then stuff and things happened. The end.");