Skyrim Delete Item From Inventory

  • Permanently delete items? - posted in General Skyrim Discussion: Is there a way to permanently delete items (even from memory etc) other than selling them? I got lots of armors from mods, and it's such a hassle to try on one, exit inventory window, talk to NPC, bring up merchants window, scroll all the way down to find the armor, then sell it.
  • Just a quick video i did to help any of you out that have the elder scroll in your inventory.Sorry not great camera work but i dont have a capture card so its all manual stuff but i hope it helps.
  1. Skyrim Delete Item From Inventory Items
  2. Skyrim Inventory Command
  3. Skyrim Delete Item From Npc Inventory
  4. Skyrim Delete Item From Inventory Item
Inventory

Adds object to inventory with any two magic effects (not limited to enchants). Codes: psb: Player Spell Book. Unlocks all spells and shouts. NOTE: Using this command will unlock every spell, even those used to test Skyrim. However, this may cause bugs. Player.removeitem Remove an item from the inventory. I tried dropping the items by adding them to a burner character on survival mode and then dying, but no dice; the items won't leave even when they're cosmetic pieces. Is there a way to edit a character save to delete items from their inventory?

Hi there,
I'm trying to re-create some of my Oblivion/Fallout mods.
Those need to loop over all items in the player's inventory and remove items of a certain type, in particular
  • arrows
  • potions
  • crafting materials (ore, ingots, leather, ...)
  • alchemy ingredients
  • soul gems
Naturally I don't want to check every item's ID but would prefer to use a boolean function (IsIngredient, IsAmmo) or at least check members of a predefined list.

Skyrim Delete Item From Inventory Items


In the CK I only foundInventory
  • lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
  • form types: AMMO, INGR, SLGM.
Apart from the fact that I don't know yet how to code the checks, I didn't find a CK attribute I can use for all of the item types I'd like to handle (there's no AlchemyIngredientsList, no SmithingIngredientsList and smithing material is stored as form type MISC).ItemSkyrim delete item command
Any idea? Or should I wait for appropriate SKSE functions?

Skyrim Inventory Command

I find the CK-Wiki hard to navigate, is there a page that lists, for example, all valid arguments to AddInventoryEventFilter? (CookingIngredientsList is the one in the example)

Skyrim Delete Item From Npc Inventory


Skyrim Delete Item From Inventory Item

Many thanks in advance!