For example, there are ten items strewn about the character, I want to add a script to each of them dynamically so that something happens when any of them are picked up. In the creation kit I could easily add a script to any item I want, but during run time I don't know what the ten items are so I need to add the script to the item on the fly once I have the object reference.
Hopefully this makes sense??