How to do NPCs dialogues specifics to Elsweyr.
2 posters
Project Outreach :: Public :: Tutorials
Page 1 of 1
How to do NPCs dialogues specifics to Elsweyr.
When you create a NPC for a province mod, you will be confronted to generic topics. Unfortunately, you'll find a lot of references to the province of Morrowind, like rumors, names of daedrics ruins or other NPCs, etc... If you just use the NoLore variable to get rid of them, all other NPCs from any other mod will probably be able to use your dialogues if the conditions are not very strict. And you are a lazy . You don't want to multiply dialogues lines to match every possibility.
I have a solution. When you create a new NPC, add him this little script named ElsweyrLore:
When you create a new dialogue, add it the condition Local ElsweyrLore = 0 and your dialogue will be displayed only for a NPC having the script. So, you could create new rumors, advices, etc...
This is valid for a generic NPC from Elsweyr. If you use his ID or the conditions are specifics, you don't have to use this script.
Edit: Typo corrected.
I have a solution. When you create a new NPC, add him this little script named ElsweyrLore:
The NoLore variable will get rid of generic topics and the ElsweyrLore variable give you an easy way to filter yours dialogues.Begin ElsweyrLore
short NoLore
short ElsweyrLore
End ElsweyrLore
When you create a new dialogue, add it the condition Local ElsweyrLore = 0 and your dialogue will be displayed only for a NPC having the script. So, you could create new rumors, advices, etc...
This is valid for a generic NPC from Elsweyr. If you use his ID or the conditions are specifics, you don't have to use this script.
Edit: Typo corrected.
Last edited by Le Grimacier on Mon 26 Mar 2012, 10:13 am; edited 1 time in total
Le Grimacier- Head of Lore
- Posts : 250
Join date : 2012-02-22
Location : Elsweyr, where else?
Re: How to do NPCs dialogues specifics to Elsweyr.
That's something that even I can do! Thanks. I didn't want us to have to go by each and every ID all the time.
Similar topics
» The Cities of Elsweyr
» Elsweyr Heightmap
» Elsweyr ~ Geography
» Concepts for Elsweyr
» Elsweyr History
» Elsweyr Heightmap
» Elsweyr ~ Geography
» Concepts for Elsweyr
» Elsweyr History
Project Outreach :: Public :: Tutorials
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum