Q/A: How to ... ?
Q/A About QuestLine
Q: I would like to use my custom system to talk with the NPC. How I can make that ?
R: Make your trigger to talk with the NPC. When you want show the QuestLine quest window, use this function:
Unit - Talk to Unit from Unit
Q: I have problems to talk with NPC. What is the problem ?
Check these cases:
- If you use the basic integrated trigger to talk with NPC:
- Make sure your hero have the "Heroic" Attribute
- If you use custom trigger to talk with NPC:
- Make sure your trigger can access to the function (Check If parameters, ...)
- What is this "basic integrated trigger" ?
- The basic integrated trigger to talk with NPC isn't activate by default. You must access to the library and go to "QuestLine > Events > Click on a unit". Activate this trigger. Save.
Comments