code/__DEFINES/events.dm 
            
        
| ADMIN_CANCEL_EVENT | Return from admin setup to stop the event from triggering entirely. | 
|---|---|
| NEVER_TRIGGERED_BY_WIZARDS | Event can never be triggered by wizards | 
| EVENT_SPACE_ONLY | Event can only run on a map set in space | 
| EVENT_PLANETARY_ONLY | Event can only run on a map which is a planet | 
| EVENT_SECONDS | Event timer in seconds | 
| FUGITIVE_BACKSTORY_WALDO | Backstory key for the fugitive solo backstories | 
| FUGITIVE_BACKSTORY_PRISONER | Backstory keys for the fugitive team backstories | 
Define Details
ADMIN_CANCEL_EVENT
            
         
    
    Return from admin setup to stop the event from triggering entirely.
EVENT_PLANETARY_ONLY
            
         
    
    Event can only run on a map which is a planet
EVENT_SECONDS
            
         
    
    Event timer in seconds
EVENT_SPACE_ONLY
            
         
    
    Event can only run on a map set in space
FUGITIVE_BACKSTORY_PRISONER
            
         
    
    Backstory keys for the fugitive team backstories
FUGITIVE_BACKSTORY_WALDO
            
         
    
    Backstory key for the fugitive solo backstories
NEVER_TRIGGERED_BY_WIZARDS
            
         
    
    Event can never be triggered by wizards