custom-combiner-using-triggers.fsmI have a model where one item enters a processor, processes the item, pulls 3 more items of the same type from a list, and then outputs the first item onto a conveyor. I'd like to have the 3 additional items that are pulled from the list using the processor on entry trigger destroyed once they are pulled. When I use the destroyobject command once the items are pulled, it only deletes the first item pulled, not all 3 items. How would I make all 3 items get deleted. My model is attached.