byond - Modules - TypesVar Details - Proc Details

nt_access

Vars

busyCheck if someone is printing already
code_colorFor designating minimap color icon
completed_segmentsWhat segment we are on, (once this hits total, disk is printed)
current_timerThe current ID of the timer running
messageThe flavor message that shows up in the UI upon segment completion
runningIs a segment currently running?
seconds_elapsedOverall seconds elapsed
segment_timeTime needed for the machine to generate the disc
start_timeTime to start a segment
technobabbleUI messages for each progress segment
total_segmentsTotal number of times the hack is required

Procs

complete_segmentCompletes a stage of program progress
update_minimap_iconChange 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