ID:266710
 
How would I make it where everyone with the var battle at one appears in the stat panel and it shows there lives left on everyones screen?
I Have No Clue, Maybe Your Mom Knows, LoL.








Shun Di, Out
In response to Shun Di
..... nope she was like wtf are you talking about
In response to Emperor Beld
LOL!!!!
Emperor Beld wrote:
How would I make it where everyone with the var battle at one appears in the stat panel and it shows there lives left on everyones screen?

Something SIMILAR to this (considering I don't know what the rest of your code looks like):

  Stat()
statpanel("Players")
for (var/mob/m in world)
if (m.battle==1)
stat(m, "([m.livesLeft] lives left)")


Regards,
Corporate Dog