SetNthDefaultForm
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Sets the form at the specified index in the list of Default Objects (forms). Warning: There is no check that the new form is valid. Default objects are viewable under the 'Gameplay' section of the GECK, or in GameForm.h (kDefaultObjectNames).
Syntax
(none) SetNthDefaultForm Index:int New:form
Example
SetNthDefaultForm 5, SomeValidForm