Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Pickysaurus

Uploaded by

Pickysaurus

Virus scan

Safe to use

Mod articles

  • Script Source Code

    Scriptname PKYDynamicArmorRackScript extends ObjectReference
    {Controlling script for dynamic armor racks resource. Only works with correctly keyworded armors with vanilla mesh alignment.}

    Keyword Property ArmorKeywords Auto
    {Array of keywords, ensure markers are setup with same keywords and linked from this object.}

    ObjectReference Property oArmorDisplayItem Auto
    {Array of displayed items, must be same length as ArmorKeywords}

    Auto State Ready

    Event OnCellAttach()
    ;Do a bit of housekeeping on cell loading.
    Upkeep()
    EndEvent

    Event OnItemAdded(Form akBaseItem, Int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer)
    if oArmorDisplayIte...