View Single Post
  #6  
Old 08-25-2002, 11:37 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
.. you could have used testnpc too
something like:
NPC Code:

if (created||timeout){
if (testnpc(mousex,mousey)<=0){
with (npcs[testnpc(mousex,mousey)]){
message test;
}
}
timeout=.05;
}


or you could use == instead if you want it to relate to the npc with that index
__________________

Reply With Quote