byond - Modules - TypesVar Details - Proc Details

intel_computer

Vars

activeWhether this computer is activated by the event yet
dropship_rewardHow much dropship points you get for completing the terminal
first_loginOn first login we want it to play a cool animation
logged_inhave we logged into the terminal yet?
printingIs it currently active?
printing_completeWhen we reach max progress and get the points
progressTracks how much of the terminal is completed
progress_intervalHow much progress we get every tick, up to 100
supply_rewardHow much supply points you get for completing the terminal

Procs

disable_on_hijackDeactivates this intel computer, for use on hijack
update_minimap_iconChange minimap icon if its on or off

Var Details

active

Whether this computer is activated by the event yet

dropship_reward

How much dropship points you get for completing the terminal

first_login

On first login we want it to play a cool animation

logged_in

have we logged into the terminal yet?

printing

Is it currently active?

printing_complete

When we reach max progress and get the points

progress

Tracks how much of the terminal is completed

progress_interval

How much progress we get every tick, up to 100

supply_reward

How much supply points you get for completing the terminal

Proc Details

disable_on_hijack

Deactivates this intel computer, for use on hijack

update_minimap_icon

Change minimap icon if its on or off