I have one object for all my ground items, called ground_item. All thing you can drop from your inventory are stored in it, under different frames.
What I want exactly:
When ground_item with frame 1 collides with 5 ground_item`s with frame 2, player spawn object special_item...
Hope I was clear enough, any help would be greatly appreciated!