public static void Main()
Console.WriteLine("Phione's Mafiaverse Interactive Character Sheet (test)");
Console.WriteLine("======================================================");
Console.WriteLine("Pho: Greetings my dear, what do you wanna know about me?");
Console.Write("a. Relationships b. Your information c. About La Belle: ");
char chara = char.Parse(Console.ReadLine());
Console.WriteLine("Relationships.");
Console.WriteLine("Pho: Ah.. I see.. So, who would you want me to talk about?");
string ans2 = Console.ReadLine();
Console.WriteLine("Pho: Aww Isn't she's the sweetest?");
Console.WriteLine("Pho: Golly! That's my bestie");
Console.WriteLine("Pho: Ah.. I think she's like one of my biggest fan..");
Console.WriteLine("Pho: Doesn't really care much.");
Console.WriteLine("Pho: Sorry, I don't know who that is.");
Console.WriteLine("Your information..");
Console.WriteLine("Pho: About me huh?");
Console.WriteLine("The name's Pho. 24 years old celebrity in Aurum Eden. Classy is my style darling.");
Console.WriteLine("About La Belle.");
Console.WriteLine("Pho: I don't wanna talk about it...");
Console.WriteLine("======================================================");