Skyrim Delete Item From Inventory

  1. Skyrim Delete Item From Inventory Turnover
  2. Skyrim Inventory Command
  3. Skyrim Delete Item Command
Hi there,

Sign in to your dashboard and click Items. Age of empires 2 definitive edition vs 2013. Click Actions Import/Export at the top-right of the page Export Items. Make the necessary edits to you item library by delete the item rows that you do not need. The follower/Housecarl will take all the items inside the chest. Now talk again to your follower/Housecarl and select 'I need you to carry some things'. Age of empires 2 hd edition full tek link indir. Take back your items from his/her inventory. Your items are not marked as Stolen anymore. I tested this with many chests and the trick worked for me.


Click Actions Import/Export at the top-right of the page Export Items. Make the necessary edits to you item library by delete the item rows that you do not need. Import Updated CSV: Visit Items in your online Square Dashboard. Click Import Items at the top right of dashboard. Select Replace Item Library and click Next. For the item you want to remove, type 'removeitem #' Get the # from the code in parenthesis next to the item name. You do not need to input the zeros before a command, the game ignores those.

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.
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)
Many thanks in advance! 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
DeleteNaturally 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?

Skyrim Delete Item From Inventory Turnover


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 Command

Many thanks in advance!