Page 1 of 1

Must be easy, but I can't see it: how do I delete items?

Posted: Sat Sep 26, 2015 3:40 am
by Threndor
Delete items that is. I know 'Z' is the default to drop on the ground, but I don't want to just fill up the ground. I am playing Bob's mods where I am getting a ton of sodium hydroxide. It is used in one other recipe, but not at the rate I have been creating it. I also know in the base game I was getting too much wood to hide, so deleting is still useful in vanilla. (Current solution has been a lot of steel chests lying around... ugly.

Re: Must be easy, but I can't see it: how do I delete items?

Posted: Sat Sep 26, 2015 4:04 am
by StoneLegion
There is no true delete but throw them into chests and shoot the chests.

Re: Must be easy, but I can't see it: how do I delete items?

Posted: Sat Sep 26, 2015 7:03 am
by prg
If you just want to empty a chest without destroying it, you can hover over it with the mouse cursor and run

Code: Select all

/c game.local_player.selected.get_inventory(1).clear()

Re: Must be easy, but I can't see it: how do I delete items?

Posted: Sat Sep 26, 2015 8:19 am
by ssilk
Moved from General to Gameplay Help.