Statpanels from lists. in Developer Help
mob/Stat() for(var/X in playersl) statpanel("Players",X)
if(statpanel("Players"))// if() reduces lag. stat(X,X.class)
mob/Stat() for(var/mob/X in playersl) statpanel("Players",X,X.class)