In some situations the ALife will complain about not having an item (and crash as a result.) This might be due to incompatible item operations appearing in the action queue at the same time.
1) ALife creates action to drop item X
2) ALife creates action to eat item X
3) Item is dropped
4) ALife tries to eat non-inventory item
In some situations the ALife will complain about not having an item (and crash as a result.) This might be due to incompatible item operations appearing in the action queue at the same time.
1) ALife creates action to drop item X 2) ALife creates action to eat item X 3) Item is dropped 4) ALife tries to eat non-inventory item