IsharaMeradin Posted July 30 Share Posted July 30 Create a reference alias property that is filled with the follower alias from the dialog follower quest. This would get any NPC follower in the stock setup to port into the new location, leaving any other followers using other systems behind. If you want to include followers using other systems or additional followers added to the stock system, you'll need to patch that in. Also create properties for the marker(s) you want to move to. ReferenceAlias Property Follower Auto ObjectReference Property InternalLocMarker Auto ObjectReference Property ExternalLocMarker Auto Once you have your reference alias property filled, get the reference assigned to it and then move them to the new location. i.e. Follower.GetReference().MoveTo(InternalLocMarker) Or if leaving and / or returning to where they were prior Follower.GetReference().MoveTo(ExternalLocMarker) 1 Link to comment Share on other sites More sharing options...
Recommended Posts