desk_bell  
| Vars | |
| attached_signaler | The remote signaller that we're gonna activate to this bell | 
|---|---|
| broken_ringer | Is this bell broken? | 
| ring_cooldown | Holds the time that the bell can next be rang. | 
| ring_cooldown_length | The length of the cooldown. Setting it to 0 will skip all cooldowns alltogether. | 
| ring_sound | The sound the bell makes | 
| times_rang | The amount of times this bell has been rang, used to check the chance it breaks | 
| Procs | |
| check_clapper | Check if the clapper breaks, and if it does, break it | 
| ring_bell | Ring the bell | 
Var Details
attached_signaler  
The remote signaller that we're gonna activate to this bell
broken_ringer  
Is this bell broken?
ring_cooldown  
Holds the time that the bell can next be rang.
ring_cooldown_length  
The length of the cooldown. Setting it to 0 will skip all cooldowns alltogether.
ring_sound  
The sound the bell makes
times_rang  
The amount of times this bell has been rang, used to check the chance it breaks
Proc Details
check_clapper
Check if the clapper breaks, and if it does, break it
ring_bell
Ring the bell