home *** CD-ROM | disk | FTP | other *** search
- ;Artificial Intelligence Script
-
- ;Header
-
- desc = Auto Proximity Door (Open and Close)
-
- ;Triggers
-
- :state=0,anywithin=75:state=1,setframe=0,sound=$0
- :state=1:incframe=0
- :state=1,frameatend=0:state=2,coloff
- :state=2,anyfurther=100:state=3,sound=$1,colon
- :state=3:decframe=0
- :state=3,frameatstart=0:state=0,setframe=0
-
- ;End of Script
-