Stats Panel in Developer Help
Stat() statpanel("inventory") for(var/obj/item/wepons/K in contents) stat(K)
obj/item/wepons sword icon='sword.dmi' verb take() set src in view(1) usr<<"You take the sword!" src.Move(usr)
mob Stat() ..() statpanel("Inventory",contents)
mob Stat() statpanel("Stats") stat(usr) stat("--- --- --- --- --- --- --- --- --- --- --- --- ---") stat(" Info") stat("--- --- --- --- --- --- --- --- --- --- --- --- ---") stat("Name: [usr]") stat("Gender: [Gender]") stat("House: [House] ") stat("Health: [health]/[Mhealth]") stat("Magic: [mgc]/[Mmgc]") ..()
stat("House: [House] ")
mob var House = 'iconfile.dmi' /// change iconfile.dmi to your House icon
Then just make this
This should work if you make a pic of a sword!