I am using a list as an inventory system (i know, not the best solution) and i need to remove an item form list preferably by name.
ex potion
wand
sword
on sword clicked. remove sword from list.
It also needs to not remove all of an object (like if i have 2 potions i only remove 1)