Console.WriteLine("You wake up and realize you are in a strange unfimiliar room. That seems empty, You find carved words that say, hello traveler welcome to Ravenville.");
Console.WriteLine("You found a table with Food and Water. You are both thirsty and hungry. What do you chose first? Water or Food?");
string choice = Console.ReadLine();
Console.WriteLine("As you eat the food you discover you can no longer see your arms. You have turned invisible, Now goblins have raided into the room.");
Console.WriteLine("You sneak outside of the house and get away from the goblinds.");
}else if (choice == "Water") {
Console.WriteLine("As you drink the water a horde of goblins attacks and you are butchered." );