AI module 
        
    
            
        
| Vars | |
| bypass_law_amt_check | Allow installing with no laws and ignoring of the lawcap. | 
|---|---|
| show_laws | Determines if the programmed laws should appear at all in the description. | 
| Procs | |
| install | Handles checks, overflowing, calling /transmitInstructions(), and logging. | 
| transmitInstructions | Should contain the changes to the silicon's laws. | 
Var Details
bypass_law_amt_check
            
        
    
            
        
        Allow installing with no laws and ignoring of the lawcap.
show_laws
            
        
    
            
        
        Determines if the programmed laws should appear at all in the description.
Proc Details
install
Handles checks, overflowing, calling /transmitInstructions(), and logging.
transmitInstructions
Should contain the changes to the silicon's laws.