View Single Post
  #9  
Old 12-13-2006, 09:58 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
NPC Code:
function onActionCalled(currentX, currentY)
{
temp.curList = findnearestplayers(temp.currentX, temp.currentY);
for (temp.curPlayer: temp.curList)
{
//stuff
}
}



Wouldn't this work?
__________________
V$:CONFL16T
Reply With Quote