Export Dialogue
Revision as of 03:33, 20 February 2012 by imported>Catwheezle (More svelte template usage: no "Template:" needed.)
Export dialogue function exports all the dialogue from every quest in the master file into a tab delimited text file. It includes race, sex, ID (if a line has a getisid=NPC) condition on it, the line of dialogue, the filename, the directory path, and lots of other data.
You can export the dialogue per Quest as well.
The dialogue export evaluates dialogue looking only at these specific condition functions:
- GetAllowWorldInteractions
- GetFactionRank
- GetInFaction
- GetIsAliasRef
- GetIsClass
- GetIsCreature
- GetIsCreatureType
- GetIsFormType
- GetIsID
- GetIsPlayableRace
- GetIsRace
- GetIsReference
- GetIsSex
- GetIsVoiceType
- IsChild
- IsInList
To view Exported Data, check out the How to view exported data in the Solutions category.