ID:192428
 
How many licks does it take to get to the core of a Tootsie Roll, Tootsy Pop?

A 1?

A 2?

(Crunch!!!!)

A 3......interesting


*Note to moderators, Babble is for babbling about nething, and this is anything*
I found that quite funny, thanks for cheering me up, these recent posts have put me in a worse mood than I was before they posted (these 12 hour works days aren't being nice)
In response to Nadrew
That actually made you laugh? lol cool. Did you ever see that commercial when you were younger?
I don't think the moderater will delete this post, I think they only shut down or delete posts here(babble forum) that are eather swearing in the posts, or are continuing a large flame war.
In response to Branks
Yes, I saw it, I haven't seen one in oh...6 years now.
In response to Kunark
Ok cool *wipes sweat under arm pits*

So Kunark, is it true that there is no wrong way to eat a Reeses?
In response to Nadrew
ummm *picks nose and wipes on shirt*

Nadrew, how do you cram all that gram in the Golden Gram?
In response to Nadrew
Ohh i remember the day..ladadadadadaddadadaddadadadadadadadaddadadadwhy its been like 3days
like 277 or something
In response to Soccerguy13
/me takes off shoes
mob/var/stink
mob/var/sexy
mob/verb/SeGzYnAsS()
world<<"[usr]'s feet are errupting with Stinkness!"
usr.sexy = "[usr] is feeling quite [sexy]"
sleep(70)
usr.icon_state = "SegSy BeEtCh!"
In response to Soccerguy13
hmmm, you sure?

I remember that one time...at band camp when I .....
In response to Branks
that was a little weird
In response to Branks
haha
In response to Soccerguy13
I agree, I didn't know what to think when I read that, well because the code makes no sense and is totally wrong.
In response to Nadrew
Hey wasnt there a porn game on byond?
In response to Soccerguy13
/*===========================*\
AddPL

Adds a fraction of victim's pl to attacker's
- Branks
\*=============================*/
void AddPL( gentity_t *ent, gentity_t *victim)
{
long addpl;
int oldtier;

ent->client->ps.stats[STAT_OLD_POWER_LEVEL] = ent->client->ps.persistant[PERS_POWER_LEVEL];
oldtier = ent->client->ps.persistant[PERS_TIER];
addpl = (int)(victim->client->ps.persistant[PERS_POWER_LEVEL] / 2);

ent->client->ps.persistant[PERS_POWER_LEVEL] +=addpl;
if (ent->client->ps.persistant[PERS_POWER_LEVEL] > 5000) {
ent->client->ps.persistant[PERS_POWER_LEVEL] = 5000;
}
if(ent->client->ps.stats[STAT_OLD_POWER_LEVEL] < ent->client->ps.persistant[PERS_POWER_LEVEL]) {
ent->client->ps.stats[STAT_KI] += 100;
ent->client->ps.stats[STAT_MAX_KI] += 100;
ent->client->ps.stats[STAT_STAMINA] += 20;
ent->client->ps.stats[STAT_MAX_STAMINA] += 20;
}
ent->client->powerlevel = ent->client->ps.stats[STAT_POWER_LEVEL];
In response to Soccerguy13
I wouldn't know I generally skip most of the things I see on the HUB, and only look at a few I like.
In response to Nadrew
Well i saw it and thought who ever doesnt have a life is there then i thought why arent i there i have no life....j/k
In response to Branks
That's pretty cool. I'm not much of a C++ programmer, but I do know a tiny bit (I used to know pretty good amount, until my compiler exploded with some code I did, so I chose to forget and never try again)
In response to Nadrew
i have MS Visual C++ but i cant work it..and i dont know c++
Page: 1 2