public string getStory() { string output = ""; output += Plot.getName() + "\n"; output += "You are " + MainCharacters[0].outputData() + "\n"; output += Plot.getDesc().ToLower() + ":\n"; output += targetName + "\n"; output += "They are located within the " + Areas[Areas.Count - 1].getName() + "\n"; return(output); }