View Single Post
  #1  
Old 01-25-2002, 07:28 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
callnpc 'index' ?

Uhh, I have been using callnpc quite
a bit lately ... And I wanted to know
if there is a way to find the NPC index
without using something like:
NPC Code:

NPC Code:

for (i=0;i<npcscount;i++) {
callnpc i,event;
}




I understand how everything works, I
just would like to know if there is a
way to get the index of an NPC ...
Reply With Quote