Difference between revisions of "Dynamically Adding Spells to Merchants"

no edit summary
imported>GuidoBot
imported>KyleWollaston
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:




[[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.
[[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), a token, 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]]