View Single Post
Old 10-11-2011, 11:47 AM   #4356
Pants Pants is offline
Time Keeps On Slipping
 
Pants's Avatar
 

Join Date: Sep 2004
Location: Overland Park
Casino cash: $3599900
Quote:
Originally Posted by Bearcat View Post
Thrown together, but it's a start...

Code:
while (mySearchStatus == pending)
{
    currentConferenceStatus = unstable;
    myMentalComplex = superiority;
    yourMentalComplex = butthurt;
    speculationLevel = wild; 
    thumpChest (myMentalComplex, yourMentalComplex);
    theorize (speculationLevel);
    
    checkSearchStatus();
    if (mySearchStatus == approved) {
       fap;
       exit;
    }

    if (mySearchStatus == rejected) {   
       currentConferenceStatus = stable;
       myMentalComplex = rationalization;
       yourMentalComplex = arrogantAsshole;
       shotSelfinFoot = true;
       whine (shotSelfinFoot);
     }
)


...


while (yourSearchStatus == pending)
{
    currentConferenceStatus = stable;
    myMentalComplex = rationalization;
    yourMentalComplex = delusional;
    speculationLevel = moderate; 
    thumpChest (myMentalComplex, yourMentalComplex);
    theorize (speculationLevel);
    
    checkSearchStatus();
    if (yourSearchStatus == approved) {

       myMentalComplex = rationalization;
       yourMentalComplex = arrogantAsshole;
       myEOW = near; # (end of world)
       whine (myEOW);
    }

    if (yourSearchStatus == rejected) {
   
       myMentalComplex = troll;
       yourMentalComplex = defensiveness;
       fap;       

     }
)
Holy ****ass.

__________________
"Turn the channel to 26!"
Posts: 27,414
Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.Pants has an IQ even higher than Frankie's.
    Reply With Quote