Hi everyone

How do you handle entities seeing each other? Do you periodically c_scan, and then trace back in the entity event?

Or do you use Ent_next and go through every entity and trace to each one? (well each one that is eligible for being searched, like a my.searchable skill)

What are the advantages and disadvantages of each? Both need to iterate through the whole list somehow correct?

Scan's advantage is that you can specify the cone right?