Jump to content

companion commentary when player picks up item


OS37

Recommended Posts

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...