public static void Main()
Console.WriteLine("Hello! Welcome to my Game!");
public static void intro ()
Console.WriteLine("Hello there! what is your character name?");
string name = Console.ReadLine();
Console.WriteLine("Hello" + name);
Console.WriteLine("What is your choice of specialty my friend?" + " " + "The choices are Rogue, Warrior, and Healer!");
string specialty = Console.ReadLine();
Console.WriteLine("Great Choice!");
Console.WriteLine("Ravens Crest Welcomes You!");
Console.WriteLine("You see the entrance to town already sketched out from the edgelord 5000 lookin ass pillars and shit");
Console.WriteLine(" Greetings Adventurer!");
Console.WriteLine("... ... ...");
Console.WriteLine("You look around and see nothing");
Console.WriteLine("Oh! ... Sorry about that!");
Console.WriteLine("you look down at knee height and see a pale blue goblin uncloak at the entrance to the town");
Console.WriteLine("Sorry about that! Welcome to Ravens Crest!");
Console.WriteLine("Come, Come, We have a room for you!");
Console.WriteLine("You walk to the inn with your newly found acquintance");
public static void inn ()
Console.WriteLine("You enter the inn, a smogy colored lady appears from behind the front desk.... /n Press Enter to continue.");
Console.WriteLine("Hello There! Welcome to the Dark Feather Inn!, We got the highest quality roomes one could offer here in Ravens Crest! How can I help you today son?");
Console.WriteLine(" The choices are, /n The Ravens Eye Suite /n The Ravens Claw Chambers /n The Ravens Heart Lodge");
string choice = Console.ReadLine();
case "The Ravens Eye Suite":
case "the ravens eye suite":
Console.WriteLine("Excellent choice! the first day is on us as we welcome new customers! Afterwards it is 25 copper a night... Thanks so much for your stay and have a wonderful night here at the Dark Feather Inn!");
case "The Ravens Claw Chambers":
case "the ravens claw chambers":
Console.WriteLine("Excellent choice! The first day is on us as we welcome new customers here in Ravens Crest! Afterwards, it is 15 copper a night... Thanks so much for your stay and have a wonderful night here at the Dark Feather Inn!");
case "The Ravens Heart Lodge":
case "the ravens heart lodge":
Console.WriteLine("Great choice! The first day is on us as we welcome new customers here in Ravens Crest! Afterwards, it is 5 copper a night... Thanks so much for your stay and have a wonderful night here at the Dark Feather Inn");
Console.WriteLine("Please tell me just the room selection please!");