What is the correct way to determine whether an arrow has struck an NPC? The method described on the http://cs.elderscrolls.com/constwiki/index.php/Running_Scripts_On_Arrows#Tracking_the_arrow.27s_flight doesn't seem to be working... specifically this section of code:
if ( ( xp + yp + zp ) == 0 ); arrow is not in gameworld message "Arrow has hit an actor!" set triggered to 0 return
I've tried copy/pasting it exactly as it is written, and also rewriting it according to my own writing style, but nothing seems to work.