room_controller 
Vars | |
| bluespace_box | The bluespace box inside the controller |
|---|---|
| current_room_data | Data of the current room as an associative list |
| disallowed_roles | List of roles that are disallowed to use the "Depart" feature |
| inserted_id | The ID card inserted into the controller |
| room_number | The number of the hotel room |
| vanity_tags | Vanity desctiption tags |
Procs | |
| can_depart | Checks if the player's role allows them to depart. |
Var Details
bluespace_box 
The bluespace box inside the controller
current_room_data 
Data of the current room as an associative list
disallowed_roles 
List of roles that are disallowed to use the "Depart" feature
inserted_id 
The ID card inserted into the controller
room_number 
The number of the hotel room
vanity_tags 
Vanity desctiption tags
Proc Details
can_depart
Checks if the player's role allows them to depart.