View Single Post
      12-04-2012, 11:30 AM   #45
NAV8TT
Major
NAV8TT's Avatar
United_States
215
Rep
882
Posts

Drives: 2013 ///M3 E92 DCT ZCP
Join Date: Aug 2011
Location: The greatest country in the world

iTrader: (0)

Quote:
Originally Posted by Fishjr
Quote:
Originally Posted by ONE-77 View Post
Well it happened again while driving in comfort on D. It has nothing to do with Eco pro + SD.
They forgot to add a couple of lines of code. Correct code as follows:


Public void MessWithEnvironmentalMoron() {

If (shiftMonitor == etSportModezWhilstEcoPro) {

/*** Idiot switched shift lever to sport while he is in ecoPro ***/

misFire(rnd(etMaxNoCyls)); /*** scare the bejesus out of this environmentally foolish moron ***/

masterCautionChime();

sleep(60);

misFire(rnd(etMaxNoCyls)); /*** surprise moron again ***/

limpMode(etEnable); /*** punish this half-man-half-idiot with half a car ***/

sleep(Random.Next()); /*** Randomly kickoff script again for being a moron ***/

MessWithEnvironmentalMoron();


}
}
__________________
Appreciate 0