Imagine being able to tell your car:

on UNAUTHORIZED_ENTRY {
  pager.sendAlphaNum(7165551234, "BREAKIN AT " + gps.getPosition());
  stereo.setVolume(stereo.getMaxVolume());
  stereo.play(stereo.getSong("Rage Against The Machine", "Take The Power Back"));
  onStar.emergency();
}

or

script SET_DRIVER_DAVID {
  stereo.loadPlaylist("david");
  seat.setRecline(seat.DRIVER, 10);
  seat.setHeight(seat.DRIVER, 5);
  seat.setFirm(seat.DRIVER, true);
  interface.setControlDimmer(interface.DIM_CONTROLS);
  mirror.setHorizontalAngle(mirror.DRIVER, -30);
  mirror.setVerticalAngle(mirror.DRIVER, -5);
  mirror.setHorizontalAngle(mirror.PASSENGER, -20);
  mirror.setVertcileAngle(mirror.PASSENGER, -5);
}

Wouldn't that be cool? This is one of the ideas I've gotten for cars. Just sort of dreamed it up one day in the middle of the night. If you work for GM maybe pass this along, eh?