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 = ""
ID:172123
Jun 25 2004, 12:49 pm
|
|
http://developer.byond.com/forum/ index.cgi?action=message_read&id=269243&forum=3&view=0
someone has helped you.