What I'm trying to do is, for lack of a better explanation, force objects such as shields, daggers, baskets etc. to behave as if they are static without making them static objects.
Is there any sort of command/scripting I could do to simply prevent the PC from being able to pick up the object? I know I can use the DisableHavokOnLoad script to prevent the object from shifting around if hit/collided with, but this is the specific issue I can't seem to resolve.
Thanks to all in advance for your patience.