/tg/ Station 13 - Modules - TypesVar Details - Proc Details

crewtransfer

Vars

minimum_time_between_votesMinimum length of time between automatic votes - from config.
minimum_transfer_timeMinimum shift length before automatic votes begin - from config.
shuttle_call_reasonWhat do we say when the shuttle's called
transfer_vote_successfulWe stop calling votes if a vote passed
transfer_votes_attemptedNumber of votes attempted total, including auto and manual votes

Procs

autocall_crew_transfer_voteCall 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_voteprevents the crew transfer SS from firing.
initiate_crew_transferinitiates 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.