TMushS Posted April 9, 2020 Share Posted April 9, 2020 (edited) Hey all, I'm the creator of "CS Tag N Track SE" and one of the tabs is called "Current Followers". The issue is, there's no easy way to actually get the followers that currently are following. CurrentFollowerFaction() works with vanilla followers fine, but some modded followers don't use that faction. Inigo for example. He won't get detected as a current follower. I added an OR operator and added IsPlayerTeammate(). Now that does work on vanilla as well as modded, but for the actual purpose of having that npc classified as following, it doesn't work as intended. Modded followers, like Inigo, are always considered teammates once you speak with them and have them join. That's persistent even when dismissing them, they're still considered teammates. I know Fallout 4 has a native function called "GetPlayerFollowers()", but unfortunately, that doesn't apply to skyrim se. There's nothing that does anything like that currently. I'm asking if anyone knows of a script function or a bit of code that my work, I'd love to know please. If that's not an option, I may just change the naming from "Current Followers" to "Teammates". That would take me all of 5 seconds to do and I would just stick with using IsPlayerTeammate() function. Happy modding, -Mush- Edited April 9, 2020 by TMushS Link to comment Share on other sites More sharing options...
Recommended Posts