Hmm. Go to the Project panel and select the Item script. You should see it's code previewed in the Inspector. Does your code match what you've written? Sometimes Unity doesn't associate the latest changes to your script. Also, make sure you saved your script in Monodevelop.
Working on creating an item that I am able to collect in my level. Right now, I have my item laid out in the level, I have a box collider on a cube with no mesh rendering to trigger a point light that will highlight the item when the player is within range of the item. I created an item script that will make a noise,…