Jump to content

Not a bag of holding script help!


Dasche77

Recommended Posts

Hello, Im working on a mod for myself and I am having some diffilculty. I want a spell that, upon casting, triggers a remote container to open so that I may store my stuff. I was successful in creating this spell in Oblivion but have been unable to repeat my success in Skyrim. Any help with the script or any suggestions will be appreciated! Thanks

Link to comment
Share on other sites

On your spell affect apply this script

 

 

 

Scriptname RemoteContainerOpener Extends ActiveMagicEffect
 
ObjectReference Property RemoteContainer Auto
 
Event OnEffectStart(Actor akTarget, Actor akCaster)
  Actor Player = Game.GetPlayer()
  RemoteContainer.Activate(Player)
EndEvent

Then on the effect form you would highlight the script and click the properties button. Assign the container you want to open to the property RemoteContainer.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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