home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / FPSCreator / Files / scriptbank / people / throw.fpi < prev    next >
Encoding:
Text File  |  2005-01-27  |  461 b   |  21 lines

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Look and Throw
  6.  
  7. ;Triggers
  8.  
  9. :state=0,plrcanbeseen:state=1,settarget
  10. :losetarget=10:runfpidefault=1
  11. :state=0:runfpidefault=1
  12. :state=1,plrcannotbeseen:runfpidefault=1
  13. :state=1:rotatetoplr
  14. :state=1,ifweapon=0:reloadweapon
  15. :state=1,ifweapon=1,rateoffire:state=2,setframe=6
  16. :state=2:incframe=6
  17. :state=2,framebeyond=6 60:useweapon
  18. :state=2,frameatend=6:state=1,reloadweapon
  19.  
  20. ;End of Script
  21.