Jump to content

Companion Follow problem


OblivionGR

Recommended Posts

Just a quick idea:

If there is a way to get the references of the Player's followers, you could put a trigger-box into a custom cell that should run a script like this:

 

ref FollowerREF

begin OnEnterTrigger Player 
set FollowerREF to Getxy;some part that gets the follower-REF
 
  FollowerREF.MoveTo Player 50,0,0
 
end

 

I know the followers should be stored in a FormList, "FollowersList" or something, but unfortunately I don't have a clue how to get the references.

Link to comment
Share on other sites

Just a quick idea:

If there is a way to get the references of the Player's followers, you could put a trigger-box into a custom cell that should run a script like this:

 

ref FollowerREF

begin OnEnterTrigger Player 
set FollowerREF to Getxy;some part that gets the follower-REF
 
  FollowerREF.MoveTo Player 50,0,0
 
end

 

I know the followers should be stored in a FormList, "FollowersList" or something, but unfortunately I don't have a clue how to get the references.

 

 

The followers are all stored in a list under characters called NPCFollowerList, It holds all there info and scripts, I used it to edit with your script. I don't know if the code REF your talking about is in there though.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...