void connector(int flag) - Connects the ship to the ball in Capture the Flag Mode. Flag is either 1, to virtually hold down the key, or 0, to release the key.
void dropBall() - Drops the ball in Capture the Flag Mode.
void refuel(int flag) - Refuels the ship. Flag is either 1, to virtually hold down the key, or 0, to release the key.