Greetings!
I am currently working on a mod that adds books/scrolls/letters/etc to a few NPCs in the game. I talked with Cyran0 about it a while back, and he recommended using my own sound markers to do the job (replacing the sound script with my "add item" scripts). This sounded like a really good idea (less potential for mod conflicts), so I go to work on it.
But now that I am at the point of actually adding the markers to the game, I find myself wondering where to put them. For example, one of the NPCs I'd like to add items to is in a cell with two entrances. Do I need to place the marker on the NPC, or near one (or both) of the doors? I fault my lack of understanding exactly how these sound markers work, ha ha! But seriously, intuitively I want to place them directly on the NPCs, but I don't know if the markers move with them or not. If so, I think we're done here. But if not, I could see a situation where you kill the NPC at a far enough distance from the marker that the script never runs. So, in that case I would think that adding two markers, one by each door, would solve the problem. But I just don't know what the best practice is in this case.
Any ideas? I appreciate any feedback I can get! And please let me know if you need more info. Thanks in advance!