Open the .utd file of the door and put this script in the onOpen event of the door:void main() { int nDamage = 20; // Apply some damage to door opener. ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectDamage(nDamage, DAMAGE_TYPE_PIERCING), GetLastOp...
[Read More]