Все знают скрипт Remote door,чтобы было бы интересней открывать дверь с землетрисением,вот как можно сделать:
Code
Artificial Intelligence Script
;Header
desc = Remote Controlled Door (Open and Close)+camshake
;Triggers
:state=0,activated=1:state=1,setframe=0,sound=$0,camshake=10
: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