Syn3r Posted February 17, 2019 Share Posted February 17, 2019 I'm trying to create some followers without companion wheels that after you activate the proper item they follower you everywhere. How can I do this? Also for bonus points can I get them to have a inventory as well? Thanks,Syn Link to comment Share on other sites More sharing options...
Radioactivelad Posted February 18, 2019 Share Posted February 18, 2019 (edited) You need to create a "Follow" AI Package that's set to target the PlayerRef. You can add this package to them in a Dialogue's response Script: CompanionRef.addscriptpackage FollowPlayerPackage Likewise, you can access and freely trade items from their inventory using a Response script: CompanionRef.OpenTeammateContainer 1 Edited February 18, 2019 by Radioactivelad Link to comment Share on other sites More sharing options...
Recommended Posts