Wilson,  here is the code snippet.
 if (name != null)
 {
     if (name.Number > 0)
     {
         title = String.Format("Complete the following {0} quest{2}: {1}", quest is BaseQuest ? "Mondain's Legacy" : "classic style", VendorSearch.StringList.GetString(name.Number), chain ? " chain" ...