
ChapelR's Inventory with images? Please help
I've hit a roadblock, and one that could probably be resolved quite easily but I'm frankly not good at html yet and feel quite stupid.
I want an RPG-style inventory/stores that normally show images alongside names of the items. I use ChapelR's simple inventory as well as the store system for it and it works quite well. The thing that I cannot for my life figure out is how to add the sprites next to the item names in the inventory and stores.
ChapelR's system has a feature to create items and consumables. What I want is basically shown in this example:
<<consumable "Apple_ItemID" "IMAGE OF AN APPLE + Apple">>
<</consumable>>
I've been trying to figure it out for hours, tried to look all over the Internet and through the source code. I've tried simply entering <img src..., [img[... etc. into the field but it just shows it as text or doesn't show anything at all. The solution my shrivelled brain has come up with is adding tags to the items and then creating a new row in the inventory grid to show an item sprite based on the tag, but I'd really just rather have an image directly attached to each item if that's possible.
Attached is an example of what I want it to look like.
If anyone has any suggestions or possible solutions I'd really greatly appreciate it.