shuttle console 
        
    
            
        
Vars | |
| admin_controlled | Variable dictating if the attached shuttle requires authorization from the admin staff to move | 
|---|---|
| destination | ID of the currently selected destination of the attached shuttle | 
| no_destination_swap | Variable dictating if the attached shuttle is forbidden to change destinations mid-flight | 
| possible_destinations | Possible destinations of the attached shuttle | 
| request_cooldown | Authorization request cooldown to prevent request spam to admin staff | 
| shuttleId | ID of the attached shuttle | 
Procs | |
| launch_check | Checks if we are allowed to launch the shuttle, for special cases | 
Var Details
admin_controlled
            
        
    
            
        
        Variable dictating if the attached shuttle requires authorization from the admin staff to move
destination
            
        
    
            
        
        ID of the currently selected destination of the attached shuttle
no_destination_swap
            
        
    
            
        
        Variable dictating if the attached shuttle is forbidden to change destinations mid-flight
possible_destinations
            
        
    
            
        
        Possible destinations of the attached shuttle
request_cooldown
            
        
    
            
        
        Authorization request cooldown to prevent request spam to admin staff
shuttleId
            
        
    
            
        
        ID of the attached shuttle
Proc Details
launch_check
Checks if we are allowed to launch the shuttle, for special cases
Arguments:
- user - The mob trying to initiate the launch