public void Woods(bool tempOption){
Console.WriteLine("You now walk down the path and find a strange little home.");
Console.WriteLine("Okay then, you can go home now.");
Console.WriteLine("You happen upon the woods in scott jones backyard, do you go in? y/n");
Console.WriteLine("Please be explicit with your answers as any other input will fail the system");
string userInput1 = Console.ReadLine();