Difference between revisions of "RemoveFromLeveledList"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Quetzilla
imported>Quetzilla
m
Line 7: Line 7:


==Notes==
==Notes==
* Changes to existing leveled list are not saved.  However, changes to a [[CloneForm]]ed leveled list ''will'' be saved.
* Changes to existing leveled lists are not saved.  However, changes to a [[CloneForm]]ed leveled list ''will'' be saved.


==See Also==
==See Also==

Revision as of 23:54, 13 February 2008

A command for Oblivion Script Extender

Syntax:

(numRemoved:short) RemoveFromLeveledList leveledList:ref object:ref

Removes all occurences of an object from a leveled list and returns the number of occurences removed.

Notes

  • Changes to existing leveled lists are not saved. However, changes to a CloneFormed leveled list will be saved.

See Also