Kit::EditorID

From GECK
Jump to: navigation, search


A function added by the pp NVSE Plugin.

Description

The EditorID keyword allows you to create new forms within your kit documents. The type of form created is dictated by the document. It is recommended to create forms with a Template, as there might not be kit functions to fill out every field of a form. And some fields might be necessary for a form to function.

Syntax

[help]
EditorID: EditorID:ID 

Example

Template: WeapNV9mmPistol {
   EditorID: WeapGlock19
   EditorID: WeapMP412Rex
}

This creates two weapon forms WeapGlock19, and WeapMP412Rex using the WeapNV9mmPistol as a base.

See Also