trigger_jail_release entity
The trigger_jail_release entity is used to notify the game that a player has performed an action that frees the prisoners on his team.
When a trigger_jail_release entity is trigger, a message is sent to all the players informing them who released the prisoners. Unless disabled, a team specific alert sound is played to the whole map.
To use the trigger_jail_release entity, set the targetname to the name the entity and trigger the entity along with another entities that are triggered to release the prisoners. For example, the trigger_jail_release shares the same targetname as the func_door entity that blocks the escape of the prisoners.
Specifics
| Name | Description | 
|---|---|
| targetname | Name assigned to the trigger.  
    This name is targeted by other entities to trigger the entity. | 
  
Spawnflags
| Value | Description | 
|---|---|
1  | 
    Do not play the default release sounds |