I have an event that when you buy the item, it goes to the game layout and creates the object that you just brought. Then it goes to the layout and creates the object. You're suppose to be able to drag and drop the item you want. But when i drag it, it creates a whole another instance of the object. Someone said to put a variable and when it has been picked, destroy it. But since there are multiple instances of the objects how do you destroy just the one initially created? Or does anyone know any other way to solve this? Thanks!