Difference between revisions of "Dynamically Adding Spells to Merchants"

no edit summary
imported>DragoonWraith
(corrected formatting and added Useful Code category)
imported>GuidoBot
Line 14: Line 14:


This script will cause the spells to be added to the specified NPC(s) each time the activator is loaded.  If you load a mod that further changes the NPC in question, the spells will still be available the next time the cell is reloaded.
This script will cause the spells to be added to the specified NPC(s) each time the activator is loaded.  If you load a mod that further changes the NPC in question, the spells will still be available the next time the cell is reloaded.
[[User:GuidoBot|GuidoBot]] 01:43, 11 October 2006 (EDT) An alternative method is to just create a one-time-run Quest script that adds the spells to the NPCRef directly. For complicated effects, like inventory restocking and adding randomness, a scripted unplayable item (0-value ring) can be added to the NPCRef directly. To ensure that the (GameMode) script only runs when the player is nearby, it is best to also add a GetInSameCell condition.


[[Category: Useful Code]]
[[Category: Useful Code]]
[[Category:Solutions]]
[[Category:Solutions]]
Anonymous user