I have 2 collections. an Item and a Inventory collection. I use a ListBox to that I fill with the Items. I want the user to be able to double click an item and have that copied from the Item collection to the Inventory collection. So I guess I'm using the ListBox as an interface. Or at least I'm trying to. I can't figure out how to do this. Can someone maybe explain how I can do this. Or if there is a better way, please show me.
It's an item inventory system where a player can pickup items listed in rooms and drop them in other places. A little more difficult than I thought at first.
It's an item inventory system where a player can pickup items listed in rooms and drop them in other places. A little more difficult than I thought at first.