Can anyone explain to me how to make an NPC give you a certain item through dialogue?
in the dialog result box:
player->additem "certainItemID" 1
I also need to know how to make an NPC react when you have a certain item
Use the Item dialog filter
. and how to make them take an item out of your inventory, and give you a reward etc.
in the dialog result box:
player->removeitem "itemToTakeID" 1
player->additem "itemToGiveID" 1
player->additem "gold_001" 100
if you load Morrowind.esm and look in the construction set for text player->additem, you will find plenty of examples