Andrew2121 Posted March 11, 2021 Share Posted March 11, 2021 Hello, I was wondering if anyone here could help me, i'm trying to script a follower of mine to be able to perform interactions, much like the command the vanilla followers have on skyrim "I need you to do something" I have searched on youtube but so far haven't found a video which can help me with exactly that. Link to comment Share on other sites More sharing options...
dylbill Posted March 11, 2021 Share Posted March 11, 2021 You can use the SetDoingFavor function: https://www.creationkit.com/index.php?title=SetDoingFavor_-_Actor If you look at the DialogueFollower quest, that's what it uses for favors. Link to comment Share on other sites More sharing options...
Andrew2121 Posted March 12, 2021 Author Share Posted March 12, 2021 Thank you, I'll check it out Link to comment Share on other sites More sharing options...
Andrew2121 Posted March 12, 2021 Author Share Posted March 12, 2021 I got it but now she seems to not follow after telling her to do something xD, is there a fix for that? Link to comment Share on other sites More sharing options...
dylbill Posted March 12, 2021 Share Posted March 12, 2021 If you look in the same quest under favors, they have exitFavorState dialogue, that could be something to do with it. You can also try using SetDoingFavor(False) to stop doing favor. Link to comment Share on other sites More sharing options...
Andrew2121 Posted March 12, 2021 Author Share Posted March 12, 2021 Thanks for the help C: Link to comment Share on other sites More sharing options...
dylbill Posted March 12, 2021 Share Posted March 12, 2021 No problem :) Link to comment Share on other sites More sharing options...
Recommended Posts