Thread: Instance?
View Single Post
  #5  
Old 05-26-2007, 01:01 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
You're right.

There is a findareanpcs() function to find npcs in a specific area.

Or, you could make a list in a DB npc

(in the NPC you want to access somewhere else)
dbNPC.foo = this;

then in any other NPC you could use dbNPC.foo.x += 5;
__________________

Coming soon (Hopefully:P)
Reply With Quote