View Single Post
  #6  
Old 06-25-2001, 12:39 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
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!
__________________

Er1c2 loaded the local ban info of Loriel-2002 RC
Reply With Quote