When i add the teammate faction to my companion, i get certain benefits from that faction, but also unfortunately the rather annoying companion wheel. Now is there any way to turn that off for my companion ? I would like her to be in the teammate faction however. I would like to be able to talk to my companion while in sneak mode, i dont want that pickpocket menu to open up and i also want to talk to her during combat. With the teammate faction that works..
So to make it short, i want to avoid difficult long scripts which would give me those benefits, i just want the teammate faction like it used to be in FO3...
I appreciate any help with this !!
Those benefits (which include the ability to manipulate the follower's inventory) are tied to player teammate status.
To do what I think you want, you would keep the follower in playerteammate mode most of the time, and turn it off for the moment you need.
Stuff like this in the follower's object script is worth trying.
scn FollowerScriptshort TeammateSwappedbegin ONACTIVATE if isactionref player set teammateswapped to 1 setplayerteammate 0 ACTIVATE else ACTIVATE endifENDbegin gamemode if teammateswapped set teammateswapped to 0 setplayerteammate 1 endifend
and the result script which opens up trade (in your trade dialogue) you would put this:
FollowerREF.setplayerteammate 1openteammatecontainer
If you put all of that together, it might do what you need. it is not about the factions, there's nothing magic about them aside from stuff like, preventing infighting, and preventing the followers from slaughtering the player like the lamb that he is, and similar