XutzBR Posted April 14, 2019 Share Posted April 14, 2019 Hello, I'm working on two shrine blessings that depends on having or not a follower. The first, grants armor rating if the player don't have a follower and the second, grants both the player and his follower melee damage if the player have a follower.I suppose this can be done in the Conditions of each perk, but I don't know very well how it works. Can someone help me? Thanks! Link to comment Share on other sites More sharing options...
Evangela Posted April 14, 2019 Share Posted April 14, 2019 (edited) There is a condition function to check if an alias is filled, I think its GetIsAliasRef. You can use that to check if the Follower alias is filled. Problem comes with mods that use their own system or edited the vanilla quest. Edited April 14, 2019 by Rasikko Link to comment Share on other sites More sharing options...
XutzBR Posted April 14, 2019 Author Share Posted April 14, 2019 That function apparently can only be filled by a Quest Alias. Do I need to create a quest to use it? There's a faction that, if I'm not mistaken, refers to the active follower, CurrentFollowerFaction. But I can't seem to find a way for the condition somehow check if there's an active follower. Maybe GetInFaction? Idk. Link to comment Share on other sites More sharing options...
Evangela Posted April 15, 2019 Share Posted April 15, 2019 My bad, you're right. That can only be used in quest conditions. Link to comment Share on other sites More sharing options...
Recommended Posts