This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "AddToLeveledList"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
m
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (nothing) AddToLeveledList leveledList:ref object:ref level:short count:short
  (nothing) AddToLeveledList leveledList:ref object:ref level:short ''count:short''


Adds an object to a leveled creature, spell, or item list. Count defaults to 1 if unspecified.
Adds an object to a leveled creature, spell, or item list. Count defaults to 1 if unspecified.

Revision as of 01:54, 25 November 2007

A command for Oblivion Script Extender

Syntax:

(nothing) AddToLeveledList leveledList:ref object:ref level:short count:short

Adds an object to a leveled creature, spell, or item list. Count defaults to 1 if unspecified.

See Also