SkyrimLL / SkLLmods

[Obsolete] Legacy repo for Personal compilation of Skyrim mods created for LL.
28 stars 19 forks source link

Fix issues with followers definitions #811

Open SkyrimLL opened 4 years ago

SkyrimLL commented 4 years ago

:: wait in LAL cell causes Alicia succubus to show up :: 'your follower cannot meet you here' at start

SkyrimLL commented 4 years ago

Revisit follower settings:

http://www.loverslab.com/topic/58997-can-anyone-help-me-with-my-follower-mod/

myFollower.setRelationShipRank(PlayerRef, 3) ; "Or 4 if you want a lover" playerRef.setRelationShipRank(myFollower, 3) ; "Or 4 if you want a lover" myFollower..setPlayerTeamMate() myFollower.SetFactionRank(currentFollowerFaction, -1) myFollower.SetFactionRank(potentialFollowerFaction, 0)