/tg/ Station 13 - Modules - TypesVar Details - Proc Details

messenger

Vars

messageA message to be sent when triggered
receivedPinged whenever a message is received.
received_messageContents of the last received message
ringPlays the ringtone when the input is received
ring_cdthe cooldown of the ringtone.
sender_deviceReference to the device that sent the message. Usually a PDA.
sender_jobJob title of the sender of the above
sender_nameName of the sender of the above
set_ringSet the ringtone to the input
targetsA list of PDA targets for the message to be sent

Procs

message_sentSet the cooldown after the message was sent (by us)
register_shellWe need to async send_message() because some tcomms devices might sleep. Also because of (non-existent) user tgui alerts.

Var Details

message

A message to be sent when triggered

received

Pinged whenever a message is received.

received_message

Contents of the last received message

ring

Plays the ringtone when the input is received

ring_cd

the cooldown of the ringtone.

sender_device

Reference to the device that sent the message. Usually a PDA.

sender_job

Job title of the sender of the above

sender_name

Name of the sender of the above

set_ring

Set the ringtone to the input

targets

A list of PDA targets for the message to be sent

Proc Details

message_sent

Set the cooldown after the message was sent (by us)

register_shell

We need to async send_message() because some tcomms devices might sleep. Also because of (non-existent) user tgui alerts.