home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / FPSCreator / Files / scriptbank / people / cautious.fpi next >
Encoding:
Text File  |  2005-08-15  |  714 b   |  29 lines

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Static, When See Player, Move Back Then Shoot
  6.  
  7. ;Triggers
  8.  
  9. :nearactivatable=0:settarget,activatetarget=2
  10.  
  11. :state=0:state=1
  12. :state=1,plrcanbeseen:settarget,state=2
  13. :state=1,shotdamage=10:settarget,state=2
  14. :state=1,noiseheard=5:rotateheadrandom=85
  15. :state=1,random=20:rotateheadrandom=65
  16.  
  17. :state=2:rotatetotarget,rotatey=180,resethead,animate=5,state=3
  18. :state=3:runfore=20
  19. :state=3,random=5:rotateheadrandom=85
  20. :state=3,losetarget=10:state=4
  21. :state=3,plrdistfurther=400:state=4
  22. :state=3,plrcanbeseen:settarget,state=2
  23.  
  24. :state=4:rotatetoplr,animate=1
  25. :state=4,plrcanbeseen:settarget,state=0,shootplr
  26. :state=4:state=0
  27.  
  28. ;End of Script
  29.