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

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Follow Waypoints, Run Away If Shot
  6.  
  7. ;Triggers
  8.  
  9. :waypointstate=0:animate=5,waypointstart
  10. :waypointstate=3:animate=5,waypointnext
  11. :waypointstate=4:animate=5,waypointrandom
  12. :waypointstate=5:animate=5,waypointreverse
  13. :nearactivatable=0:settarget,activatetarget=2
  14. :random=20:rotateheadrandom=65
  15. :shotdamage=1:settarget,state=2
  16.  
  17. :state=2:rotatetotarget,rotatey=180,resethead,waypointstop,animate=5,state=3
  18. :state=3:runfore=10
  19. :state=3,random=5:rotateheadrandom=85
  20. :state=3,losetarget=10:state=10
  21. :state=3,plrcanbeseen:settarget,state=2
  22.  
  23. :state=10:timerstart,state=11,rotatey=180,animate=31
  24. :state=11,timergreater=5000:state=0,animate=5,waypointstart
  25. :state=11,random=5:rotateheadrandom=35
  26.  
  27. ;End of Script
  28.