public static void Main()
Prompt("Footsteps near as a merchant walks up to you, staring dead in the eyes.", "Are you sure you don't want the shovel?");
public static void Begin()
Console.WriteLine("Hello adventurer, ready to begin?");
Console.WriteLine("Alright, and what was the name again?");
name = Console.ReadLine();
Console.WriteLine("Ah right! Well then come on " + name + "! You have a lot of work to do.");
public static void Prompt(string[] prompts)