I have this script, which works with any explosive near a wall, and when it explodes it disappears (wall).
I would like this to only happen when the player uses an explosive DemoChage_F (Explosive Charge).
wall01 addEventHandler ["Explosion", {
wall01 hideObject true;
}];
Can anyone help me with this?