Jump to content

Need Help with a follower script


Syn3r

Recommended Posts

So I'm trying to create a companion/ follower I was wondering if anyone could help me make a follower that will follow me but I can't interact act with. I tried CMF's companion guide but the script wasn't saving and I couldn't figure out why. I just want a follower that attacks my enemies and followers me around after I pick up a special item.

Link to comment
Share on other sites

You don't need a script ... just give them a follow package using specific reference , and select player from that drop down ... Set the distance they should follow at , like 500 for example ...

 

Then on the condition tab , put a condition on it of ...

 

GetItemCount "the item" == 1

 

select run on reference , hit select button , and then find "PlayerRef" in the reference drop down.

 

Make sure in their AI data tab ... they have helps allies selected from the assistance drop down.

And on their faction tab ... add the player faction .

 

You should be able to access their inventory through pickpocketing , without needing to have dialogue to open a teamate container. If you were wanting to be able to still do that.

 

Add edit : If you have a problem with them running off to far during combat ... on the follow package , Flags tab ... check the flag of "Continue during combat"

Edited by Mktavish
Link to comment
Share on other sites

  • Recently Browsing   0 members

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