Esempio n. 1
0
        public void SafeToHD()
        {
            string safeToHD = "Dummy Text Trappist";

            Console.WriteLine(safeToHD);
            nextStory.StoryHD();
        }
Esempio n. 2
0
        public void ChanceToHD()
        {
            string chanceHD = "\nYou found the scroll on HD in the hidden chest you stumbled over,\nit has coordinates to ancient space ship with untapped goodies. What could go wrong?!?";

            Console.WriteLine(chanceHD);
            nextStory.StoryHD();
        }