crewtransfer 
Vars | |
| minimum_time_between_votes | Minimum length of time between automatic votes - from config. |
|---|---|
| minimum_transfer_time | Minimum shift length before automatic votes begin - from config. |
| shuttle_call_reason | What do we say when the shuttle's called |
| transfer_vote_successful | We stop calling votes if a vote passed |
| transfer_votes_attempted | Number of votes attempted total, including auto and manual votes |
Procs | |
| autocall_crew_transfer_vote | Call an crew transfer vote from the server if a vote isn't running. returns TRUE if it successfully called a vote, FALSE if it failed. |
| disable_vote | prevents the crew transfer SS from firing. |
| initiate_crew_transfer | initiates the shuttle call and logs it. |
Var Details
minimum_time_between_votes 
Minimum length of time between automatic votes - from config.
minimum_transfer_time 
Minimum shift length before automatic votes begin - from config.
shuttle_call_reason 
What do we say when the shuttle's called
transfer_vote_successful 
We stop calling votes if a vote passed
transfer_votes_attempted 
Number of votes attempted total, including auto and manual votes
Proc Details
autocall_crew_transfer_vote
Call an crew transfer vote from the server if a vote isn't running. returns TRUE if it successfully called a vote, FALSE if it failed.
disable_vote
prevents the crew transfer SS from firing.
initiate_crew_transfer
initiates the shuttle call and logs it.