Thread: testnpc
View Single Post
  #6  
Old 01-17-2006, 03:47 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
PHP Code:
function onNPC(checkxcheckycheckwcheckh) {
  
temp.npclist getnearestnpcs(checkx,checky);

  for(
temp.npclisttemp.npc) {
    if(
temp.npc.x in |checkx,checkx+checkw| && test.npc.y in |checky,checky+checkh|) {
      return 
true;
    }
  }

  return 
false;

Whatever, I just scripted that in the thirty seconds that I've been sitting here staring at this thread. If it doesn't work, oh well, but that sounds like what you're trying to do. If you want to modify it to return the indexes or whatever, go ahead.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote