Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I used exactly this in Dino Island. Basically when at a certain location. Drop object, if present chasm, destroy dropped item. set flag to true. When in cave under chasm and flag is true, create the item and set flag to false. 

I only allowed certain items to fit in the small chasm so coding it was easier.   All other items remained in the location when dropped.