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 ...