Jump to content

Recommended Posts

Posted

How do I add new topics? I'm tweaking one of my mods and I'd like to add a topic to one of the NPCs regarding Azura's Star. I tried using the CS but it crashed, and I have no idea how to do it with TES4Edit.

Posted

TES4Edit only helps you to clean plugins by cancelling some changes.

 

To create new topics, go to the quest menu and make a script to enable them.

 

Your activation script should look like this

 

ScriptName TheNameYouGaveToYourScript

 

Begin GameMode

if *condition to check*

like for example if GetStageDone DAAzura 100 ==1

AddTopic YourTopic'sEditorID

endif

 

End

Posted

:-)

 

By the way and except if I'm wrong you can ensure your script stops running after adding the dialogue with the set DoOnce variable.

  • Recently Browsing   0 members

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