id 
Vars | |
| assignment | The name of the assigned job by default, but can be changed freely |
|---|---|
| dorm | Determines if this ID claims a dorm or not |
| guest_pass | Guest pass attached to the ID |
| mining_points | For redeeming at mining equipment lockers |
| rank | The actual name of the job. Shouldn't be changed |
| registered_name | The name, registered on the card |
| robo_bounty | RoboQuest shit |
| total_mining_points | Total mining points earned on the current Shift. |
Procs | |
| GetAccess | Returns the access list for this ID card. |
| GetID | Returns the ID card object itself. |
| RebuildHTML | Rebuilds the HTML content for the ID card. |
| getPlayer | Returns the player mob associated with this ID card. |
| getPlayerCkey | Returns the ckey of the player mob associated with this ID card. |
| getRankAndAssignment | Returns the rank and assignment string for this ID card. |
| is_untrackable | Returns whether this ID card is untrackable by AIs. |
| update_label | Updates the name and ru_names of the ID card.
Takes optional newname and newjob parameters to set custom values. |
Var Details
assignment 
The name of the assigned job by default, but can be changed freely
dorm 
Determines if this ID claims a dorm or not
guest_pass 
Guest pass attached to the ID
mining_points 
For redeeming at mining equipment lockers
rank 
The actual name of the job. Shouldn't be changed
registered_name 
The name, registered on the card
robo_bounty 
RoboQuest shit
total_mining_points 
Total mining points earned on the current Shift.
Proc Details
GetAccess
Returns the access list for this ID card.
GetID
Returns the ID card object itself.
RebuildHTML
Rebuilds the HTML content for the ID card.
getPlayer
Returns the player mob associated with this ID card.
getPlayerCkey
Returns the ckey of the player mob associated with this ID card.
getRankAndAssignment
Returns the rank and assignment string for this ID card.
is_untrackable
Returns whether this ID card is untrackable by AIs.
update_label
Updates the name and ru_names of the ID card.
Takes optional newname and newjob parameters to set custom values.