How can I get my NPC to use any of the generic greetings and add my new topics?
I'm currently trying to do it in the Quest window, not the NPC Dialogue window as the tutorial says that is bad idea.
scn AddTopicScriptBegin Gamemode ;put any conditions you need in an if block here (like if you want the topic to add only at a certain quest stage) addTopic YourTopicID ;endif here if you have a conditionEnd