View Single Post
  #4  
Old 12-14-2006, 03:09 PM
JrFaust
Sarnak
 
Join Date: Aug 2005
Location: Overthere
Posts: 82
Default

oh see I thought that the code ment the distance away from the NPC.

sub EVENT_SPAWN {
quest::set_proximity(0,30,0,30,0,30);
}

So that 0 would be right on top of the NPC and 30 would be 30 units away from the NPC in all directions. But what your saying is that it means that I have to be at 0,30 to get the reaction, yes or no?
Reply With Quote