View Single Post
      12-04-2012, 10:17 AM   #44
Fishjr
Enlisted Member
16
Rep
49
Posts

Drives: Daily Driver
Join Date: Jul 2012
Location: GA

iTrader: (0)

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