; Open container with custom items Self.Activate(PlayerActor, True) Endif
If you are using the Skyrim Script Extender (SKSE) , you will also need to download the SKSE scripts and merge them into these folders to access advanced modding functions. skyrim creation kit scripts.zip
Form Property RequiredKey Auto If set, player needs this key to open chest ; Open container with custom items Self
The Creation Kit requires the source code of vanilla Skyrim scripts to compile new scripts. If a modder writes a script that extends a vanilla object (e.g., Actor or Quest ), the compiler needs to read the source code of those base objects to understand the inheritance structure. Without extracting scripts.zip , the compiler will fail, returning errors stating it cannot find specific script sources. Open container with custom items Self.Activate(PlayerActor