Morrowind Mod:RemoveFromLev
< Mod / Morrowind: Morrowind Mod: Alphabetical Functions / Categorical FunctionsRemoveFromLevCreature
RemoveFromLevItem
RemoveFromLevCreature, LevCreature, Creature, Level RemoveFromLevItem, LevItem, Item, Level Where LevCreature = Levelled creature list ID to modify LevItem = Levelled item list ID to modify Creature = ActorID to add to levelled creature list Item = ItemID to add to levelled item list Level = Minimum level of player to activate the item/creature. Type: Levelled Lists, Tribunal Returns: none Example: RemoveFromLevCreature, "ex_azurascoast_sleep", "ash_ghoul", 25 RemoveFromLevItem, "l_m_amulets", "amulet of 6th house", 15 Scripts: Not Used
Allows the user to modify the leveled item/creature lists while the game is running. The functions will remove the given object/level pair to the leveled list (assuming that it exists in the list).
See Also: AddToLevCreature, AddToLevItem