View Single Post
  #14  
Old 03-25-2002, 09:38 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

// NPC made by screen_name

if (created) {
this.counter=0;
this.on=1;
timeout=.1;
}

if (timeout&&this.on==1) {
if (this.counter%2==0 && playerhearts>.5) {
playerhearts-=.5;
}
this.counter++;
timeout=.1;
}

__________________
[signature]insert here[/signature]
Reply With Quote