Skyrim Delete Item From Inventory

Hi there,
I'm trying to re-create some of my Oblivion/Fallout mods.

But if you're like me and like to keep your inventory clean, then yes, you can sell it to the guy at the college. – user15797 Dec 3 '11 at 16:12 Quest items have always weighed nothing; I tested this pre-1.2 when Alto Wine became a quest item for me and I was worried that it was using up all my carrying capacity. For The Elder Scrolls V: Skyrim on the Xbox 360, a GameFAQs message board topic titled 'Cannot Remove Quest Items From Inventory'.

Skyrim Delete Item From InventoryThose 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.
In the CK I only found
  • 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).
Any idea? Or should I wait for appropriate SKSE functions?
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)Add

Add Item To Inventory Skyrim


Many thanks in advance! Hi there,
Item

Skyrim Delete Item From Inventory

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.
In the CK I only found
  • lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
  • form types: AMMO, INGR, SLGM.

Skyrim Inventory Command

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).

Skyrim Item Prices

Skyrim inventory commandAny idea? Or should I wait for appropriate SKSE functions?
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

Skyrim Delete Item From Inventory Turnover

Many thanks in advance!