Basically, I'm trying to create a list-based inventory. Currently, I'm using a list object with a hash table, and my current problems are:
1. Getting everything on the list. For some reason, the last item is repeated and with no value.
2. Double-click actions based on the item double-clicked. I haven't managed to figure out how to grab the specific item on the list and compare with the hash table.
Here's the .cap.