Difference between revisions of "RemoveFromLeveledList"
Jump to navigation
Jump to search
imported>Quetzilla m |
imported>DragoonWraith |
||
Line 18: | Line 18: | ||
[[Category:Inventory Functions]] | [[Category:Inventory Functions]] | ||
[[Category:Inventory Functions (OBSE)]] | [[Category:Inventory Functions (OBSE)]] | ||
[[Category:Leveled List Functions]] | |||
[[Category:Leveled List Functions (OBSE)]] |
Latest revision as of 13:59, 27 October 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[edit | edit source]
- Changes to existing leveled lists are not saved. However, changes to a CloneFormed leveled list will be saved.