Thread: X/Y Coordinates
View Single Post
  #3  
Old 04-15-2001, 04:11 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
Blah.

Basic NPC with command which would do the same thing:
NPC Code:
if (playerchats&&strequals(#c,getloc)) setplayerprop #c,X=#v(playerx) Y=#v(playery);

__________________

Reply With Quote