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...