home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / FPSCreator / Files / scriptbank / people / cover.fpi < prev    next >
Encoding:
Text File  |  2005-08-15  |  1.0 KB  |  39 lines

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Duck For Cover and Shoot
  6.  
  7. ;Triggers
  8.  
  9. :state=0,plrdistwithin=100:state=21
  10. :state=0,plrcanbeseen:state=1,settarget
  11. :state=0,random=50:animate=1
  12. :state=0:runfpidefault=1
  13.  
  14. :state=4:state=5
  15. :state=1:state=4,animate=31
  16.  
  17. :state=5:rotatetoplr
  18. :state=5,plrdistwithin=100:state=11
  19. :state=5,ifweapon=1,plrcanbeseen=46,plringunsight:useweapon,rundecal=6
  20. :state=5,ifweapon=0:state=6,setframe=36
  21. :state=5,shotdamage=3:state=11
  22. :state=6:incframe=36
  23. :state=6,frameatend=36:state=5,reloadweapon,sound=audiobank\guns\reload.wav
  24.  
  25. :state=13:state=25
  26. :state=11:state=13,animate=1
  27.  
  28. :state=21,ifweapon=1,plrcanbeseen,rateoffire:rotatetoplr,useweapon,rundecal=6
  29. :state=21,ifweapon=0:state=5
  30.  
  31. :state=25,random=1:state=26,setframe=4
  32. :state=25:state=27,setframe=3
  33. :state=26:incframe=4,strafe=90,rotatetoplr
  34. :state=26,frameatend=4:animate=1,runfpidefault=1
  35. :state=27:incframe=3,strafe=-90,rotatetoplr
  36. :state=27,frameatend=3:animate=1,runfpidefault=1
  37.  
  38. ;End of Script
  39.