• Visit Rebornbuddy
  • Blacklist

    Discussion in 'Community Developer Forum' started by Bender69, Mar 4, 2016.

    1. Bender69

      Bender69 Community Developer

      Joined:
      Dec 31, 2015
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Hi,

      Just wondering how do I use the Blacklist.Add function?
      Code:
      List<TorNpc> Objects = ObjectManager.GetObjects<TorNpc>().Where(o => o.Distance < 1.0f).ToList();
      I assume I can call Blacklist function on each of the objects I interact with, so they won't come again next check, but not sure how to use it. If someone can help?
       

    Share This Page