View Single Post
      10-29-2011, 06:35 PM   #5
Tony135
Lieutenant Colonel
178
Rep
1,516
Posts

Drives: ‘22 Model 3
Join Date: May 2011
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by Turbolader View Post
Are you kidding? The code would look like:

Code:
UponStart{
  Check_for_mods();
  Really_Check_for_Mods();
  Really_Really_Check_for_Mods();

  if (!Warranty) {
    int n = Rand(1);
    select case (n){
      case 1:
        Initiate_Service_Request();
        NotifyBMW();
        return;

      case 2:
        Initiate_Vanos_Failure();
        NotifyBMW();
        return;

      case 3:
        Initiate_Random_Noise();
        return;

      default:
        Initiate_HPFP_Failure();
        LowerPower(50\%);
        NotifyBMW();
        return; }
Hahahaha
Appreciate 0