I'm making a game which has a lot of items, which when acquired are copied into the player's inventory, and the player can carry multiples of the same item. The problem I'm having is: in the item's 'use this on other objects' script, I can't get it to recognize 'this' in 'Remove this', or in any code within that script. How do I get it to recognize itself as 'this' ?