server 
Vars | |
| research_disabled | if TRUE, someone manually disabled us via console. |
|---|---|
| working | if TRUE, we are currently operational and giving out research points. |
Procs | |
| fix_emp | Callback to un-emp the server afetr some time. |
| get_status_text | Gets status text based on this server's status for the computer. |
| refresh_working | Checks if we should be working or not, and updates accordingly. |
| toggle_disable | Toggles whether or not researched_disabled is, yknow, disabled |
Var Details
research_disabled 
if TRUE, someone manually disabled us via console.
working 
if TRUE, we are currently operational and giving out research points.
Proc Details
fix_emp
Callback to un-emp the server afetr some time.
get_status_text
Gets status text based on this server's status for the computer.
refresh_working
Checks if we should be working or not, and updates accordingly.
toggle_disable
Toggles whether or not researched_disabled is, yknow, disabled