Base Shuttle Template (Emergency) 
        
    
            
        
| Vars | |
| event_amount | how many do we pick | 
|---|---|
| events | assoc list of shuttle events to add to this shuttle on spawn (typepath = weight) | 
| events_override | do we empty the event list before adding our events | 
| use_all_events | pick all events instead of random | 
| Procs | |
| post_load | on post_load use our variables to change shuttle events | 
Var Details
event_amount
            
        
    
            
        
        how many do we pick
events
            
        
    
            
        
        assoc list of shuttle events to add to this shuttle on spawn (typepath = weight)
events_override
            
        
    
            
        
        do we empty the event list before adding our events
use_all_events
            
        
    
            
        
        pick all events instead of random
Proc Details
post_load
on post_load use our variables to change shuttle events