I have a script that chucks an item with an onAdd script into all corpses and containers in a given area and then adds a find package to the NPCs which makes them seek out the items I added to the corpses. This works for containers , the NPC's have no problem finding the items on the containers and picking them up, but they ignore the corpses.
Any ideas what I might be doing wrong or how to get around this? (The onAdd script has an exception to check it's only being picked up by a valid searcher, not triggering and deleting itself when "onAdded" into the container or corpse.
Edit Nevermind, it was because they're considering it stealling from each other. Using a completely different species of NPC for testing with no shared faction made it work.