Skyrim Delete Item From Inventory
- Skyrim Delete Item From Inventory
- Skyrim Delete Item From Inventory Turnover
- Skyrim Delete Item From Npc Inventory
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. For The Elder Scrolls V: Skyrim on the PC, a GameFAQs message board topic titled 'How do I drop items from my inventory?'
I'm trying to re-create some of my Oblivion/Fallout mods.
For The Elder Scrolls V: Skyrim on the Xbox 360, a GameFAQs message board topic titled 'Cannot Remove Quest Items From Inventory'.
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
In the CK I only found
- lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
- form types: AMMO, INGR, SLGM.
Skyrim Delete Item From Inventory
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
In the CK I only found
- lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
- form types: AMMO, INGR, SLGM.
Any idea? Or should I wait for appropriate SKSE functions?