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*
ID:192428
![]() Jun 21 2002, 10:20 pm
|
|
![]() Jun 21 2002, 10:21 pm
|
|
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)
|
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.
|
Ok cool *wipes sweat under arm pits*
So Kunark, is it true that there is no wrong way to eat a Reeses? |
/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!" |
I agree, I didn't know what to think when I read that, well because the code makes no sense and is totally wrong.
|
/*===========================*\
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]; |
I wouldn't know I generally skip most of the things I see on the HUB, and only look at a few I like.
|
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
|
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)
|