When looking for interjection points for Khadion, I realized that it would be very nifty to have a list of all dialogue files which the Bioware NPCs interject to. With that in mind, I wrote a little WeiDU utility which I've dubbed "Interjection lister." After using it myself, I decided to put it up for general use in case anyone else would be interested. I figure it can be a good start for creating an interjection points list for any NPC.
The usage is fairly straight-forward, as you can install it like any mod. It outputs a .txt file called "out.txt" in the mod folder, which contains all dialogues which contains an EXTERN to one of the Bioware NPCs, as well as listing which NPC(s) it is who has the interjection. One of the lines would look like this:
AATAQAH contains MINSCJI haven't included state names or any other information aside from dialogue file and interjecter, as I didn't want to spend the extra time to add something that would complicate matters a lot.
The .tp2 contains lists for all SoA and ToB NPCs, the latter being commented out. The result of this is that it lists all SoA interjections by default, and you can comment the SoA line and uncomment the ToB line to switch to listing ToB interjections. It should be fairly easy to customize for other platforms (BG1NPC, any of the IWD NPC mods, CA, etc) as well.
I consider this open source under a MIT license, so anyone who wish to improve the utility (by adding state names, for example), be my guest. It's also very possible that the same result can be obtained with better/smarter coding, so if somebody wants to optimize it, feel free to do that as well. If you make an improved version, please post here so I can update the file in the Download Manager.
I won't be providing a lot of support on this, and future releases from me are unlikely--unless there's new functionality I need for my own projects.