use the shoot.gani file, then
like this
NPC Code:
if (playertouchsme) {
toweapons Bow and Arrows;
}
if (weaponfired&&playerdarts>0) {
playerdarts--;
freezeplayer 0.3;
setani shoot,wbow1.gif;
timeout=0.25;
}
if (timeout) shootarrow playerdir;
just edit that the way you want!