Jump to content

Recommended Posts

Posted

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

Posted

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 :)

Posted

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.

Posted

Yup, I have a whole lotta scripts in there so if there's anything you'd like to copycat, feel free! Good luck :)

  • Recently Browsing   0 members

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