communications 
Vars | |
| authorize_access | The access that the card had on login |
|---|---|
| authorize_job | The name of the job of the user who logged in |
| authorize_name | The name of the user who logged in |
| battlecruiser_called | If the battlecruiser has been called |
| cyborg_state | The current state of the UI for AIs |
| important_action_cooldown | Cooldown for important actions, such as messaging CentCom or other sectors |
| messages | The messages this console has been sent |
| send_cross_comms_message_timer | The timer ID for sending the next cross-comms message |
| state | The current state of the UI |
| syndicate | Whether syndicate mode is enabled or not. |
Procs | |
| authenticated | Are we a silicon, OR logged in? |
| authenticated_as_non_silicon_captain | Are we NOT a silicon, AND we're logged in as the captain? |
| authenticated_as_silicon_or_captain | Are we a silicon, OR we're logged in as the captain? |
| can_purchase_this_shuttle | Returns whether we are authorized to buy this specific shuttle. Does not handle prerequisite checks, as those should still show. |
| has_communication | Returns whether or not the communications console can communicate with the station |
| override_cooldown | Override the cooldown for special actions Used in places such as CentCom messaging back so that the crew can answer right away |
Var Details
authorize_access 
The access that the card had on login
authorize_job 
The name of the job of the user who logged in
authorize_name 
The name of the user who logged in
battlecruiser_called 
If the battlecruiser has been called
cyborg_state 
The current state of the UI for AIs
important_action_cooldown 
Cooldown for important actions, such as messaging CentCom or other sectors
messages 
The messages this console has been sent
send_cross_comms_message_timer 
The timer ID for sending the next cross-comms message
state 
The current state of the UI
syndicate 
Whether syndicate mode is enabled or not.
Proc Details
authenticated
Are we a silicon, OR logged in?
authenticated_as_non_silicon_captain
Are we NOT a silicon, AND we're logged in as the captain?
authenticated_as_silicon_or_captain
Are we a silicon, OR we're logged in as the captain?
can_purchase_this_shuttle
Returns whether we are authorized to buy this specific shuttle. Does not handle prerequisite checks, as those should still show.
has_communication
Returns whether or not the communications console can communicate with the station
override_cooldown
Override the cooldown for special actions Used in places such as CentCom messaging back so that the crew can answer right away