I'm trying to make it so when someone looks in the statpanel "Scores" they the see a playing mobs but no matter what I try to do I get NPCs too. Little Help?
mob
Stat()
for(var/mob/M in world)
statpanel("Scores")
stat("Score","[M]/[M.Gold]")
Copyright © 2025 BYOND Software.
All rights reserved.
mob
Stat()
statpanel("Scores")
for(var/mob/M in world)
if(M.client)
stat("Score","[M]/[M.Gold]")