Jump to content

How do you make an npc sell spells?


Barlas

Recommended Posts

Another way you can do it which doesn't cause conflicts with other mods that modify that NPC (assuming the spells are added to an existing NPC) is to create a new quest and attach this script to it:

 

ScriptName [NameYouWantInOneWord]

Begin Gamemode

[NPC'sEditorID].AddSpell [SpellEditorID]
StopQuest [EditorIDOfQuestThisScriptIsAttachedTo]

End

 

This will cause less conflicts and make everyone happier.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...