View Single Post
  #4  
Old 03-05-2002, 11:38 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Well yes it would. I would suggest that though, why would it matter?
If you want to be perfect:
NPC Code:

if (created) timeout=.05;
if (timeout)
{
for (i=0;i<arrowscount;i++;)
{
if (arrows[i].x in |x-.5,x+3| && arrows[i].y in |y-1,y+2|)
{
hide;
// destroy;
// If you want it to be destroyed uncomment this ^.
}
}
timeout=.05;
}



I am not sure if arrows[i] includes nukeshots...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote