Thread: NPC warping
View Single Post
  #13  
Old 12-23-2004, 03:36 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
The current NPC's ID is stored, unsurprisingly, in the variable
NPC Code:
id

. By extension, you should be able to use
NPC Code:
players[index].id

.
Reply With Quote