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

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Homing In behaviour
  6.  
  7. ;Triggers
  8.  
  9. :state=0:rotatetoplr
  10. :state=1:rotatetoplr
  11. :plrcanbeseen,plrdistfurther=70:settarget,state=1
  12. :noiseheard=5:rotateheadrandom=85
  13. :random=10:rotateheadrandom=45
  14. :state=1:movetotarget,animate=2
  15. :state=1,plrdistwithin=61:freeze,animate=1,state=0
  16. :plrdistwithin=50,rateoffire:plraddhealth=-5
  17.  
  18. ;End of Script
  19.