# Suicide by Dropping Via Inventory Manager

**URL:** https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556
**Category:** The Garage
**Created:** [March 23, 2014, 1:29am UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556 "2014-03-23T01:29:04Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/cataclysmdda/original/1X/21b5d044e8473b25d0bf905d60477e25f6fbe0cf.png) [@system](https://discourse.cataclysmdda.org/u/system)
#### Post date: [March 23, 2014, 1:29am UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556/1 "2014-03-23T01:29:04Z")

</div>

So I was dropping a few dozen hundred items I was carrying in two duffle bags via the inventory manager (moving I to 5 on the ground). When I started dropping a rogueish Cougar gutted me but my stalwart character continued diligently dropping tin cans until bleeding out. Working as intended?

---

<div class="post-metadata">

### Author: ![Zireael](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/zireael/32/956_2.png) [@Zireael](https://discourse.cataclysmdda.org/u/Zireael)
#### Post date: [March 23, 2014, 12:18pm UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556/2 "2014-03-23T12:18:17Z")

</div>

I think the problem is that it uses different code than regular inventory dropping.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/cataclysmdda/original/1X/21b5d044e8473b25d0bf905d60477e25f6fbe0cf.png) [@system](https://discourse.cataclysmdda.org/u/system)
#### Post date: [March 23, 2014, 5:08pm UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556/3 "2014-03-23T17:08:14Z")

</div>

I think the problem is I DUN GOOFED

---

<div class="post-metadata">

### Author: ![i2amroy](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/i2amroy/32/909_2.png) [@i2amroy](https://discourse.cataclysmdda.org/u/i2amroy)
#### Post date: [March 23, 2014, 7:30pm UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556/4 "2014-03-23T19:30:34Z")

</div>

Yeah, the difference here IIRC is because the advanced inventory code doesn’t include any sort of interrupt functions, so it will just keep ordering your character to do what you told them to until they are dead or done.

---

<div class="post-metadata">

### Author: ![kevin.granade](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/kevin.granade/32/1316_2.png) [@kevin.granade](https://discourse.cataclysmdda.org/u/kevin.granade)
#### Post date: [March 23, 2014, 8:13pm UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556/5 "2014-03-23T20:13:21Z")

</div>

I was talking about this with someone on IRC last week, the problem is advanced inventory queues up a bunch of actions (mostly in an attempt to be friendly), and only “charges” you for the moves required at the very end. When that happens you’ve spent all your moves for the next 10, 20, 100+ turns already, and you can’t do anything until your moves go back positive. Meanwhile that dastardly Mr. Cougar has all the turns they want to feast upon your entrails.

The difficulty in fixing it lies in the fact that you have to record this backlog of actions in a way that will be stable across turns, and most of our item references aren’t stable if you start adding and removing items from the same tile.

Probably the simplest option is to have advanced inventory stop trying to be so nice, just have it actually move items around immediately, and charge you for it immediately. When you run out of moves, your turn would end, everything else would move, and the advanced inventory would pop back up automatically, you probably wouldn’t even notice anything. If you’re moving a lot of stuff around though, you’d get the usual warnings and such if monsters approached or you took damage.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/cataclysmdda/original/1X/21b5d044e8473b25d0bf905d60477e25f6fbe0cf.png) [@system](https://discourse.cataclysmdda.org/u/system)
#### Post date: [March 23, 2014, 10:05pm UTC](https://discourse.cataclysmdda.org/t/suicide-by-dropping-via-inventory-manager/5556/6 "2014-03-23T22:05:21Z")

</div>

As an interim fix I will kill everything that moves before attempting this caper again.
