zymurgy65 Posted September 8, 2017 Share Posted September 8, 2017 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. Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted September 8, 2017 Share Posted September 8, 2017 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 GameModeif *condition to check*like for example if GetStageDone DAAzura 100 ==1AddTopic YourTopic'sEditorIDendif End Link to comment Share on other sites More sharing options...
zymurgy65 Posted September 9, 2017 Author Share Posted September 9, 2017 Thanks for the info - looks like I have a busy weekend ahead! :thumbsup: Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted September 9, 2017 Share Posted September 9, 2017 :-) 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. Link to comment Share on other sites More sharing options...
Recommended Posts