Remove the specified amount of an item from a character's inventory. E.g., player.removeitem 000669A5 5 will remove five leeks from your player's inventory. Changes to an NPC's inventory will usually appear immediately if you're pickpocketing them when you open the console. How do you drop quest items before finishing the quests in Skyrim? Short answer: you don’t; the game won’t let you. Long answer: you can use the console with “player.removeitem xxxxxxx yy” where x is the item that you want to remove from your inve. 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. 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.
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?