Sorry if I come off as harsh, but please only post one post on one board. Do not make double posts with the same question. People will not answer you question mure quickly, instead, they will scream "n00b" at you. So, for futute reference, read the stickies at the top of the boards as well as the board use guidelines.
And, yes, I have been working on a solution for you. While is is possible to make the door be destroyed, it is much harder to make it "explode" It is possible, but it will take some work.
Here is the door destroy FPI:
;Artificial Intelligence Script
;Header
desc = Use Door (Push Open and Push Closed)
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pressentertouse.tga,hudname=usedoorprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=60:hudshow=usedoorprompt,hudfadeout=usedoorprompt
:state=10,plrdistwithin=60,plrusingaction=1:activate=2
:state=10,activated=2:state=1,setframe=0,sound=$0
:state=1:incframe=0
:state=1,frameatend=0:state=2,destroy
;End of Script
This above sode just makes the door dissapear and not explode.
What I would think to do, is use this script:
;Artificial Intelligence Script
;Header
desc = Use Door (Push Open and Push Closed)
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pressentertouse.tga,hudname=usedoorprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=60:hudshow=usedoorprompt,hudfadeout=usedoorprompt
:state=10,plrdistwithin=60,plrusingaction=1:activate=2
:state=10,activated=2:state=1,setframe=0,sound=$0
:state=1:incframe=0
:state=1,frameatend=0:state=2,activateifused=1
use this to spawn an explodable barrel named "boom" a little off of the ground. Then, its hurtfall would be set to 1. this way, when it spawns, it falls and explodes, making the explodable door explode.
I can even make the barrel invisible for you. use this script as it's start script:
;Artificial Intelligence Script
;Header
desc = Instant On
;Triggers
:state=0:setalphafade=0,runfpidefault=1
;End of Script
Hope all of this information will help. Now I have to put this on all of your boards sinceI don't know which one you would check.