Thread: I am afraid
View Single Post
  #5  
Old 07-20-2001, 02:16 AM
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 (created) this.coords={x1,x2,y1,y2};
if (playerenters||timeout) {
if ((playerx in |this.coords[0],this.coords[1]|)&&(playery in |this.coords[2],this.coords[3]|)) set PlayerCanFish;
else unset PlayerCanFish;
timeout=0.05;
}

__________________

Reply With Quote