angryglock Posted May 3, 2015 Share Posted May 3, 2015 I'd like to know how to open a remote container from an activator. I've linked my activator to the remote container and put this script on the activator. I expect the container menu would load so I can transfer items from my inventory to the remote container. I'm looking to build some cloud storage for a couple of player homes. The simple form of the script I'm using: Begin onActivate getLinkedRef().activate(theContainerREF)End Link to comment Share on other sites More sharing options...
Jokerine Posted May 3, 2015 Share Posted May 3, 2015 This is the script I'm using in my latest mod. scn ContainerActScript; opens a specific container through activator Begin OnActivate If IsActionRef Player ContainerREF.Activate Player 1 EndIf End Hope it helps :) Link to comment Share on other sites More sharing options...
angryglock Posted May 3, 2015 Author Share Posted May 3, 2015 Jokerine you are the best! It works. The process is a lot different in FO3 versus Skyrim. Are you referring to your FNV Boom to the Moon? I have that on my list for my next FNV PT. Link to comment Share on other sites More sharing options...
Jokerine Posted May 3, 2015 Share Posted May 3, 2015 Yup, I have a whole lotta scripts in there so if there's anything you'd like to copycat, feel free! Good luck :) Link to comment Share on other sites More sharing options...
Recommended Posts