ID:148874
 
In my RPG I just added a fishing skill, and when people catch the fish, each fish gets its own inventory space,

Is there any way to make it so all fish show up as
[Picture here][# of fish] Fish?
well look at spuzzum's grouping snippet for the number of fish part

The icon of the fish could be done by stating ur Stat like this:
mob/Stat()
//any other stats you want in other panels and stuff
statpanel("Inventory",src.contents)


//this will make it so that the fish icon appears then the name follows it and if you add the grouping snippet the number will follow the name of the item