Open main menu

UESPWiki β


AddSoulGem

                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->AddSoulGem, "golden saint", Misc_SoulGem_Grand
                
     Scripts:   Not Used

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

See Also: DropSoulGem