Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- // Start an automatic crew shuttle vote every hour starting with the second hour
- if(world.time > 10 * 60 * 60 * next_crew_shuttle_vote)
- next_crew_shuttle_vote++
- automatic_crew_shuttle_vote()
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement