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

Blacklist

Bender69

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