mob/var/obj/stat/golds
mob
Stat()
if(statpanel("Who"))
for(var/client/C)
stat(C.key , C.mob)
if(statpanel("Items"))
stat("::|Items|::","")
stat(src.contents)
if(statpanel("Pack"))
stat(golds,usr.Gold)
mob/Login()
..()
golds=new
Problem description:the icon want how up in the statpanel what am i doing wrong
Hiead