Disable No Escape Trigger in a Zone?
Hi - is it possible for No Escape to be turned off in a (Zone Manager) zone or specific area of the map? I've set up an AimTrain arena with a warp base inside and don't want players to be raid blocked if they shoot the building.  Any help or suggestions would be appreciated!
No.

I just released an update (2.1.2) that adds integration point for this..
CanRaidBlock(BasePlayer player, Vector3 position, bool createZone)
CanCombatBlock(BasePlayer player)​
If @k1lly0u or some other developer wants to create an integration using these new hooks, they are more than welcome to.  Returning anything other than null will cancel blocking behavior.
Thank you Calytic!
Alternatively you can use Zone Perms to add the noescape.disable permission in these particular zones, barring a direct integration.
In response to Calytic ():
Alternatively you can use Zone Perms to add the noescape.disable permission in these particular zone...
Great idea! I'm gonna give that a shot... tyvm