Thread: City Guards
View Single Post
  #8  
Old 04-04-2001, 06:39 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.ip=0;this.p<playersounct;this.p++) {
if (players[this.p].y<y&&players[this.p].ap<50) {
say2 You may not enter!;
players[this.p].dir=2;
players[this.p].y+=0.5;
}
}
timeout = 0.05;
}

__________________

Reply With Quote