I'd like to suggest the ability to display the amount that you have of a given inventory item on top of the item when it's in an inventory (a-la Morrowind, or the older Resident Evil games).
See, AGS already has the ability to display multiple inventory items multiple times, or, if you leave the option box unchecked, you will only see that you have one of that given item, even though you may have two or more of it. It just seems logical to have this option if someone decides that they don't want 14 of the same item cluttering up their inventory, but they still want to know how many there is.
On the other hand, is there a way to do this already, such as a module, or a script that someone wrote? I've been playing around with it, using a label and an integer, but I've been having to come up with ways to make the label move with the item's graphic every time a new, different item is added to the inventory. I'm just looking for a way to save myself an obvious ton of scripting.
EDIT:
Okay. Now that I've thought about it some more, I could just have a stationary label outside of the actual inventory window itself, and whenever I select an item, I could have AGS set the label's text to the amount of the active inventory item.
BUT... I still say it's a sound idea to have the option to display the amount of the item in some manner if you don't have that box checked.
Let me know what you think.