fax_machine 
Fax machine. Sends messages, receives messages, sends paperwork, receives paperwork.
Vars | |
| can_receive_paperwork | Whether this fax machine can receive paperwork to process on SSeconomy ticks. |
|---|---|
| fax_cooldown | Cooldown between sending faxes |
| locked | Whether this fax machine is locked. |
| max_paperwork | Max amount of paperwork we can hold. Any more and the UI gets less readable. |
| received_paper | The paper received that was sent FROM admins. Reference to something in our contents. |
| received_paperwork | List of all paperwork we have in this fax machine. List of references to things in our contents. |
| receiving_enabled | Whether this machine can receive faxes |
| room_tag | The area string this fax machine is set to. |
| sending_enabled | Whether this machine can send faxes |
| stored_paper | The paper stored that we can send to admins. Reference to something in our contents. |
| unread_message | Whether we have an unread message |
Procs | |
| emag_act | Sends messages to the syndicate when emagged. |
Var Details
can_receive_paperwork 
Whether this fax machine can receive paperwork to process on SSeconomy ticks.
fax_cooldown 
Cooldown between sending faxes
locked 
Whether this fax machine is locked.
max_paperwork 
Max amount of paperwork we can hold. Any more and the UI gets less readable.
received_paper 
The paper received that was sent FROM admins. Reference to something in our contents.
received_paperwork 
List of all paperwork we have in this fax machine. List of references to things in our contents.
receiving_enabled 
Whether this machine can receive faxes
room_tag 
The area string this fax machine is set to.
sending_enabled 
Whether this machine can send faxes
stored_paper 
The paper stored that we can send to admins. Reference to something in our contents.
unread_message 
Whether we have an unread message
Proc Details
emag_act
Sends messages to the syndicate when emagged.