Jump to content

Open Remote Container


angryglock

Recommended Posts

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

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

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

  • Recently Browsing   0 members

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