Kit::Script
From GECK
A function added by the pp NVSE Plugin.
Contents
Description
Assigns a Script to an object form. This works on any form that can have an object script, and it will also work on quest forms to assign a Quest Script to.
Syntax
Script: script:ref
Example
EditorID: MyNewQuest { Script: MyQuestScript }
MyNewQuest now has MyQuestScript assigned to it.