fire alarm 
        
    
            
        
| Vars | |
| bad_temp | If real_fire is true then it will show you the current hot temperature | 
|---|---|
| buildstage | 2 = complete, 1 = no wires, 0 = circuit gone | 
| detecting | 1 = will auto detect fire, 0 = no auto | 
| last_alarm | Cooldown for next alarm trigger, so it doesnt spam much | 
| myarea | The area of the current fire alarm | 
| radio | The radio to alert engineers, atmos techs | 
| real_fire | If true, then this area has a real fire and not by someone triggering it manually | 
Var Details
bad_temp
            
        
    
            
        
        If real_fire is true then it will show you the current hot temperature
buildstage
            
        
    
            
        
        2 = complete, 1 = no wires, 0 = circuit gone
detecting
            
        
    
            
        
        1 = will auto detect fire, 0 = no auto
last_alarm
            
        
    
            
        
        Cooldown for next alarm trigger, so it doesnt spam much
myarea
            
        
    
            
        
        The area of the current fire alarm
radio
            
        
    
            
        
        The radio to alert engineers, atmos techs
real_fire
            
        
    
            
        
        If true, then this area has a real fire and not by someone triggering it manually