here the script
put this script in any doors
;Artificial Intelligence Script
;Header
desc = Use Door (Push Open and auto Closed)
;Triggers
:state=0:hudreset,hudx=50,hudy=80,hudimagefine=gamecore\text\pressentertouse.png,hudname=usedoorprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=60:hudshow=usedoorprompt,hudfadeout=usedoorprompt
:state=10,plrdistwithin=60,mouseclick=2:state=1,setframe=0,sound=$0
:state=1:incframe=0
:state=1,frameatend=0:state=2,coloff
:state=2,plrdistfurther=60:state=3,sound=$1,colon
:state=3:decframe=0
:state=3,frameatstart=0:state=10,setframe=0
;End of Script
i hope this is what you looking for