chinagreenelvis Posted January 23, 2013 Share Posted January 23, 2013 (edited) Making changes to DialogueFollowerScript and not getting anything out of it. Function SetFollower(ObjectReference FollowerRef) actor FollowerActor = FollowerRef as Actor ;Default follower script FollowerActor.GetLeveledActorBase().SetEssential(false) FollowerActor.GetLeveledActorBase().SetProtected(false) FollowerActor.GetLeveledActorBase().SetInvulnerable(false) EndFunction None of this seems to allow my followers to die, even after re-recruiting them. EDIT: I think unchecking "protected" in the "follower" alias in Creation Kit was also necessary. Edited January 23, 2013 by chinagreenelvis Link to comment Share on other sites More sharing options...
Recommended Posts