ID:266624
 
mob/Stat()
if(usr.join == 1)
statpanel("Stats")
stat(usr)
stat("Health: [hp]")
stat("Level: [lvl]")
stat("Exp: [Exp]/[MaxExp]")
stat("Mana: [Mana]")
stat("Weight Max: [Weight]")
stat("Married: [Married]")
stat("Items: [items]")
stat("Spells: [Spells]")
..()
else
..()

Ok well it shows stats for all the mobs that are not in the game on the stat panel for everyone. I don't know the source of it...But if anyone can, Can you help me?
usr should be src
In response to Nadrew
blah forget it...