// Simply destroy any item placed inside the container. void main() { object oItem = GetInventoryDisturbItem(); int iType = GetInventoryDisturbType(); if(iType == INVENTORY_DISTURB_TYPE_ADDED) { DestroyObject(oItem); } }