public static void Main()
Console.WriteLine("You wake up in a forest, you dont know how you got there. you stand up and you see a moving light.") ;
Console.WriteLine("Press (1) to follow it.");
Console.WriteLine("Press (2) to ignore it");
string AnswerOne = Console.ReadLine();
if( AnswerOne== "1"){ Console.WriteLine("You follow the light through a meadow, the light goes up a tree") ;
Console.WriteLine("Press (1) to climb the tree.");
Console.WriteLine("Press (2) to not");
string AnswerDos = Console.ReadLine();}
if(AnswerDos"){ Console.WriteLine("You follow the light through a meadow, the light goes up a tree") ;
Console.WriteLine("Press (1) to climb the tree.");
Console.WriteLine("Press (2) to not");
string AnswerDos = Console.ReadLine();}