Stat()
src.Update()
statpanel("Statistics")
stat("[src.name] Level [src.level]")
stat(src)
stat(" ")
stat("::Physical Statistics::")
stat("Hit Points:", "[src.hp]/[src.maxhp]")
stat("Mana Points:", "[src.mp]/[src.maxmp]")
stat("Strength:", "[src.strength]")
stat("Defense:", "[src.defense]")
stat("Intellect:","[src.intellect]")
stat("Stamina:","[src.stamina]")
stat("Experience:", "[src.exp]/[src.maxexp]")
statpanel("Inventory")
stat("Economic Statistics")
stat("\icon[/obj/statobjects/copper] [src.gil]")
client/New()
..()
spawn winset(src,"Info","allow-html=true")
obj
statobjects
icon='misc.dmi'
copper
icon_state="8"
Problem description:
The icon isn't showing up in the stat panel. I am not using a custome interface, just the default one that comes with DM