Jump to content

Recommended Posts

So I've just started using the creation kit today and wanted to make my own companion. She is already in the world at Abernathy farm and I am having trouble activating her dialogue/quest to make her become a companion. She just responds with âYeah?â or âhuh?â I've tried many things but I just need some recommendations of what I should try and do. Thanks :) I have literally been up until 3am trying to figure this out. Edited by ZedYoutube
Link to comment
Share on other sites

  • 3 years later...

Make sure that in the dialogue topic you have a condition that specifies which NPC is talking;
GetIsID or GetAlias or GetisVoiceType could work...

 

to be precise, at the moment i am using (Skyrim AE)
Target S
Function Name GetIsAliasRef
Function Info Alias: (yourAliasNamehere)
Comp ==
Value 1.00 ;comment: stands for boolean true

AND ;comment: i use a second condition to make sure the response is only at a specific stage

Target S
Function Name GetIsStage
Function Info Quest: (yourQuestNamehere)
Comp ==
Value 30.00 ;comment: put in your custom stage you use. integer between 0 and 999
AND ;comment: cannot function if you now use OR, just keep and. and end :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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