Hi all, I'm working on a multi-follower mod where my goal is not to have to replace any specific character's dialogue's Topic Info Fragments, which is something I've noticed most other follower mods do. I've gotten this system mostly working by changing the vanilla DialogueFollower Script with a system that adds multiple follower aliases and shuffles them around depending on who's talking to the player, but I'm experiencing some bugs with Hirelings in particular and want to bugtest it by putting debug notifications in each follower dialogue topic.
For the life of me, I can't seem to find the dialogue entry for the player's original "Follow me. I need your help" dialogue that makes a follower follow you by triggering the SetFollower() function in the DialogueFollower script. I've found entries for all the other relevant topics including the "follow me" that appears when a follower is waiting inside the "DialogueFollower" quest, and I've found the anologous function that removes the player's gold and triggers SetFollower() in the Hireling quest, but this main topic doesn't seem to be housed in the DialogueFollower quest at all. Does anyone know where I should look?
Thanks!