I would do it like this:
Move all the items to a family and give a variable or maybe a boolean called "selected" to the family.
Make an event that sets the boolean true if the item is selected.
Make an event that moves the player to the next level when all the desired items have their selected boolean set true.