Kit::Script

From GECK
Jump to: navigation, search


A function added by the pp NVSE Plugin.

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

[help]
Script: script:ref 

Example

EditorID: MyNewQuest {
   Script: MyQuestScript
}

MyNewQuest now has MyQuestScript assigned to it.

See Also