Example #1
0
 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.");
     }
 }
Example #2
0
 public void SetMainItem(DiscussionTopic topic)
 {
     topic.AddTopic(KnownSentenceKind.Bye);
     MainItem = topic;
 }