Inventory

I wonder how i can make a simple invetory . Can you help me ?

Is this for an RPG type of game? In general, you will need an array or hashtable to hold references to the objects. A typical GUI for an inventory can be done with a selection grid. However, you’ll have to give a bit more detail about how you want the inventory to behave if you need any more specific help.