program_picker  
| Vars | |
| assigned_ai | Associated AI | 
|---|---|
| bandwidth | How much bandwidth is available | 
| max_nanites | What is the maximum number of nanites? | 
| memory | How much memory is available | 
| nanites | How many nanites are available? | 
| possible_programs | List of programs that can be bought | 
| temp | Handles extra information displayed | 
| total_bandwidth | How much total bandwidth does the system have? | 
| total_memory | How much total memory does the system have? | 
Var Details
assigned_ai  
Associated AI
bandwidth  
How much bandwidth is available
max_nanites  
What is the maximum number of nanites?
memory  
How much memory is available
nanites  
How many nanites are available?
possible_programs  
List of programs that can be bought
temp  
Handles extra information displayed
total_bandwidth  
How much total bandwidth does the system have?
total_memory  
How much total memory does the system have?