public static void CreateMerchantResponseOptions(DiscussionTopic item, bool allowBuyHound) { item.AddTopic(KnownSentenceKind.LetsTrade); if (allowBuyHound) { item.AddTopic(KnownSentenceKind.SellHound, " (" + Merchant.HoundPrice + " gold)", "I'm afraid you can not afford it."); } }
public void SetMainItem(DiscussionTopic topic) { topic.AddTopic(KnownSentenceKind.Bye); MainItem = topic; }