Hi,
i want to ask, if someone knows a "no loot script" to make it impossible to loot certain dead actors.
I need this because i have a spawning arena and i don't want that the bodys of the opponents can be looted until they disappears (what happens with a script who fires 3 seconds after they died)
Help, ideas or links would be nice!
Thanks in advance
Eru
The above comments will certainly serve you well but its also possible to create duplicates of whatever equipment you want those NPC's to have that is marked as "unplayable". This is what allows vanilla Dremora's to have Daedric armour that you can't loot from them.
*EDIT: SetDestroyed should also work essentially the same as BlockActivation for your dead actors.
*EDIT2: SetDestroyed is much more concise. BlockActivation isn't infallible due to whichever Event(s) it is coded into.