ID:178891
 
Is there a way to show an icon in a statpanel?
how?
Mexus wrote:
Is there a way to show an icon in a statpanel?
how?

Normally, you'd do it like this:
mob
var/obj/weapon/weapon

Stat()
statpanel("Equipment")
stat("Weapon",weapon)

The obj represented by the weapon var will appear as an icon in the stat panel.

Lummox JR