ZedYoutube Posted August 21, 2018 Share Posted August 21, 2018 (edited) 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 August 21, 2018 by ZedYoutube Link to comment Share on other sites More sharing options...
Hannes821 Posted January 7, 2022 Share Posted January 7, 2022 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 SFunction Name GetIsAliasRefFunction Info Alias: (yourAliasNamehere)Comp ==Value 1.00 ;comment: stands for boolean trueAND ;comment: i use a second condition to make sure the response is only at a specific stageTarget SFunction Name GetIsStageFunction Info Quest: (yourQuestNamehere)Comp ==Value 30.00 ;comment: put in your custom stage you use. integer between 0 and 999AND ;comment: cannot function if you now use OR, just keep and. and end :) Link to comment Share on other sites More sharing options...
Recommended Posts