Thread: links
View Single Post
  #9  
Old 07-20-2001, 03:47 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) {
if (playerx==entryx&&playery==entry) playerdir=entrydir;
}

Since entryx and entry will always be the same as the player warped too it will always work.
__________________

Reply With Quote