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

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Player Proximity Door (Open and Close)
  6.  
  7. ;Triggers
  8.  
  9. :state=0,plrdistwithin=120:state=4
  10. :state=1:incframe=0
  11. :state=1,frameatend=0:state=2,coloff
  12. :state=2,plrdistfurther=120:state=3,sound=$1,colon
  13. :state=3:decframe=0
  14. :state=3,frameatstart=0:state=0,setframe=0
  15. :state=4,plrcanbeseen:state=1,setframe=0,sound=$0
  16. :state=4,state=0
  17.  
  18. ;End of Script
  19.