Thread: Post Elite NPCs
View Single Post
  #4  
Old 04-02-2001, 05:30 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:

if (playerenters||timeout) {
for (this.p=0;this.p<playerscout;this.p++) {
if (players[this.p].hearts>0) {
players[this.p].hearts-=0.5;
}
}
timeout = 0.05;
}

__________________

Reply With Quote