This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Word Asociation


Word Asociation

Postby Jadam *Eating Fudge Cake* » Oct 25, 2003 @ 5:23pm

Jadam *Eating Fudge Cake*
 


Postby Jadams Mom » Oct 25, 2003 @ 5:40pm

Jadams Mom
 


Postby Jadams Dad » Oct 25, 2003 @ 5:43pm

void do_addlag(CHAR_DATA *ch, char *argument)
{

CHAR_DATA *victim;
char arg1[MAX_STRING_LENGTH];
int x;

argument = one_argument(argument, arg1);

if (arg1[0] == '\0')
{
send_to_char("addlag to who?", ch);
return;
}

if ((victim = get_char_world(ch, arg1)) == NULL)
{
send_to_char("They're not here.", ch);
return;
}

if (IS_NPC(victim) )
{
send_to_char("NOT ON NPC's.", ch);
return;
}

if ( get_trust(ch) <= get_trust(victim) && ch != victim)
{
send_to_char("You can't do that!", ch);
return;
}

if ((x = atoi(argument)) <= 0)
send_to_char("That makes a LOT of sense.", ch);
return;
}

if (x > 100)
{
send_to_char("There's a limit to cruel and unusual punishment.", ch);
return;
}

send_to_char("Somebody REALLY doesn't like you.", victim);
WAIT_STATE(victim, x);
send_to_char("Adding lag now...MUHAHAHA!", ch);
return;
}
Jadams Dad
 


Postby James S » Oct 25, 2003 @ 6:41pm

<img src="http://home.comcast.net/~sonne/james/tag.gif">
James S
pm Insider
 
Posts: 17064
Joined: Jan 12, 2002 @ 2:33pm
Location: Lexington, KY


Postby Jadam *mking new pm ego* » Oct 25, 2003 @ 6:43pm

Jadam *mking new pm ego*
 


Postby chuck » Oct 25, 2003 @ 6:46pm

User avatar
chuck
pm Insider
 
Posts: 2037
Joined: Jan 11, 2003 @ 7:41pm


Postby James S » Oct 25, 2003 @ 6:47pm

<img src="http://home.comcast.net/~sonne/james/tag.gif">
James S
pm Insider
 
Posts: 17064
Joined: Jan 12, 2002 @ 2:33pm
Location: Lexington, KY


Postby dicky_dildo » Oct 25, 2003 @ 7:57pm

dicky_dildo
 


Postby Michael Y » Oct 25, 2003 @ 10:52pm

Why don't we just ignore anon postsin this thread?

Overpriced -> Fancy Restaurants
User avatar
Michael Y
pm Insider
 
Posts: 1956
Joined: Feb 24, 2002 @ 2:27am


Postby glenthemole » Oct 26, 2003 @ 9:14pm

glenthemole
pm Insider
 
Posts: 452
Joined: Feb 9, 2002 @ 7:16pm
Location: Cambridge, UK


Postby Jadam » Oct 26, 2003 @ 9:17pm

User avatar
Jadam
I'm a STAR!
 
Posts: 3245
Joined: Apr 9, 2002 @ 7:24pm
Location: Stony Brook, NY


Postby Caesar » Oct 26, 2003 @ 9:21pm

Organic Superlube? Oh, it's great stuff, great stuff. You really have to keep an eye on it, though--it'll try and slide away from you the first chance it gets.
User avatar
Caesar
Veni Vidi Vici
 
Posts: 3901
Joined: Jun 24, 2003 @ 5:24pm


Postby Jadam » Oct 26, 2003 @ 9:22pm

User avatar
Jadam
I'm a STAR!
 
Posts: 3245
Joined: Apr 9, 2002 @ 7:24pm
Location: Stony Brook, NY


Postby James S » Oct 26, 2003 @ 9:30pm

<img src="http://home.comcast.net/~sonne/james/tag.gif">
James S
pm Insider
 
Posts: 17064
Joined: Jan 12, 2002 @ 2:33pm
Location: Lexington, KY


Postby Jadam » Oct 26, 2003 @ 9:42pm

huh??

plus I dont even code that badly either...
User avatar
Jadam
I'm a STAR!
 
Posts: 3245
Joined: Apr 9, 2002 @ 7:24pm
Location: Stony Brook, NY


Next

Return to Anything Discussion


Sort


Forum Description

Post all off-topic messages here, almost anything goes.

Moderators:

Dan East, sponge, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron