What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Blacklist

Bender69

Community Developer
Joined
Dec 31, 2015
Messages
59
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?
 
Back
Top