...
See these slides to get started: 2013-03.NPCEditor-secrets.key.pdf
plist Format
The NPCEditor uses a .plist file format for loading.
High Level Format
Sections
categories
The character names and ids can be found in this section
questions
Lists all the user questions
answers
Lists all the system answers that the virtual humans respond with. Speaker id is the index of categories → speaker → tokens array
map
Contains an array of dicts that maps a question from the questions section of the plist to an answer from the answer section of the plist using array indices.
Message API
Input:
...