Animations.prototype.startAnimation = function(anim) {

  var buffer = commandToBuffer(0, "Animations", "StartAnimation", anim);

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