Difference between revisions of "AddToLeveledList"

52 bytes added ,  15:03, 27 October 2008
no edit summary
imported>Quetzilla
imported>DragoonWraith
 
(8 intermediate revisions by 3 users not shown)
Line 7: Line 7:


==Notes==
==Notes==
* You can add any item to a list, but the engine will probably go haywire if you add abnormal items to a leveled list thats actually used in the game world. However, you can use this feature in combination with [[CalcLeveledItem]] to make indexed arrays of any kind of reference object, by setting the level requirement of the item as the index.  OBSE 0015 is slated to add functions which will make hierarchical data storage possible (such as multidimensional arrays).
* Changes to existing leveled lists are not saved.  However, changes to a [[CloneForm]]ed leveled list ''will'' be saved.
* You can add any item to a list, but the engine will probably go haywire if you add abnormal items to a leveled list that is actually used in the game world.
** This issue is fixed in v0015. <s>Cloned objects of any type will be removed from a leveled list after the second time the game is saved and then reloaded.</s>


==See Also==
==See Also==
Line 18: Line 20:
[[Category:Inventory Functions]]
[[Category:Inventory Functions]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Inventory Functions (OBSE)]]
[[Category:Leveled List Functions]]
[[Category:Leveled List Functions (OBSE)]]