nt_access

Vars | |
busy | Check if someone is printing already |
---|---|
code_color | For designating minimap color icon |
completed_segments | What segment we are on, (once this hits total, disk is printed) |
current_timer | The current ID of the timer running |
message | The flavor message that shows up in the UI upon segment completion |
running | Is a segment currently running? |
seconds_elapsed | Overall seconds elapsed |
segment_time | Time needed for the machine to generate the disc |
start_time | Time to start a segment |
technobabble | UI messages for each progress segment |
total_segments | Total number of times the hack is required |
Procs | |
complete_segment | Completes a stage of program progress |
update_minimap_icon | Change minimap icon if its on or off |
Var Details
busy

Check if someone is printing already
code_color

For designating minimap color icon
completed_segments

What segment we are on, (once this hits total, disk is printed)
current_timer

The current ID of the timer running
message

The flavor message that shows up in the UI upon segment completion
running

Is a segment currently running?
seconds_elapsed

Overall seconds elapsed
segment_time

Time needed for the machine to generate the disc
start_time

Time to start a segment
technobabble

UI messages for each progress segment
total_segments

Total number of times the hack is required
Proc Details
complete_segment
Completes a stage of program progress
update_minimap_icon
Change minimap icon if its on or off