OS37 Posted July 10, 2023 Share Posted July 10, 2023 Hi everyone! Within the creation kit for vanilla companions, where is the dialogue located for when the player picks up certain items? For example how Codsworth says "If there's a use to that I'll eat my hat" when the player picks up junk items. I'd like to mimic the setup for my own companion mod. Link to comment Share on other sites More sharing options...
LarannKiar Posted July 10, 2023 Share Posted July 10, 2023 For Codsworth, it's in COMCodsworth (quest) >> Player Dialogue (quest tab) >> CA_Event_LootGarbage_Codsworth (dialogie topic). The Keyword "CAT_Event_LootJunk_Topic" (whose type is Dialogue Subtype and is associated with the actual dialogue lines) is triggered (SayCustom()) by the script CompanionActorScript. Link to comment Share on other sites More sharing options...
OS37 Posted July 11, 2023 Author Share Posted July 11, 2023 Wow! That's exactly what I was looking for. I guess I had missed that tab when I was reviewing the vanilla companions. So many new opportunities now, thank you so much! Link to comment Share on other sites More sharing options...
Recommended Posts