Abrir menu principal

UESPWiki β

Alterações

Morrowind Mod:AddSoulGem

653 bytes adicionados, 07h56min de 2 de março de 2012
m
Remove errant quantity (see talk page)
{{Morrowind Modding Functions Trail}}

'''AddSoulGem'''
<pre>
AddSoulGem, CreatureID, SoulGemID

Where CreatureID = Creature whose soul you wish to add
SoulgemID = Type of soulgem to create. The game's soulgem IDs are
Misc_SoulGem_Azura
Misc_SoulGem_Grand
Misc_SoulGem_Greater
Misc_SoulGem_Common
Misc_SoulGem_Lesser
Misc_SoulGem_Petty

Type: Magic

Returns: none

Example: player-&gt;AddSoulGem, "golden saint", Misc_SoulGem_Grand

Scripts: Not Used
</pre>

Adds a filled soulgem to the calling object's inventory using the given creature and soulgem types.

See Also: [[Tes3Mod:DropSoulGem|DropSoulGem]]
3 736
edições