Hello, I am currently in the process of adding new features to my mod which revolves around poisoning npcs /actors with foods, Someone had requested on the mod page that I could add the ability to poison an npc through dialogue e.g "Hello, have a (poison) apple" . I have played about with papyrus before with quest scripting but I am unaware of how to go about the following... 1. Making the dialogue global (applies to every npc, hopefully every non-essential npc.) 2. Getting the game to check if the player has the poison apple in the first case so they can initiate the dialogue. 3. If the player has the poison apple, the apple is then removed from the players inventory. 4. I was hoping that I could make the npc play an eating animation when the apple is removed. I have already found topics on the internet to kill the actor/npc. (By setting their health to 0.) For relevance here is my mod - http://www.nexusmods.com/skyrim/mods/51135/? I would be most grateful if someone can help me :)