Difference between revisions of "AddNPCToLeveledList"

183 bytes added ,  00:59, 13 January 2011
no edit summary
imported>DewiMorgan
(→‎Reference: Uncommented. Having the section there but empty invites it to be filled :))
imported>Ez0n3
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=='''Description'''==
{{Function
 
|origin = GECK1
'''AddNPCToLeveledList''' Adds a form to a LeveledCharacter list. This should be used in the RARE case where we want to add an item to a LeveledCharacter 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.
|summary = '''AddNPCToLeveledList''' Adds a form to a [[LeveledCharacter]] list. This should be used in the RARE case where we want to add an item to a LeveledCharacter 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. (parameters are Base Objects)


It can '''not''' be undone.
It can '''not''' be undone.
 
|name = AddNPCToLeveledList
=='''Syntax'''==
|returnType = void
 
|arguments = {{FunctionArgument
AddNPCToLeveledList LeveledCharacterList NPCorLeveledCharacterToAdd iLevel
    |Name = LeveledCharacterList
 
  }}{{FunctionArgument
(parameters are Base Objects)
    |Name = NPCorLeveledCharacterToAdd
 
  }}{{FunctionArgument
=='''Examples'''==
    |Name = iLevel
 
    |Type = int
  AddNPCToLeveledList EncRaiderMelee VarNewHighLevelMeleeWieldingRaider 20
  }}
 
  |example = AddNPCToLeveledList EncRaiderMelee VarNewHighLevelMeleeWieldingRaider 20
Leveled Actors based on the EncRaiderMelee LeveledCharacter list now pull an NPC from VarNewHighLevelMeleeWieldingRaider  list at encounter level 20.
Leveled Actors based on the EncRaiderMelee LeveledCharacter list now pull an NPC from VarNewHighLevelMeleeWieldingRaider  list at encounter level 20.
}}


=='''Notes'''==
==Notes==
*This function is new in the GECK, and was not available in the TES4 Construction Set.
*This function is new in the GECK, and was not available in the TES4 Construction Set.


=='''See Also'''==
==See Also==
*[[AddFormToFormList]]
*[[AddFormToFormList]]
*[[AddCreatureToLeveledList]]
*[[AddCreatureToLeveledList]]
*[[AddItemToLeveledList]]
*[[AddItemToLeveledList]]
=='''Reference'''==
None provided.


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Object Functions]]
[[Category:Object Functions]]
[[Category:Object Functions (GECK 1.1)]]
Anonymous user