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

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