Turing Dispenser
Vars | |
error | Error status message |
---|---|
input_container | Contains vials for our program |
linked_storage | Where we take chemicals from |
output_container | Our output beaker |
program_amount | how much to dispense with each program item, 1 = memory, 2 = box |
programs | the program of chem datums to dispense, 1 = memory, 2 = box |
stage | Remember where we are |
stage_missing | How much we have left to dispense, if we didn't have enough |
status | 0 = idle, <0 = stuck, 1 = finished, 2 = running |
tgui_friendly_program_list | snowflake list for tgui, 1 = memory, 2 = box |
Var Details
error
Error status message
input_container
Contains vials for our program
linked_storage
Where we take chemicals from
output_container
Our output beaker
program_amount
how much to dispense with each program item, 1 = memory, 2 = box
programs
the program of chem datums to dispense, 1 = memory, 2 = box
stage
Remember where we are
stage_missing
How much we have left to dispense, if we didn't have enough
status
0 = idle, <0 = stuck, 1 = finished, 2 = running
tgui_friendly_program_list
snowflake list for tgui, 1 = memory, 2 = box