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

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Throw Left
  6.  
  7. ;Triggers
  8.  
  9. :state=0:state=1,setframe=17
  10. :state=1:incframe=17
  11. :state=1,raycast=0 40,framewithin=17 50:setframe=18,forcebounce=0,state=2
  12. :state=1,raycast=0 60,framebeyond=17 50:forcebounce=0
  13. :state=1,frameatend=17:state=4
  14. :state=2:incframe=18
  15. :state=2,frameatend=18:state=5
  16. :state=4,health=0:runfpidefault=1
  17. :state=4:state=7,setframe=13,rotateiy=90
  18. :state=5,health=0:runfpidefault=1
  19. :state=5:state=9,setframe=13,incframe=13,advframe=50,rotateiy=90
  20.  
  21. :state=7,random=20:state=8
  22. :state=8:incframe=13
  23. :state=8,frameatend=13:animate=1,runfpidefault=1
  24. :state=9,random=20:state=10
  25. :state=10:incframe=13
  26. :state=10,frameatend=13:animate=1,runfpidefault=1
  27.  
  28. ;End of Script
  29.