Piloting.prototype.userTakeOff = function(state) {

  var buffer = commandToBuffer(1, "Piloting", "UserTakeOff", state);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));