public static void Main()
Console.WriteLine("What is thy hero name?");
myname = Console.ReadLine();
Console.WriteLine(myname + ", ah, what an ugly name");
Console.WriteLine(Health);
Console.WriteLine(myname + " was on his way to explore a dungeon, villagers mentioned that there was a treasure hidden in there.");
Choice = Console.ReadLine();
Console.WriteLine("The door apears to be locked");
Console.WriteLine("But it seems like you own a key, use it?");
Console.WriteLine("Well it seems you will get nowhere");
Console.WriteLine("meh");