home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / FPSCreator / Files / scriptbank / people / getinrange.fpi < prev    next >
Encoding:
Text File  |  2005-08-16  |  568 b   |  25 lines

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Static, When See Player, Get In Range
  6.  
  7. ;Triggers
  8.  
  9. :state=0:state=1
  10. :state=1,plrcanbeseen:settarget,state=2
  11. :state=1,shotdamage=10:rotatetoplr
  12. :state=1,noiseheard=5:rotateheadrandom=85
  13. :state=1,random=10:rotateheadrandom=75
  14.  
  15. :state=2:rotatetotarget,resethead,animate=5,state=3
  16. :state=3:runfore=20
  17. :state=3,losetarget=10:state=4,animate=1
  18. :state=3,plrdistwithin=400:state=4,animate=1
  19.  
  20. :state=4:rotatetoplr
  21. :state=4,plrcanbeseen:settarget,state=0,shootplr
  22. :state=4:state=0
  23.  
  24. ;End of Script
  25.