static void Main(string[] args) { Structure.SetEnviroment(); Loops.TextLoop(Scripts.introScript); Structure.Title(); Console.WriteLine("Back at the office"); Console.ReadLine(); Loops.TextLoop(Scripts.storyScript); Mechanics.CreateFile(); Mechanics.GoToAddress(); Loops.cain = true; Loops.TextLoop(Scripts.cainScript); Loops.QuizLoop(Scripts.quizScript); Loops.QuizOutcome(); Structure.Outro(); }
public static void QuizOutcome() { if (score == 3) { Console.Clear(); Console.WriteLine("Prehaps you are more use than you seem. With you by my side the cattle shall know there place."); Console.ReadLine(); } else { Mechanics.ScreenColor(); Console.WriteLine("Get outside, the most useful thing about your afterlife will be its end."); Console.ReadLine(); } }