Deleted6306543User Posted April 27, 2016 Share Posted April 27, 2016 Tried asking this over in the Bethesda.net Creation Kit Beta forums, but I think it's just too hectic at the moment for it to grab anyone's attention. Looks like there are keywords (CA_Event_...) and story events and FollowersScript involved, but I'm not sure where I'm supposed to hook into the existing system from the outside. Specifically I'm trying to trigger hack and pick lock affinity events from a perk with an Add Activate entry point. Not sure what other information is useful to answer this question, so please feel free to ask me to clarify something specific. Link to comment Share on other sites More sharing options...
Deleted6306543User Posted April 28, 2016 Author Share Posted April 28, 2016 (edited) All right, I figured it out. It turns out it's very simple: FollowersScript.SendAffinityEvent(self, CA_Event_HackComputer)"CA_Event_HackComputer" is part of a long list of keywords tied to companion affinity reactions, all prefixed by "CA_Event_"; just replace the keyword with whatever keyword corresponds to the event you want companions to react to, and FollowersScript will handle it from there. Edited April 28, 2016 by Guest Link to comment Share on other sites More sharing options...
Recommended Posts