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