Morrowind Mod:Dialogue Window

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Based on "Morrowind dialog tutorial" by Jac. The original can be found at GHF.

Note: This is an overview of the dialogue window of the Construction Set. For the step-by-step tutorial on creating dialogue, see this page.

The dialogue window in Morrowind is split into four parts: tabs, info/response box, speaker conditions, and results box.

Tabs[edit]

Topic tab[edit]

The topic tab is where all of the topics available for the player to click on are located. You can create new topics here or use existing ones.

Voices tab[edit]

The voices tab is where the game stores the spoken voices for the NPCs (alarm, hello, etc.). You’ll be adding to this tab if you’re adding new spoken dialogue for NPCs.

Greetings tab[edit]

This tab has all of the initial written greetings used by NPCs. It functions similar to the topics tab in that the speaker conditions can be set so that the greeting is only present when the filters are met.

Example: When Caius greets you for the first time, he asks if you’re the one that was to report to him.


The greetings tab is subdivided into ten greetings numbered 0-9. Technically each greeting division is for a specific purpose: Greeting 0 is used by the guard NPCs for the purpose of handling punishments for crimes committed, while another one of the Greetings is for when an NPC greets a player vampire.

Tip: New greetings can be placed in any of the subdivisions, but Greetings 1 seems to be the best place.


Guideline: NPCs using the guard class should have their greetings in Greetings 0, especially companions (to prevent them from trying to arrest the player). Other NPCs can have their greetings in Greetings 1.


Persuasion Tab[edit]

This tab holds all of the NPC responses to persuasion attempts (admire, intimidate and bribe). Like the other tabs, you can limit the responses to a particular NPC, a class, a race, a gender or leave it open to any NPC.

Journal Tab[edit]

This tab contains all of the journal entries available to the player.

Info/Response box[edit]

The Info/Response box is where the NPC replies to topics are located. In here you can add new responses and change or delete existing ones.

Adding new responses[edit]

To add a new response for an NPC, right click on an empty line and select new. An empty line will be created and you can start typing.

Tip: We recommend that you click on the white box just below the response box because the line editor will truncate your entry if you exceed its character limit; the response box has a larger limit (512 characters).


Speaker conditions[edit]

The speaker conditions section contains filters that determine when a particular NPC dialogue line will show. All NPCs share the dialogue database, even dialogue added by other mods, so it’s important to ensure that your dialogue will only be available to the NPCs you want it to and only under the conditions that you set.

Filters[edit]

  • ID - The id of the NPC that speaks this line. For example choosing the ID "caius cosades" means that only Caius Cosades will have those lines available.
Note: Setting this filter prevents the race, class, faction and rank filters from being used.


  • Race - The race that will have that line available (e.g. Breton or Imperial). All members of that race can potentially speak that line.
  • Class - Same as race, but filters by class (e.g. warrior or knight).
  • Faction - Same as race, but based upon the faction the NPC belongs to (e.g. Thieves’ Guild, Fighter’s Guild, etc.)
  • Rank - Used in conjunction with the faction filter. This is used to limit the NPC response to any member of the rank within a faction and above.
Example: a Knight of the Legion and any NPC with a rank above that will have that response available.


  • Cell - The NPC has to be in the cell listed to have that dialogue response.
Example: The members of the Thieves’ Guild will only have their dialogue available if they are in one of the guild halls. If you commanded one of the members to follow you outside of the guild hall, they would loose the dialogue that refers to the Thieves’ Guild (i.e. Join the Thieves’ Guild).


  • PCFaction - Similar to faction, but this applies to the player character. The NPC will only have this response if the player is in the faction listed here.
Example: Imperial Legion NPCs have a different response for players that are members of the Legion versus those that are not when the player asks about joining the Legion.


  • PCRank - Same as Rank (see above), but it applies to the player character instead of the NPC.
  • Sex - The NPC’s gender.
  • Disp - The NPC’s disposition. The NPC’s disposition must be this number or higher for the response to be listed. A disposition of 0 means that the response is always available provided that the other filter conditions are met.
  • Function/variable - This holds the functions and variables that can be used to further refine when a response is available. Each filter in this function has different mathematical operators available: greater than, less than, equal to, not equal to, greater than or equal to, and less than or equal to.
  • Journal - Filters the response by journal index. Can be greater than, less than, equal to, greater than or equal to, less than or equal to, or not equal to.
  • Item - The item in the player’s inventory. Can be used for if the player has or doesn’t have an item, and also item quantity. If you are checking for more than one type of item, each item type (key, ingredient, etc) needs to be on a separate line.
Example: Freeing slaves: if the player has one or more keys that fit a slave’s bracers, the slave will ask them to unlock the bracers. If the player does not have a key, then the slave will mention that.


  • Dead - The dead count of an NPC.
Note: some NPCs, like guards, are generic and can have more than one in the dead count. NPCs with names are unique and there’s only one copy of each.


  • Not id - When set to equal to 1, this means that the NPC does not have the ID listed.
Example: the Master Barelo topic. When talking to any Dissident Priest other than Gilvas Barelo will give you the response “Master Gilvas Barelo is the abbot of our monastery, and the head of our secret order.” You can also set this to 0 for non-unique NPCs like guards.


  • Global/local - This is for local and global variables. These are used primarily in companion and quest mods and will be discussed in Creating dialogue in Morrowind article.
  • Not faction - When set to equal 1, the NPC is not in the faction listed.
  • Not cell - When set to equal 1, the NPC is not in the cell listed.
  • Not class - When set to equal 1, the NPC is not a member of the class listed.
  • Not race - When set to equal 1, the NPC is not a member of the race listed.
  • Not local - Used primarily for the NoLore variable to prevent the NPC from having the generic responses to certain topics such as “latest rumors,” “little advice,” etc.
  • Choice - Allows you to include choices.

See also[edit]

Creating dialogue in Morrowind
Morrowind Mod Maker's Manual (Dialogue window)
Creation and Management of Factions