I want to be able to do something (script) when I command a follower to do something for me like tell them to pick something, use furniture, kill someone. I want to hook into the vanilla system but without editing the DialogueFollower for compatibility and eventually to work with any custom dialogue from mods that that has such follower custom functions
How would I do that?
There's that Favor page in the quest but hooking there would overwrite default/modded favor dialogue isn't it? and also how to get the target reference in this case?
I also was thinking about an activation perk, but how do I tell in this case that I activate/click on something for the NPC, not for PC, to use?
Thanks
EDIT: what I actually want in case there would be other solutions:
- detect when I tell a follower to sleep by pointing them to a bed, not when it sleeps by it's own will, with access to the bed reference
- when I tell a follower to "use" some NPC, to show a list of options instead of immediate attack (distract would be an option)