AddCreatureToLeveledList

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

AddCreatureToLeveledList Adds a form to a LeveledCreature list. This should be used in the RARE case where we want to add an item to a LeveledCreature list that already exists in the ESM. It's primary use it for modifying lists from the base game in downloadable content. In most cases you should add items to form lists in the editor object windows. This is for those special cases where you want to alter the contents of a list at runtime or want to change it without putting it in your ESP/ESM file. Once altered using this function, it will persist in the save game data.

It can not be undone.

Syntax[edit | edit source]

AddCreatureToLeveledList LeveledCreature CreatureOrLeveledCreatureToAdd iLevel 

(parameters are Base Objects)

Examples[edit | edit source]

AddCreatureToLeveledList EncRobot VarNewRobots 20

Leveled Actors based on the EncRobot LeveledCreature list now pull an Creature from VarNewRobots list at encounter level 20.

Notes[edit | edit source]

  • None at this time.

See Also[edit | edit source]

Reference[edit | edit source]

None provided.