pai ![code/controllers/subsystem/pai.dm 1](git.png)
Vars | |
candidates | List of pAI candidates, including those not submitted. |
---|---|
pai_card_list | All pAI cards on the map. |
submit_spam | Prevents a pAI from submitting itself repeatedly and sounding an alert. |
Procs | |
recruit_window | This is the primary window proc when the pAI candidate hud menu is pressed by observers. |
submit_alert | Pings all pAI cards on the station that new candidates are available. |
Var Details
candidates ![code/controllers/subsystem/pai.dm 6](git.png)
List of pAI candidates, including those not submitted.
pai_card_list ![code/controllers/subsystem/pai.dm 8](git.png)
All pAI cards on the map.
submit_spam ![code/controllers/subsystem/pai.dm 10](git.png)
Prevents a pAI from submitting itself repeatedly and sounding an alert.
Proc Details
recruit_window
This is the primary window proc when the pAI candidate hud menu is pressed by observers.
@params {mob} user The ghost doing the pressing.
submit_alert
Pings all pAI cards on the station that new candidates are available.