ID:172123
 
For my little mini game I made Im using the stats in the command promt...I want it to show this Pac Man(lives): * * *
and it does show that, but How do i get it so when he dies it shows * * then shows * then shows (blank)???this is what i got
spawn while(1) {client.command_prompt = "[key] SCORE:[src.Score] Pacman left:[src.Pac1] [src.Pac2] [src.Pac3]";sleep(10)}

mob/proc
eaten()
if(src.Pac1==1)
if(src.Pac2==1)
if(src.Pac3==1)
src.Pac1 = ""
if(src.Pac1==0)
if(src.Pac2==1)
if(src.Pac3==1)
src.Pac2 = ""
if(src.Pac1==0)
if(src.Pac2==0)
if(src.Pac3==1)
src.Pac3 = ""
Once again you need to learn the community standards you bump everypost you have wayyyyyyyyy to early cross post flame and much more. please follow the Standards set i know im not a forum mod but this makes you yourself look bad and makes less people want to help you here i know from experience.

http://developer.byond.com/forum/ index.cgi?action=message_read&id=269243&forum=3&view=0

someone has helped you.