Bar opens at 8

All the mad cows post in here..... beware of Vrooming fruitbats.

Moderators: KiLlEr, HELLFIRE, Taurec

Taurec
Drill Sergeant.
Drill Sergeant.
Posts: 9247
Joined: Tue Oct 08, 2002 7:27 pm
Location: Diagonal parked in a parallel universe...
Contact:

Post by Taurec »

You discovered it after waking up sober ?? :-P :twisted: :twisted:

*Serves a "I want to forget #1" *

This week I'm having Bootcamp so won't be around much.
Behave minions!!!

Some help picking up women.. ;)

Code: Select all


if (WomanOfDreamsProximity == "Close") {
   VoicePitch = VoicePitch - 10db;
   EyeStatus = "Wink";
   if (Hair == "Messy") {
      SpitOnHand(StyleHair);
   }
   Spray(BreathFreshener);
   if (BreathFreshenerDestination == "Eyeball") {
       CryLikeABaby();
       Run(away);
       exit;
   }
   loop while (DistanceToWoman > 0) {
       if ((DistanceToWoman mod 2) = 0) {
          MoveLeftFoot(forward);
       } else {
          MoveRightFoot(forward);
       }
   }
   Begin(Conversation);
   if (ConversationResponse == "Hostile") {
      exit;
   } else {
      Giggle(LikeSchoolgirl);
      InviteWoman(Home);
   }
}
-

"Can I help you?, "you know this section is.." she broke off her sentence as the man walked towards her and nodded, "I think you can Captain".
Tessa looked down, "I haven't been called Captain in 4 years," Wha..what do you want?"
He gave her a devious grin, "I'm here to make sure you keep your promise."
-
๏̯͡๏﴿ <- they know....
█████████
█▄█████▄█
█▼▼▼▼▼
█ Raaaaaaaaawr!!!
█▲▲▲▲▲
█████████
__██____██___

KiLlEr
Happy-Go-Lucky Button Pusher
Happy-Go-Lucky Button Pusher
Posts: 3026
Joined: Tue Aug 19, 2003 1:15 am
Location: I'm lost in the evil lands, of soccer-mom piloted minivans...
Contact:

Post by KiLlEr »

there is a bug in the program.

You're missing this code before "Begin(Conversation); "

Code: Select all

if ( female.MALECOMPANION.exists() && female.MALECOMPANION != this )
{
     if ( female.MALECOMPANION.BUILDTYPE < this.BUILDTYPE )
     {
          this.KICKASS( female.MALECOMPANION ) ;
     }
     else
     {
        if (!this.CELLPHONE.exists() )
        {
              exit( "ERROR: Insufficent BUILDTYPE with missing CELLPHONE") ;
        }
        
       if ( this.FRIENDS_LIST.num_entries > 0 )
       {
              using( this.CELLPHONE )
              {
                  possie = pInvoke( this.FRIENDS_LIST, FAVOR_GLOBAL ) ;
              }
              possie.KICKASS( female.MALECOMPANION, KICKASS_OPTIONS.ALUMINIUM_BAT) ;
        }
        else
        {
              exit( "ERROR: Insufficient BUILDTYPE and empty FRIENDS_LIST ") ;
        }
    }
}
Forum gfx policy*General policy*Modbot info*Posting FMP Spoilers*Posting Spoilers
"Our users will know fear and cower before our software! SHIP IT! Ship it and let them flee like the dogs they are!"
- Anonymous Klingon Software Developer

User avatar
JelliCelli
Iron Pipe
Iron Pipe
Posts: 351
Joined: Fri Jul 22, 2005 9:36 pm
Location: New Yawk

Post by JelliCelli »

OMG, I'm hoping you didn't actually write that :-o
Image

KiLlEr
Happy-Go-Lucky Button Pusher
Happy-Go-Lucky Button Pusher
Posts: 3026
Joined: Tue Aug 19, 2003 1:15 am
Location: I'm lost in the evil lands, of soccer-mom piloted minivans...
Contact:

Post by KiLlEr »

I did. cuz I'm sick in the head. :twisted:
Forum gfx policy*General policy*Modbot info*Posting FMP Spoilers*Posting Spoilers
"Our users will know fear and cower before our software! SHIP IT! Ship it and let them flee like the dogs they are!"
- Anonymous Klingon Software Developer

User avatar
Esyla
Crossbow
Crossbow
Posts: 601
Joined: Sat Jan 03, 2004 1:19 am
Location: stuck butt first in the trash can
Contact:

Post by Esyla »

note to self: never again mix cold medicine, birthcontrol and alcohol. they dont like eachother and taking them all in one day makes your body angry.
Violence is not the answer....duct tape is.
The library is my base of operations
"You could be crazy drunk, tripping balls on mushrooms, getting a bj and still beat Oblivion on very easy."
"It couldn't have been me, I'm too busy building probes."

KiLlEr
Happy-Go-Lucky Button Pusher
Happy-Go-Lucky Button Pusher
Posts: 3026
Joined: Tue Aug 19, 2003 1:15 am
Location: I'm lost in the evil lands, of soccer-mom piloted minivans...
Contact:

Post by KiLlEr »

Hmmmm..

B/C - for sex (or regulation of period, but for the argument, lets say for sex)
Alcohol - Makes you think you want to have sex, but you get too dizzy and unbalanced to "shove the torpedo in the launch tube"
cold medicine - Makes you acurracy even worse, and makes you fall asleep

thats a horrid combination... Unless you want to torture the hell out of yourself. :twisted:
Forum gfx policy*General policy*Modbot info*Posting FMP Spoilers*Posting Spoilers
"Our users will know fear and cower before our software! SHIP IT! Ship it and let them flee like the dogs they are!"
- Anonymous Klingon Software Developer

Taurec
Drill Sergeant.
Drill Sergeant.
Posts: 9247
Joined: Tue Oct 08, 2002 7:27 pm
Location: Diagonal parked in a parallel universe...
Contact:

Post by Taurec »

*falls off chair laughing* ...

Damn the CEH course is great ... to bad they made me sign a NDA... :twisted:
-

"Can I help you?, "you know this section is.." she broke off her sentence as the man walked towards her and nodded, "I think you can Captain".
Tessa looked down, "I haven't been called Captain in 4 years," Wha..what do you want?"
He gave her a devious grin, "I'm here to make sure you keep your promise."
-
๏̯͡๏﴿ <- they know....
█████████
█▄█████▄█
█▼▼▼▼▼
█ Raaaaaaaaawr!!!
█▲▲▲▲▲
█████████
__██____██___

User avatar
HELLFIRE
Rezident GunBunny
Rezident GunBunny
Posts: 9569
Joined: Mon Mar 03, 2003 12:42 am
Location: the fine line between creative genius and insanity
Contact:

Post by HELLFIRE »

@CPOK
three words: M... 79... frag...

@Killer
N1!!

@Tau
trade you my voip notes for the CEH course material
SEARCH Function | Forum Rules | Forum Fansubs Policy | Boku-Tachi Novel FAQ
---
On a good day, a Tomahawk can fly into the door of a two-car garage at the distance of several hundred miles. And that can ruin your whole day.

Kelek
Cannon
Cannon
Posts: 1273
Joined: Thu Jun 10, 2004 1:32 am

Post by Kelek »

Lol, love the programming.

/me buys everyone a round

:D

Taurec
Drill Sergeant.
Drill Sergeant.
Posts: 9247
Joined: Tue Oct 08, 2002 7:27 pm
Location: Diagonal parked in a parallel universe...
Contact:

Post by Taurec »

*Serves orders*

And Happy Singles awareness day people !!!


Hey kelek .. you an astronaut yet?
-

"Can I help you?, "you know this section is.." she broke off her sentence as the man walked towards her and nodded, "I think you can Captain".
Tessa looked down, "I haven't been called Captain in 4 years," Wha..what do you want?"
He gave her a devious grin, "I'm here to make sure you keep your promise."
-
๏̯͡๏﴿ <- they know....
█████████
█▄█████▄█
█▼▼▼▼▼
█ Raaaaaaaaawr!!!
█▲▲▲▲▲
█████████
__██____██___

Taurec
Drill Sergeant.
Drill Sergeant.
Posts: 9247
Joined: Tue Oct 08, 2002 7:27 pm
Location: Diagonal parked in a parallel universe...
Contact:

Post by Taurec »

<BIG GRIN> !!!!

Wooohooo I made it .. got certified!!! *parties*

@HF I'll try to gather some intel that helped me.
But they were pretty sharp when it came to try and smuggle out course material.

*Buys a round for everyone*
-

"Can I help you?, "you know this section is.." she broke off her sentence as the man walked towards her and nodded, "I think you can Captain".
Tessa looked down, "I haven't been called Captain in 4 years," Wha..what do you want?"
He gave her a devious grin, "I'm here to make sure you keep your promise."
-
๏̯͡๏﴿ <- they know....
█████████
█▄█████▄█
█▼▼▼▼▼
█ Raaaaaaaaawr!!!
█▲▲▲▲▲
█████████
__██____██___

User avatar
Chief Petty Officer Klerk
Natural Born Nutcase
Posts: 1888
Joined: Fri Sep 19, 2003 11:02 pm
Location: South East Queensland, Australia

Post by Chief Petty Officer Klerk »

W007! congrats Tau...your shout!
Anime: its not about the big guns, Its about the bouncies!
Image
I was taught to kill, not to make them look pritty for a casket funeral. -me
C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." -- Bjarne Stroustrup

User avatar
Eisenmann
Iron Pipe
Iron Pipe
Posts: 286
Joined: Sat Jul 16, 2005 11:18 am
Location: Germany

Post by Eisenmann »

lumbering is fun...

User avatar
Miz~Chidori
Firecracker
Firecracker
Posts: 402
Joined: Sun May 22, 2005 1:19 pm
Location: Never in one place long ~
Contact:

Post by Miz~Chidori »

Taurec wrote:*Serves orders*

And Happy Singles awareness day people !!!
Taurec wrote:<BIG GRIN> !!!!

Wooohooo I made it .. got certified!!! *parties*
Certified single? *feels like she's missed something*

User avatar
HELLFIRE
Rezident GunBunny
Rezident GunBunny
Posts: 9569
Joined: Mon Mar 03, 2003 12:42 am
Location: the fine line between creative genius and insanity
Contact:

Post by HELLFIRE »

...that too prolly MizChidori. Actually, I think that certification applies to alot of us anyways...

Tall and cold pls Barkeep. Study Break ended up as alot of Break, not
much Study... and now I got midterms I didn't study for :doh:
SEARCH Function | Forum Rules | Forum Fansubs Policy | Boku-Tachi Novel FAQ
---
On a good day, a Tomahawk can fly into the door of a two-car garage at the distance of several hundred miles. And that can ruin your whole day.

Post Reply