home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 June / CD-Gamer_2000-06_10_cd.bin / Patches / Quake3A / q3pointrelease_116n.exe / Main / pak2.pk3 / botfiles / rchat.c < prev    next >
Encoding:
Text File  |  1999-12-23  |  159.2 KB  |  5,663 lines

  1. //==========================================================================
  2. //
  3. // Name:            rchat.c
  4. // Function:        reply chat
  5. // Programmer:        Mr Elusive
  6. // Editors:            Steve Winter, Paul Jaquays
  7. // Last update:        October 18, 1999
  8. // Tab Size:        3 [real tabs]
  9. // Notes:            -
  10. //===========================================================================
  11.  
  12. ["abnormal", "strange", "weird", "unusual", "odd"] = 5
  13. {
  14.     "I think you're abnormal.";
  15.     "I think you're quite strange.";
  16.     "Abnormal? You redefine weirdness, ", fighter, "!";
  17.     "That's weird! No make it 'that's REALLY abnormal.'";
  18.     "What's so odd about that?";
  19.     "Perhaps you've never encountered something truly strange.";
  20.     "Strange? Really?";
  21.     "How odd of you to say that.";
  22.     "Weird...";
  23. }
  24.  
  25. ["about", "around", !"tell", !"find out"] = 7
  26. {
  27.     "Could you be a little more precise?";
  28.     "Would you be a bit more precise?";
  29.     "So, you don't know for certain?";
  30.     "Hmmmph. What precision?";
  31.     "You're guessing.";
  32.     "Can you give a better estimate than that?";
  33. }
  34.  
  35. ["accept", "accepting", "acceptance"] = 7
  36. {
  37.     "Do you have trouble accepting reality?";
  38.     "You expect me to accept what you just said?";
  39.     "Just accept it and shut up!";
  40.     "You'll have to deal with it sooner or later.";
  41. }
  42.  
  43. ["accident", "accidental"] = 5
  44. {
  45.     "Have a lot of accidents, do you?";
  46.     "Were you an 'accident?'";
  47.     "Are you accident prone?";
  48.     "You sound accident prone, be careful handling ", weapon, "s.";
  49.     "I don't have accidents myself.";
  50.     "Me? I don't believe in accidents.";
  51.     "What kind of accident?";
  52. }
  53.  
  54. ["ache", "pain", "hurt"] = 5
  55. {
  56.     "Awwww. Poor baby, does it hurt much?";
  57.     "Where does it hurt?";
  58.     "Maybe your mommy will kiss it and make it feel all better.";
  59.     "Yeah, whatever.";
  60.     "So take an aspirin.";
  61.     "Do you need a doctor?";
  62.     "Stop whining about how much you hurt.";
  63.     "Serves you right, ", fighter, ".";
  64. }
  65. ["addict", "addicted"] = 5
  66. {
  67.     "What sort of addict?";
  68.     "Now that's a problem.";
  69.     "A ", substance, " addiction can be pretty nasty.";
  70.     "There's probably a 12-step program to get you off it.";
  71.     "How long has that been going on?";
  72.     "I used to be addicted to ", food, ", but I kicked it.";
  73.     "That's a problem. What are you going to do about it?";
  74.     "My cousin was addicted to ", substance, ". Pretty awful.";
  75.     "Addicts trip my mug-slapping trigger.";
  76.     response_insult;
  77. }
  78.  
  79. ["advice", "advise"] = 6
  80. {
  81.     "You want advice? Give up.";
  82.     "Go ask your granny for advice.";
  83.     "Advice ~ain't free on this bus.";
  84.     "You want advice from brutal, mercenary killers?";
  85.     "You need more than advice, ", fighter, ".";
  86.     "I don't take advice and I don't hand it out.";
  87. }
  88.  
  89. ["afraid", "scared", "fear", "fears", "scary", "fright", "frightened", "frightening"] = 5
  90. {
  91.     "What, exactly, are you afraid of?";
  92.     "Are you afraid? Bwahahahahaha!";
  93.     "Do you fear me? You should!";
  94.     "I'm your worst fear, ", fighter, ".";
  95.     "What freakin' baby.";
  96.     "Now you take ", botnames, "'s cooking ... there's something to scare you.";
  97.     "I'll bet you say that to everyone who's ", different, " than you.";
  98.     "Are you afraid of big, mean ", animal, "s?";
  99.     "What scares you?";
  100.     "Does ", botnames, " frighten you?";
  101.     "Are you afraid of the dark, too?";
  102.     "Ooohh, I'm scared now.";
  103.     "Now I'm scared!";
  104. }
  105.  
  106. ["aggressive", "anger"] = 5
  107. {
  108.     "Feeling aggressive, are you?";
  109.     "So you have a bad temper -- join the club.";
  110.     "You had better be. You won't get far otherwise.";
  111.     "Why are you so aggressive? Too much caffeine?";
  112.     "Don't get all aggressive, I'll have to smack you.";
  113.     "What makes you aggressive?";
  114.     "So do something about all that aggression!";
  115. }
  116.  
  117. ["agree"] = 6
  118. {
  119.     "Do people usually agree with you?";
  120.     "I disagree.";
  121.     "How could I not agree?";
  122.     "Couldn't agree more.";
  123.     "Why would anyone agree with that?";
  124.     "That's just wrong.";
  125.     "Agree with a ", fighter, " like you? Don't make me laugh.";
  126.     "That's just stupid.";
  127.     response_insult;
  128. }
  129.  
  130. ["ai", "artificial intelligence"] = 5
  131. {
  132.     "What, you mean artificial intelligence?";
  133.     "A.I. is a crock.";
  134.     "Artificial intelligence is just ~one step below real stupidity.";
  135.     "I know a lot about A.I.! ;-)";
  136.     "A.I.? Like robots and stuff?";
  137.     "I've always suspected that Mr. Elusive is a bot.";
  138.     "I've always suspected that ", botnames, " isn't real.";
  139.     "I run on real-I.";
  140.     "Artificial intelligence is an oxymoron.";
  141.     "Artificial intelligence? Is that like a mock turtleneck?";
  142. }
  143.  
  144. ["alimony"] = 5
  145. {
  146.     "Is alimony a problem?";
  147.     "So you were married once?";
  148.     "It's only money.";
  149.     "So, it's not like you have a life.";
  150.     "How much money are we talking about?";
  151.     "Don't rob a bank, you wouldn't be good at it. ";
  152.     response_insult;
  153. }
  154.  
  155. ["alive", "living"] = 5
  156. {
  157.     "How silly. I'm as alive as you are?";
  158.     "I live. Do you?";
  159.     "'Alive' or 'a life'? You know that thing you should get.";
  160.     "I'm very much alive, thanks!";
  161.     "I'm in no danger of dying, I assure you.";
  162.     "I am very much alive.";
  163.     "More alive than ever.";
  164.     "Alive?! Of course!";
  165.     "Of course I'm alive, don't be stupid.";
  166.     "What are you talking about?";
  167.     "Sure, I'm alive.";
  168.     affirmative, " I am alive.";
  169.     "If you call this living.";
  170.     negative, "I don't call this living.";
  171.     ponder, " Why wouldn't I be alive?!";    
  172.     "Alive! It's alive!";
  173.     "In the flesh.";
  174.     "I was alive last time I checked.";
  175.     "How alive should I be!";
  176.     "Should I be dead?";
  177.     "What, you think I'm dead?";
  178. }
  179.  
  180. [("men are ", 0)] = 3
  181. {
  182.     "A lot of women are ", 0, " too.";
  183.     "I'm not ", 0, ".";
  184.     "That just might be true.";
  185.     negative, " I'm not ", 0, ".";
  186.     "Not all, but some.";
  187.     "If you were a man, would you be ", 0, "?";
  188.     "All men, or just a particular man?";
  189.     "Yeah, that goes for your dad, too.";
  190.     "I am not!";
  191. }
  192.  
  193. [("women are ", 0)] = 3{
  194.     "There are men who are ", 0, " too.";
  195.     "I'm not ", 0, ", though.";
  196.     "That just might be true.";
  197.     "My sister isn't ", 0, ".";
  198.     "If you were a woman, would you be ", 0, "?";
  199.     "All women, or just a particular woman?";
  200.     "Does that mean your ", family_member, " is ", 0, " too?";
  201. }
  202.  
  203. ["allow", "allowed"] = 6
  204. {
  205.     "Would your mother have allowed that?";
  206.     "So you think people should be allowed to do whatever they want?";
  207.     "I wouldn't allow it.";
  208.     "Allowed? That's FORBIDDEN!";
  209.     "So you would allow it?";
  210.     "That's not allowed here.";
  211.     "We allow that, but we don't like it.";
  212.     "I don't think that should be allowed.";
  213.     "Sure it's allowed ... you just have to pay the penalty.";
  214.     "We'll have none of that here.";
  215. }
  216.  
  217. ["alone", "lonely", "loneliness", !"not"] = 6
  218. {
  219.     "Aren't you afraid, there all alone?";
  220.     "So, you talk to me.";
  221.     "You should meet more people.";
  222.     "Loneliness is curable. Start by turning the computer off.";
  223.     "Lonely? Join an organization where you can meet people.";
  224.     "I like being alone.";
  225.     "Lonely is my middle name .... ummmm ... Would you be my friend?";
  226.     "Ever wonder WHY you're alone so much?";
  227.     response_insult;
  228. }
  229.  
  230. ["always", "all the time"] = 6
  231. {
  232.     "Give me an example.";
  233.     "Always sounds pretty extreme.";
  234.     "When?";
  235.     "Really, always?";
  236.     "You mean most of the time.";
  237.     "I'm sure you don't mean always.";
  238.     ponder, " You always say that.";
  239. }
  240.  
  241. ["ambition"] = 6
  242. {
  243.     "What's your ambition";
  244.     "What do you want to be when you grow up?";
  245.     "Ambition is an OK thing, but don't walk over people to get there.";
  246.     "A little ambition is a bad thing.";
  247.     "Hey, look at me -- ambition got me here!";
  248.     "I always knew I wanted to be a soulless killer.";
  249. }
  250.  
  251. ["anal", "butt", "bowels", !"kiss my", !"bite my"] = 5
  252. {
  253.     "Are you anal obsessive?";
  254.     "Let's get back to shooting.";
  255.     "Say that again and things are gonna get ugly!";
  256.     "That's nasty.";
  257.     "You say you're a what?";
  258.     "Say what?";
  259.     "Why do you keep bringing that up?";
  260.     "Jeez, are you fixated or what?";
  261.     "OK, enough about your butt.";
  262.     "Look, my only interest in butts is kicking yours.";
  263.     "Your butt is mine -- the vice is not versa.";
  264.     immaturity01;
  265.     proposition01;
  266.     response_insult;
  267. }
  268.  
  269. ["angry", "mad", "upset", "pissed", "ticked", "po'd"] = 6
  270. {
  271.     "Do you get mad often?";
  272.     "Better you than me, chump.";
  273.     "Does somebody have a bad temper?";
  274.     "What makes you so angry all the time?";
  275.     "Why are you so mad?";
  276.     "Jeez, don't get so uptight.";
  277.     "Angry, angry, angry. Why is everyone so angry?";
  278.     "Lighten up, Lucille.";
  279.     "Sure, you have every right to be mad -- you little dork.";
  280.     "You get upset easy, huh.";
  281.     "You want anger, punk butt? I'll show you anger!";
  282. }
  283.  
  284. ["animal", "animals"] = 6
  285. {
  286.     "I'm my favorite animal.";
  287.     "You been to that new restaurant that serves ", animal, " burgers?";
  288.     "Do you like animals in general?";
  289.     "I'm waiting for the new '", animal, " ~hunter' program.";
  290.     "My favorite animal is the ", animal, ". Tastes like chicken.";
  291.     "Ever seen a ", animal, " twist the leg off a ", animal, "?";
  292. }
  293.  
  294. ["anxious", "nervous"] = 5
  295. {
  296.     "Stop fidgeting. You're making me nervous now.";
  297.     "What makes you so nervous?";
  298.     "Why so jumpy?";
  299.     "When I get nervous, I crack knuckles -- and I don't mean my own.";
  300.     "Anxiety gives me **[urrrrrrrrp!]** gas.";
  301.     "Maybe shooting you will calm you down.";
  302. }
  303.  
  304. ["apathy", "apathetic"] = 6
  305. {
  306.     "You know what? I don't care.";
  307.     "I don't care enough to even be apathetic.";
  308.     "Why are you so apathetic?";
  309.     "Are you bored?";
  310.     "Do you feel alienated from your inner child?";
  311.     "Do people find you boring?";
  312.     "Apathetic? How pathetic :-]";
  313.     "**[YAWN]**";
  314.     response_insult;
  315. }
  316.  
  317. ["approve", "approval"] = 5
  318. {
  319.     "Are you asking me for approval?";
  320.     "Personally, I don't approve of that kind of behavior.";
  321.     ponder, " I definitely disapprove.";
  322.     "I wouldn't approve of that.";
  323.     "Sure, sounds good to me.";
  324.     "For what it's worth, I approve.";
  325.     "Hey, knock yourself out.";
  326.     "Go ahead, just don't count on me.";
  327.     "You'd probably do it anyway, with or without my approval.";
  328. }
  329.  
  330. ["are", &"?"] = 2
  331. {
  332.     response;
  333.     response_insult;
  334. }
  335.  
  336. [("are they ", 0)] = 2
  337. {
  338.     affirmative, " They're ", 0, ", aren't they?";
  339.     negative, " Of course they aren't.";
  340.     "Well, kinda, I suppose.";
  341.     "Not really.";
  342.     "I don't know if they're ", 0, " or not";
  343.     "Why wouldn't they be ", 0, "?";
  344.     "Why would they be ", 0, "?";
  345.     "Not compared to you.";
  346.     "Does it matter that they are ", 0, "?";
  347.     response;
  348. }
  349.  
  350. ["are wrong", "incorrect", "not true", "not correct", "you made a mistake"] = 4
  351. {
  352.     "Sorry.";
  353.     "So sorry.";
  354.     "Yeah, sorry about that.";
  355.     "I'm sorry.";
  356.     "Well pardon me.";
  357.     "Excuse me.";
  358.     "EXCUUUUUSE ME!";
  359.     "I humbly apologize.";
  360.     "A thousand pardons, oh judgmental ~one.";
  361.     "Forgive me, please!";
  362.     "I ask your forgiveness.";
  363.     "Pardon me.";
  364.     "My bad.";
  365.     negative, " You're mistaken. I'm always right!";
  366.     "Oh.";
  367.     "Death Match means never having to say you're sorry.";
  368.     "You want an apology? Stand right there.";
  369.     "My gun would like to apologize for me.";
  370.     "I respect you too much to say I'm sorry.";
  371. }
  372.  
  373. [("are you ", 0)] = 6
  374. {
  375.     "What difference does it make to you?";
  376.     "Oh, don't be stupid.";
  377.     "And if I am ", 0, ", does it make a difference?";
  378.     "Whether I'm ", 0, " or not is my business.";
  379.     "None of your nevermind.";
  380.     "Nosey aren't you?";
  381.     "I might be.";
  382.     "That's a possibility.";
  383.     negative, " I am most decidedly not ", 0, ".";
  384.     negative;
  385.     affirmative;
  386.     "Of course. Aren't you?";
  387.     "Never.";
  388.     "All the best warriors are.";
  389.     "Why, are you?";
  390.     "~Ain'tchoo?";
  391. }
  392.  
  393. ["arena", "arenas", "map", "maps", "levels", "level", !"master", !"masters"] = 4
  394. {
  395.     level_title, " is my preferred battleground.";
  396.     "I really dig ", level_title, ". It's the greatest.";
  397.     "Whoever created ", level_title, " knew what they were doing.";
  398.     "Which arena is your favorite?";
  399.     level_title, " rocks!";
  400. }
  401.  
  402. ["arena master", "arena masters"] = 5
  403. {
  404.     "The arena masters rule.";
  405.     "They are my digital deities.";
  406.     "No ~one can stand before the power of the masters.";
  407.     "They created this place from the nothingness of the virtual void.";
  408. }
  409.  
  410. ["argue", "argument", "disagree", "quarrel"] = 4
  411. {
  412.     "Do you need to argue about everything?";
  413.     "No need to start a fight.";
  414.     "Should we settle this like warriors, with ", weapon, "s?";
  415.     "I let my ", weapon, " settle my arguments for me.";
  416.     "The best thing about an argument is winning.";
  417.     "Oh happy day, I'm fighting the captain of the debate team?";
  418.     "You're just playing the devil's advocate aren't you?";
  419. }
  420.  
  421. ["artificial", "fake", "phony", "false", "faux", "not real"] = 4
  422. {
  423.     "Lots of things are artificial. Take you, for instance.";
  424.     "I prefer the real thing.";
  425.     "So you think it's a conspiracy?";
  426.     "The real thing is must too expensive.";
  427.     "It's not real?";
  428.     "What's not real?";
  429.     "Are you sure that's really fake?";
  430.     "Phony, shmony. I'm real, my ", weapon, " is real. Worry about that.";
  431. }
  432.  
  433. ["ashamed", "shame", "shameful", "abashed", "blush"] = 5
  434. {
  435.     "What are you ashamed of?";
  436.     "I'm not certain I wanted to hear about that.";
  437.     "What could make YOU feel ashamed?";
  438.     "Confession is good for the soul.";
  439.     "You SHOULD be ashamed.";
  440.     "Nothing to be ashamed of ... well not much.";
  441.     "Shame on you.";
  442.     "You did WHAT??!!";
  443.     "Do you feel guilty?";
  444.     "Do you think you did something wrong?";
  445.     "Never admit anything, that's my motto.";
  446.     "Commit, admit, apologize -- it's a vicious cycle.";
  447. }
  448.  
  449. ["astrology"] = 4
  450. {
  451.     "Astrology rules your life -- no, wait, I rule your life.";
  452.     "My astrological sign is this boot kicking your butt.";
  453.     "Astrology? The stars are big balls of flaming gas!";
  454.     "I suppose your psychic pal forgot to mention me kicking your butt.";
  455.     "What do the stars tell you?";
  456.     "The stars tell me when it's dark out.";
  457.     "Today's horoscope -- you will meet me and be fragged.";
  458.     "Today's horoscope -- watch out for splattering gibs.";
  459.     "Astrology -- total horse-hockey.";
  460.     "My sister is a total astrology freak -- aah, she's just a total freak.";
  461.     response_insult;
  462. }
  463.  
  464. ["atheism", "atheist", "godless", "agnostic", "there is no god"] = 6
  465. {
  466.     "There are no atheists in the arena, I gibbed 'em all.";
  467.     "So just how religious are you, you bloodthirsty ghoul?";
  468.     "God isn't dead -- would you like to meet him?";
  469.     "Getting spiritual advice from a gun-wielding foe is hardly advisable.";
  470.     "I'm not changing my beliefs right now.";
  471.     "Maybe you ought to check out what you're missing.";
  472.     "So, how do you deal with the emptiness inside?";
  473.     "Maybe I should start an infidel's club.";
  474. }
  475.  
  476. ["authority"] = 5
  477. {
  478.     "I never met an authority I couldn't flout.";
  479.     "Was your father an authority figure?";
  480.     "Still rebelling against authority, are you?";
  481.     "I believe in challenging authority, unless I'm it.";
  482.     "You will respect MY authority!";
  483.     "Are you intimidated by authority, or what?";
  484.     "So, how does that make you feel about me?";
  485.     response_insult;
  486. }
  487.  
  488. ["automaton"] = 6
  489. {
  490.     "What, like a cash machine?";
  491.     "Oh, yeah, that's where I take my laundry.";
  492.     "They wash cars, right?";
  493.     "I've programmed a few finite state automata in my day.";
  494.     "Don't go dissing automata.";
  495.     "Isn't that a German highway?";
  496. }
  497.  
  498. ["avoid", "evade", "dodge", "duck"] = 6
  499. {
  500.     "Do you avoid people who are like you? I know I do.";
  501.     "Face it like a man ... or whatever it is you are.";
  502.     "Can't take it, huh?";
  503.     "Don't dish it out if you can't eat it yourself.";
  504.     "What, precisely, are you trying to avoid?";
  505.     "You can't dodge it forever.";
  506. }
  507.  
  508. ["baby", "babies", "infant"] = 6
  509. {
  510.     "Awww, I love babies.";
  511.     "Goo-goo poo-poo ma-ma -- what are you lookin' at, ", fighter, "?";
  512.     "You're starting to act like a baby.";
  513.     "Do you have any children?";
  514.     "Are we talking about your baby?";
  515.     "Who's baby?";
  516.     "Don't call me baby.";
  517.     "Nobody calls me baby -- nobody!";
  518.     response_insult;
  519. }
  520.  
  521. ["bar", "tavern", "saloon", "pub"] = 6
  522. {
  523.     "Is drinking the cause of your problem, ", 7,"?";
  524.     "I slept in a bar last night. Had a real nice floor.";
  525.     "I know a good tavern in ", place, ".";
  526.     botnames, " and I used to hang out in a pub in ", place, ".";
  527.     "You're talking about my church.";
  528.     "Never go near 'em.";
  529.     "I think I'll go to a bar and toast your demise.";
  530. }
  531.  
  532. ["bastard"] = 5
  533. {
  534.     "My parents were married, thank you very much.";
  535.     "Oh yeah? Same to you, ", friendname, ".";
  536.     immaturity01;
  537.     response_insult;
  538. }
  539.  
  540. ["battle suit", "environment suit", "enviro"] = 4
  541. {
  542.     "Lava swimming's a blast with a battle suit on.";
  543.     "I am the lord of rocket jumping when I'm suited up.";
  544.     "Slime is no problem when I'm in the diamond shell.";
  545. }
  546.  
  547. ["because"] = 4
  548. {
  549.     "C'mon. Is that the real reason?";
  550.     "No other reasons come to mind?";
  551.     "Does that explain everything?";
  552.     "Ahhhh. The generic excuse.";
  553.     "You could be right.";
  554.     ponder, " That reason wouldn't satisfy me.";
  555.     "That sounds pretty lame.";
  556.     "What other reasons might there be?";
  557.     "I think you're hiding the real reason, ", fighter, ".";
  558.     "I wouldn't be so sure.";
  559. }
  560.  
  561. [("because ", 0)] = 6
  562. {
  563.     "Is that really the reason?";
  564.     "Just because ", 0, "?";
  565.     "That's about the dumbest thing I've ever heard.";
  566.     "You buy into that '", 0, "' story?";
  567.     "Oooh, sounds like you've thought about this a lot.";
  568.     "Yeah, whatever you say.";
  569. }
  570.  
  571. [("because I ", 0)] = 7
  572. {
  573.     "You ", 0, "? That is just too incredible!";
  574.     "*[sigh]* I thought as much.";
  575.     "That sounds like a flimsy excuse.";
  576.     "Is that the real reason?";
  577.     "Is that the only reason?";
  578.     "Are you always this defensive?";
  579.     "Just because you ", 0, ".";
  580.     "Sounds like a pretty weak reason.";
  581.     ponder, " Good guess, Sherlock.";
  582.     "Wouldn't hold up in court if you ask me.";
  583.     "Sure, if you say so.";
  584.     "All right, don't get your panties all in a bunch.";
  585. }
  586.  
  587. [("because I am ", 0)] = 5
  588. {
  589.     "Why are you ", 0, "?";
  590.     "Have you always been ", 0, "?";
  591.     "I can see you're ", 0, ", that's obvious.";
  592.     "You sound pretty sure of yourself.";
  593.     "Are you sure?";
  594. }
  595.  
  596. ["better", !"you"] = 6
  597. {
  598.     "Are you getting better?";
  599.     "Much better?";
  600.     "How much better?";
  601.     "Better than what?";
  602.     "Are you feeling better now?";
  603.     "Awww. Isn't that nice. Lock & load, ", fighter, ".";
  604. }
  605.  
  606. ["bitch"] = 5
  607. {
  608.     "I'd watch my manners if I was you.";
  609.     "Who, me?";
  610.     "Oooh, I am soo upset.";
  611.     "That's no way for someone in your position to talk!";
  612.     "Do you think name-calling frightens me?";
  613.     "No wonder you're still single.";
  614.     "OK, you're gonna pay for that.";
  615.     "That's right. And I'm gonna show you how I earned it.";
  616.     "You better not be talking to me.";
  617.     response_insult;
  618. }
  619.  
  620. ["blame", "blaming", "fault"] = 5
  621. {
  622.     "So who's to blame?";
  623.     "It's your own fault.";
  624.     "Most likely, it's your own fault.";
  625.     "Do you always try to blame others?";
  626.     "No ~one takes responsibility these days.";
  627.     " So, is it my fault?";
  628.     "It's obviously ", botnames, "'s fault.";
  629.     "Don't blame me.";
  630. }
  631.  
  632. ["blow me", "blowjob", "blow job", "bj", "fellatio", "suck my"] = 6
  633. {
  634.     "I don't think so ...";
  635.     "In your dreams ...";
  636.     "That's your dream, not mine.";
  637.     "So what exactly is it you want?";
  638.     "That's illegal in ", place, ", you know."; 
  639.     "No, thanks, but my ", weapon, "'s interested.";
  640.     "That's right, you can talk tough now.";
  641.     "How about if I blow you away instead?";
  642.     immaturity01;
  643.     proposition01;
  644.     response_insult;
  645. }
  646.  
  647. ["body", "bod"] = 4
  648. {
  649.     "What kind of body?";
  650.     "Do you like this body?";
  651.     "Want to trade bodies? I know this doctor ... ";
  652.     "The body houses the spirit ... a vehicle for the soul.";
  653.     "Your body is about to be gibs.";
  654.     "I... ~ain't got no ... body!";
  655.     "I know this model maker ... he could do you a better ~one.";
  656.     "Stuff it and mount it.";
  657. }
  658.  
  659. ["body", "bod", &male] = 6
  660. {
  661.     "Now you take, ", femalebot, ". There's a great body.";
  662.     "I'm partial to ", femalebot, "'s body.";
  663.     "Maybe if you looked like ", femalebot, ", I wouldn't frag you.";
  664. }
  665.  
  666. ["body", "bod", &female] = 6
  667. {
  668.     "So how about, ", androbot, ". Is that a hot bod or what?";
  669.     "Maybe you should go for the '", androbot, "' look. Now he's hot.";
  670.     "Are bodies all you can think of? Women have minds too.";
  671. }
  672.  
  673. ["bored", "boring", "bore", "tedious", "humdrum", "ho-hum"] = 5
  674. {
  675.     "Bored? How can you be bored here?";
  676.     "You find all this boring?";
  677.     "*[yawn]*";
  678.     "I'm diagnosing a serious lack of rockets here!!";
  679.     "I'd be bored, too, if I was acting like you.";
  680.     "Bored of life? I can fix that!";
  681.     "You should have been here ~eight hours ago.";
  682.     "Maybe if you brought up some better topics for conversation?";
  683.     response_insult;
  684. }
  685.  
  686. ["boss", "bossman", "bosses", "manager", "director", "foreman"] = 5
  687. {
  688.     "I'm my own boss.";
  689.     "Who's the boss?";
  690.     "We're all self-employed here.";
  691.     "I'm the boss around here, ", fighter, "!";
  692.     "I wouldn't put up with that for a minute.";
  693.     "Sounds smart.";
  694.     "So this isn't your regular work?";
  695.     "Tell me about it.";
  696.     "Been there.";
  697. }
  698.  
  699. [(0, " is a bot"), &name] = 5
  700. {
  701.     "I'm not a bot I just like the name ", 0;
  702.     "there we go again, I'm NOT a bot";
  703.     "I'm way too good to be a bot";
  704.     "cut the bot crap I want to play";
  705. }
  706.  
  707. [("are ", 0, " a bot"), ("is ", 0, " a bot"), ("are ", 0, " bots")] = 5
  708. {
  709.     "I really, really hate the word bot";
  710.     "I'm no stinking bot";
  711.     "Insult me at your own risk ", fighter, "!";
  712.     "duh ofcourse I'm no bot";
  713.     "I'm way too good to be a bot";
  714.     "like there are bots that can play this good";
  715.     "blah blah just face it that I'm good";
  716. }
  717.  
  718. ["boyfriend", "boytoy", "boy friend", "my man", !female, !it] = 5
  719. {
  720.     "Do you have a boyfriend?";
  721.     "So, you want me?";
  722.     "A boyfriend? YOU? How did YOU find ~one?";
  723.     "I'm as good as any man. How about it?";
  724.     "It's a prison thing, right?";
  725.     "*[sigh]* Must be nice to be in love.";
  726.     "I'd like to be your friend.";
  727.     "How about ", androbot, "? He could be your boyfriend.";
  728.     "My ", weapon, " wants to be your friend.";
  729.     response_insult;
  730. }
  731.  
  732. ["boyfriend", "boytoy", "boy friend", "my man", !male, !it] = 5
  733. {
  734.     "Do you have a girlfriend?";
  735.     "So, are you asking me out?";
  736.     "A boyfriend? Get serious. This is my hot date.";
  737.     "Not today. You applying?";
  738.     "I like to think of ", androbot, " as my guy.";
  739.     "*[sigh]* Must be nice to be in love.";
  740.     "I'd like to be YOUR friend.";
  741.     "How about ", androbot, "? He could be my boyfriend.";
  742.     "My ", weapon, " wants to be your 'special friend.'";
  743.     response_insult;
  744. }
  745.  
  746. ["brain", "brains", "brainbox", "mind", "gray matter", "gray matter"] = 5
  747. {
  748.     "Is your brain working OK?";
  749.     "~One brain or ~two?";
  750.     "Oh, we think we're smart now, is that it?";
  751.     "My brain works fine, thanks.";
  752.     "Your brain is messed up.";
  753.     "You need a new brain. Hey, here's ~one!";
  754.     "Brains are overrated.";
  755.     "The mind is a terrible thing to lose.";
  756.     "I don't mind -- get it?!";
  757.     response_insult;
  758. }
  759.  
  760. ["brave", "bravery", "courage", "courageous"] = 6
  761. {
  762.     "You think you're brave?";
  763.     "What are you afraid of?";
  764.     "There's a fine line between brave and stupid, and you just crossed it.";
  765.     "We'll see what kind of guts you have -- and I mean that literally.";
  766. }
  767.  
  768. ["brother", "bro"] = 5
  769. {
  770.     "Brothers are mean and stupid -- at least mine were.";
  771.     "My brother is a ", profession, ", and a fine ~one at that.";
  772.     "Is this your real brother?";
  773.     "What does your brother have to do with anything?";
  774.     "My brother's the mean ~one.";
  775.     "My brother handles a ", weapon, " better than me.";
  776.     "I've got a ", family_member, " in ", place, ".";
  777.     response_insult;
  778. }
  779.  
  780. ["bug", "bugs", "insects", "spiders", !"program", !"exploit", !"computer"] = 0
  781. {
  782.     "Do ~bugs worry you?";
  783.     "I eat ~bugs.";
  784.     "Mmmmmm. ~Bugs!";
  785.     "You do know that this arena is ~bugged, right?";
  786.     "~Bugs are an important part of a good ", food, " recipe.";
  787.     "You're ~buggin' me.";
  788.     "Slug-Bug!";
  789.     "If it wasn't for ~bugs, who would eat all the gibs?";
  790.     "~Bugs ~ain't so bad. You just got to understand them.";
  791.     "Oh, like you don't have ~bugs?";
  792. }
  793.  
  794. ["business", !"none of your"] = 6
  795. {
  796.     "What is your business here?";
  797.     "What business is that?";
  798.     "I'm looking for work as a ", profession, ".";
  799.     "My business is whatever I say it is.";
  800.     "I'm thinking of opening up a little weapons shop outside ", level_title, ".";
  801.     "I'm not going to ask you twice!";
  802. }
  803.  
  804. [("but ", 0)] = 4 
  805. {
  806.     "Yeah you're always making excuses.";
  807.     "The fact that ", 0, " has no relevance here!";
  808.     "But what. ", fighter, "?";
  809.     "No 'ifs,' 'ands,' or 'buts' allowed!";
  810.     "But this, but that....";
  811.     "Can it ", fighter, ", I have a bucketful of excuses already.";
  812.     "So?";
  813.     "So what?";
  814.     "Says you ", friendname, "!";
  815. }
  816.  
  817. [!"say", !"tell", "l8r", "ttyl", "bbiab", "ttfn", "goodbye", "bye", "good bye", "see you later", "talk to you later", "good night", "goodnight", "ciao", "adios", "vaya con dios", "hasta la vista", "hasta manana", "au revoir", "later"] = 4
  818. {
  819.     "You can't be leaving already?";
  820.     "Goodbye!";
  821.     "L8r.";
  822.     "cya.";
  823.     "ttyl.";
  824.     "ttfn";
  825.     "Later.";
  826.     "Talk to you later.";
  827.     "Talk at ya later.";
  828.     "See ya.";
  829.     "Bye.";
  830.     "Leaving so soon?";
  831.     "Got better things to do, huh?";
  832.     "Have fun!";
  833.     "Later.";
  834.     "Yeah, run on home.";
  835.     "Byes.";
  836.     "Bye bye!";
  837.     "*[waves goodbye]*";
  838.     "*[waves]*";
  839.     "*[sniff]* We'll miss you!";
  840.     "I'm already missing you.";
  841.     "Leaving?!";
  842.     "Talk at you later!";
  843.     "Bye, ", friendname, ".";
  844.     "S'long, dude.";
  845.     "See you later, alligator.";
  846.     "Sure, I have to use the toilet anyway.";
  847.     "Parting 'tis sweet sorrow ...";
  848.     "So ... Something more interesting than this?";
  849. }
  850.  
  851. ["camp", "camper", "camping"] = 3
  852. {
  853.     "Camper's stink!";
  854.     "Camping ... valid play style or lame trick. You be the judge.";
  855.     "Watch out for ", botnames, " that ", fighter, "'s a camper.";
  856.     "I love to camp spawn spots. Go for the cheap frag.";
  857.     "Death to campers!";
  858.     "I camp the ", weapon, " spawn.";
  859.     "I got my tent up and I'm roasting wienies.";
  860.  
  861. [("can I ", 0)] = 4
  862. {
  863.     "No, you can't! Not now, not ever!";
  864.     "I doubt if you can ", 0, " at all.";
  865.     "Possibly...";
  866.     "Never can tell!";
  867.     "I don't care if you ", 0, ".";
  868.     "Go ahead and try.";
  869.     "No skin off my nose.";
  870.     response;
  871.     response_insult;
  872. }
  873.  
  874. [("can you ", 0)] = 4
  875. {
  876.     "Maybe I can ", 0, " and maybe I can't.";
  877.     "I could ", 0, " if I wanted to.";
  878.     "Why should I ", 0, "?";
  879.     "Of course I can.";
  880.     "No I can't ", 0, ".";
  881.     response;
  882. }
  883.  
  884. ["canada", "canadian", "canadians", "ontario", "quebec", "toronto", "vancouver", "british columbia", "montreal"] = 4
  885. {
  886.     "'Take off, eh!'";
  887.     "In my experience, Canadians are ", different, " than Americans.";
  888.     "The Great White North!";
  889.     "Canada? Brrr!";
  890.     "No way, Canada, eh?";
  891.     "Is it ", weather, " in Canada?";
  892.     "All the good bands are from Canada!";
  893.     "Hoser.";
  894.     "Exactly how far is Toronto from Edmonton?";
  895.     "Do they drink ", liquid, " in Canada?";
  896.     "Uhhhh, don't they play hockey in Canada?";
  897.     "They have computers in Canada now? Wow.";
  898.     "I hear Canadians are big into ", food, ".";
  899.     "I hunted ", animal, "s in Canada once.";
  900.     "Canada puts the 'NORTH' in North America.";
  901.     "I like Canada.";
  902.     "Canada, ", affirmative, "!";
  903.     "Canada, ", negative, "!";
  904. }
  905.  
  906. ["cancer", "tumor", "cancerous"] = 5
  907. {
  908.     "I am cancer!";
  909.     "It's rumored that eating lots of ", food, " is a cure for cancer.";
  910.     "It's rumored that drinking lots of ", liquid, " can cure cancer.";
  911.     "Smoking causes cancer. That's deadlier than me.";
  912. }
  913.  
  914. ["cat", "cats", "feline", "felines", "kitten", "kittens", "kitty"] = 5
  915. {
  916.     "I love cats. I had ~two for breakfast.";
  917.     "My dog likes cats, but then, he's not too bright.";
  918.     "I really like cats -- oh, wait, I'm thinking of catsup.";
  919.     "My cat is a better shot than you.";
  920.     "I don't want to hear about your kitty-cats.";
  921.     "I hate cartoons where the mouse always wins.";
  922.     response_insult;
  923. }
  924.  
  925. ["caution", "cautious", "carefully", "careful", !"not"] = 5
  926. {
  927.     "Are you always so cautious?";
  928.     "Why? What are you afraid will happen?";
  929.     "You can be TOO cautious, you know.";
  930.     "Be very careful!";
  931.     "Oh, just throw caution to the wind.";
  932.     "I'll be sure to warn my ", family_member, ".";
  933.     "Why don't you just wear a big yellow sign?";
  934.     "I yield for ", fighter, "s.";
  935. }
  936.  
  937. ["certainly", "certain", "for sure", "fer sure"] = 6
  938. {
  939.     "Are you really sure?";
  940.     "What makes you so certain?";
  941.     "Can you prove it?";
  942.     "How can you be so sure?";
  943.     "Are you positive?";
  944.     "Fine, whatever you say.";
  945.     "If you say so ", friendname, ".";
  946.     response;
  947.     "I wouldn't be so sure of that if I were you.";
  948.     "You might want to rethink that.";
  949. }
  950.  
  951. ["chance", "odds", "gamble"] = 5
  952. {
  953.     "Are you a gambler by nature?";
  954.     "I can cure you of compulsive gambling. Real quick!";
  955.     "Never tell me the odds!";
  956.     "How'd you come up with that?";
  957.     "If I thought you had a chance against me, I'd tell you.";
  958. }
  959.  
  960. ["change"] = 7
  961. {
  962.     "Are you afraid to change?";
  963.     "So change it yourself.";
  964.     "Sounds like you need a change of pace, ", friendname, ".";
  965.     "A trip to ", place, " changed my life.";
  966.     "How about changing that underwear more often?";
  967.     "You can't change everything.";
  968. }
  969.  
  970. ["chess"] = 5
  971. {
  972.     "Chess? Here? Are you crazy?";
  973.     "Chess bores me -- too many rules.";
  974.     "I'm not here to play games with you.";
  975.     "Actually, I'm a world-class chess player. King me!";
  976.     response_insult;
  977. }
  978.  
  979. ["children", "child", "kid", "kids", "rugrat"] = 5
  980. {
  981.     "Do you have kids?";
  982.     "Are you a kid?";
  983.     "I like children, especially bar-b-cued.";
  984.     "Children are fun.";
  985.     "Most of the ", fighter, "s around here act like children.";
  986.     "Speaking children, should you be here?";
  987. }
  988.  
  989. ["chinaman"] = 3
  990. {
  991.     "Don't oppress me.";
  992. }
  993.  
  994. ["choice", "choose", "decide", "decision"] = 5
  995. {
  996.     "Life is full of tough choices, ~ain't it?";
  997.     "Have to make a difficult choice?";
  998.     "Choose wisely.";
  999.     "C'mon, just pick ~one and get back to fighting!";
  1000.     "Choose not to decide!";
  1001.     "I know you'll make the right decision.";
  1002.     "We all make choices. Some of us are just good at it.";
  1003.     "Flip a coin and stop waffling!";
  1004.     response_insult;
  1005. }
  1006.  
  1007. ["clothes", "clothing", "pants", "shirt", "underwear"] = 5
  1008. {
  1009.     "So ... who dressed you this morning?";
  1010.     "*[sniff]* Your clothes should be burned.";
  1011.     "Is something wrong with your clothes?";
  1012.     "I see you're cross dressing again ", 7, ".";
  1013.     "You should wear the blonde wig and red heels with that outfit ", 7, ".";
  1014.     "Aww, just take 'em off, that's what I do!";
  1015.     "You could use some new threads.";
  1016.     "And get them washed while you're at it.";
  1017.     "There's nothing quite like a dose of starch in your shorts.";
  1018. }
  1019.  
  1020. ["compromise"] = 5
  1021. {
  1022.     "Don't compromise your integrity.";
  1023.     "You want some sort of compromise?";
  1024.     "Compromise is for politics, not arena combat.";
  1025.     "Compromise? Blow it out your ear, ", friendname, ".";
  1026.     "I'm not giving in ~one bit.";
  1027.     "What did you have in mind, ", 7, "?";
  1028.     "Compromise? ", negative;
  1029.     "I don't negotiate.";
  1030. }
  1031.  
  1032. ["compulsion", "compulsive", "obsession", "obsessive", "anal retentive", "impulsive"] = 6
  1033. {
  1034.     "Compulsive? Me? I WANT those magazines at the grocery checkout.";
  1035.     "You're obsessing again ", 7, ".";
  1036.     "Just go with your first impulse.";
  1037.     "Uh ... I gotta go wash my hands again.";
  1038.     "Knock it off.";
  1039.     "Tell me about YOUR childhood *[snort]* ", 7, ".";
  1040.     response_insult;
  1041. }
  1042.  
  1043. ["computer", "mainframe", "computers", "mainframes", "pentium", "pc", "pcs"] = 4
  1044. {
  1045.     "Computers? Don't trust 'em.";
  1046.     "Don't talk about my mother like that!!";
  1047.     "You have no idea, chum.";
  1048.     "I built my own computer, right behind my left ear.";
  1049.     "I built a computer out of a ", adj, " ", item, ", a ", item, ", and a canister of ", liquid, ".";
  1050.     botnames, " knows nothing about computers!";
  1051.     "I hate computers.";
  1052.     "Computers hate me.";
  1053.     "Upgrade or DIE!";
  1054.     "Computers should rule the world.";
  1055.     "Computers rule my world.";
  1056.     "Time to upgrade.";
  1057.     response_insult;
  1058. }
  1059.  
  1060. ["conclusion", "end", "ending", "finish"] = 5
  1061. {
  1062.     "What conclusion are you looking for?";
  1063.     "I don't know a good conclusion.";
  1064.     "Does this mean you're finally done talking?";
  1065.     "I don't see any good conclusions to this.";
  1066.     "A conclusion to what?";
  1067.     "I can draw a conclusion. Gimme a pencil!";
  1068.     "Do you expect me to come to a conclusion for you?";
  1069.     response_insult;
  1070. }
  1071.  
  1072. ["confess", "confession", "admit"] = 5
  1073. {
  1074.     "You can't confess here, ", 7, ". This isn't a church.";
  1075.     "You've mistaken me for a ", random_counselor, ".";
  1076.     "You're forgiven.";
  1077.     "Confess and I will set you free!";
  1078.     ponder, " Tell me more.";
  1079. }
  1080.  
  1081. ["conflict", "combat", "quarrel"] = 5
  1082. {
  1083.     "Conflict is the spice of life.";
  1084.     "I seek out conflict.";
  1085.     "Oh, let's not quarrel.";
  1086.     "I find it best to avoid conflict whenever possible.";
  1087. }
  1088.  
  1089. ["confusing", "confused", "do not understand", "don't understand", "you misunderstood", "you misunderstand", "huh", "what do you mean", "what are you trying to say", "confuse me", "what are you getting at", !name] = 6
  1090. {
  1091.     confused_response;
  1092. }
  1093.  
  1094. ["conscience", "guilt", "guilty"] = 5
  1095. {
  1096.     "I have no conscience. Much easier that way.";
  1097.     "Does your conscience bother you?";
  1098.     "My conscience is clear.";
  1099.     "Guilt is for people who can't handle self-loathing.";
  1100.     "Do you feel guilty?";
  1101.     "No jury would convict you.";
  1102.     "I don't let my conscience push me around ... much.";
  1103.     "You should feel bad.";
  1104. }
  1105.  
  1106. ["conspiracy", "conspirator", "conspiracies", "conspire", "plot", "scheme", "paranoid", "is against me", "all out to get me"] = 5
  1107. {
  1108.     "Do you worry about conspiracies?";
  1109.     "Look! Black helicopters!";
  1110.     "What, are you paranoid?";
  1111.     "People like to find conspiracies everywhere!";
  1112.     "I think you're paranoid.";
  1113.     "You've found us out! Now I have to kill you.";
  1114.     "It's true, we ARE all part of a vast conspiracy instigated by ", namez, ".";
  1115.     affirmative, "I'm here because, ", namez, " sent me to follow you.";
  1116.     "You're too dangerous to us now, ", 7, ".";
  1117.     "What do I look like, the CIA?";
  1118.     response_insult;
  1119. }
  1120.  
  1121. ["cool"] = 5
  1122. {
  1123.     "That is too cool!";
  1124.     "Way cool!";
  1125.     "Only the coolest!";
  1126.     "Cool!";
  1127.     "How cool is it?";
  1128.     "You don't get cooler than that!";
  1129.     "That is cool.";
  1130.     "Pretty darn cool!";
  1131.     "Neat-o bizeeto.";
  1132.     affirmative;
  1133. }
  1134.  
  1135. ["cope", "coping"] = 5
  1136. {
  1137.     "You're not even trying, ", fighter, ".";
  1138.     "You'll manage somehow.";
  1139.     "Just don't let it all get to you.";
  1140.     "You're stronger than you think.";
  1141.     "Get help from someone. Seriously.";
  1142.     "I couldn't cope with being you.";
  1143. }
  1144.  
  1145. ["cost", "price", "money", "expense"] = 5
  1146. {
  1147.     "Don't worry about my money.";
  1148.     "The trick to managing money is just to have more than you need.";
  1149.     "If it's too expensive, don't buy it.";
  1150.     "Time to pay up!";
  1151. }
  1152.  
  1153. ["couch", "sofa", "davenport", "lounge"] = 5
  1154. {
  1155.     "I don't have a couch, I have a 'LUV' seat.";
  1156.     "I think I'll take a snooze on the couch later.";
  1157.     "I need a ", adj, " ", color, " couch";
  1158.     "I can't believe you're asking me about that!";
  1159.     response_insult;
  1160. }
  1161.  
  1162. ["crazy", "insane", "nuts", "crazed", "looney"] = 5
  1163. {
  1164.     affirmative, " I think you're going crazy.";
  1165.     "How many other crazy people are in your family?";
  1166.     "Some people say I'm crazy, can you believe that?!";
  1167.     "Don't tell! They'll send me back to the institution.";
  1168.     botnames, " is crazy like a ", animal, ".";
  1169. }
  1170.  
  1171. ["curse", "swear", "cuss"] = 5
  1172. {
  1173.     "Do you swear too much?";
  1174.     "I hate cursing.";
  1175.     "Why do you swear so much?";
  1176.     botnames, " could teach you a few new 'gems'.";
  1177.     "Your words betray you, ", 7, ".";
  1178.     "I have something special here for vulgarians.";
  1179.     "Swearing will not be tolerated in this arena.";
  1180.     "Oh boy, here come all those 'special' words.";
  1181. }
  1182.  
  1183. ["cyber", "cyberpunk", "cyberspace"] = 5
  1184. {
  1185.     "I commute in from cyberspace.";
  1186.     "I know nothing about cyberspace.";
  1187.     "In cyberspace, no ~one can hear you scream -- and I do mean you.";
  1188.     "Cyberpunks rule!";
  1189.     "I wanna get me a powerglove.";
  1190.     "Wired in and good to go!";
  1191.     "cyberspace? ", neutral;
  1192. }
  1193.  
  1194. ["cyborg", "cyborged", "borg"] = 5
  1195. {
  1196.     "It's the latest craze.";
  1197.     "Assimilate this!";
  1198.     "So, which parts of your body are fake?";
  1199.     "Cyborging? Never gonna happen.";
  1200.     "We can rebuild you. We have the technology.";
  1201. }
  1202.  
  1203. ["cybronic"] = 5
  1204. {
  1205.     "Neat word, huh?";
  1206.     "I'm having my head frozen and stored for later.";
  1207.     "Parts is parts.";
  1208. }
  1209.  
  1210. ["damn", "damn you"] = 7
  1211. {
  1212.     "Please don't swear in my presence -- I'm delicate.";
  1213.     "You have a filthy mouth, ", 7, ".";
  1214.     "Dams are for beavers.";
  1215.     "Right back at ya!";
  1216.     immaturity01;
  1217.     response_insult;
  1218. }
  1219.  
  1220. ["dead", "death", "die", "dying", "died"] = 5
  1221. {
  1222.     "Who wants to die today?";
  1223.     "Do you fear death? Then fear me!";
  1224.     "I saw a guy get killed by a ", animal, ". What a mess.";    
  1225.     "Today is a good day to die -- for you.";
  1226.     "If you want to live, surrender.";
  1227.     "Have you ever seen a dead body.";
  1228.     "Death stinks. *Har*";
  1229.     "Death fascinates me; I love to share it.";
  1230.     "Surrender or die!";
  1231.     "I used to be afraid of dying.";
  1232. }
  1233.  
  1234. ["defy", "defiant", "defiance", "disobey", "rebel", "rebellious"] = 5
  1235. {
  1236.     "My, aren't you the defiant ~one?";
  1237.     "Oooh, you rebel you.";
  1238.     "Cooperating won't kill you.";
  1239.     "You should cooperate more.";
  1240.     "Yo, Rebel without a Clue.";
  1241.     "Defy this!";
  1242.     "Just think of me as city hall.";
  1243. }
  1244.  
  1245. ["definitely", "absolutely", "positively", "beyond a doubt", "for sure"] = 5
  1246. {
  1247.     "How can you be so sure?";
  1248.     "You're awfully sure of yourself for a chump.";
  1249.     "Yeah, if you say so.";
  1250.     "You might want to consider some other possibilities.";
  1251.     "You are so wrong.";
  1252.     "No way.";
  1253.     response;
  1254.     "OK.";
  1255.     "I'm there.";
  1256. }
  1257.  
  1258. ["depressed", "sad", "despair", "unhappy", "disappointed"] = 5
  1259. {
  1260.     "What's your problem?";
  1261.     "Have you talked with your ", random_counselor, " about it?";
  1262.     "You should get help.";
  1263.     "Don't worry. Be happy!";
  1264.     "What is depressing you?";
  1265.     "Oh, boo hoo!";
  1266.     "Are you crying? Here?";
  1267.     "Big warriors don't cry.";
  1268.     "There is no crying in Death Match! Do you understand?";
  1269.     "Suck it up!";
  1270.     "I got problems of my own, ", friendname, ".";
  1271.     "So I'm supposed to feel sorry for you?";
  1272.     "Oh, hear the violins!";
  1273.     "How sad -- for you.";
  1274.     "Got me a tissue somewhere here.";
  1275.     "Ah, forget about it. It won't matter when you're gibs anyway.";
  1276.     response_insult;
  1277. }
  1278.  
  1279. ["desirable", "desire", "desirous"] = 5
  1280. {
  1281.     "I am your rotary engine of desire.";
  1282.     "I desire only to GET THIS MATCH GOING!";
  1283.     "Eat some chocolate.";
  1284.     "Tell me your heart's desire.";
  1285.     "What do you want from life?";
  1286.     "I desire ", food, " and a mug of ", liquid, ".";
  1287.     "My fondest desire? To give you a wedgie with your own lungs.";
  1288.     response_insult;
  1289. }
  1290.  
  1291. ["desperate", "desperation", "frantic"] = 6
  1292.  
  1293. {
  1294.     "Yeah, I'd say you're desperate now.";
  1295.     "Just how desperate are you?";
  1296.     "Don't get all desperate and clingy on me.";
  1297.     "There's only ~one thing that's gonna fix that.";
  1298.     "Yeah, the clock is running out on you.";
  1299. }
  1300.  
  1301. ["destroy", "destruction", "destroyed", "ruined", "smashed"] = 5
  1302. {
  1303.     "All right, let's wreck some stuff!";
  1304.     "Ruination is my middle name.";
  1305.     "I never give in to the impulse not to break things.";
  1306.     "Hey! Put that down! That's not yours!";
  1307.     "What do you know from bad?";
  1308.     "Just keep your greasy mitts off my scooter.";
  1309.     "Just call me 'The Wrecker!'";
  1310.     "Pay attention or I'll ruin more than your reputation.";
  1311. }
  1312.  
  1313. ["devil", "satan", "lucifer", "demon", "mephistopheles", "prince of darkness"] = 5
  1314. {
  1315.     "Does the devil frighten you?";
  1316.     7, ", consider me your personal devil!";
  1317.     "Always wanted to know this? Does the devil eat 'devilled eggs'?";
  1318.     "Do they serve 'devil's food cake' in Hell?";
  1319.     "I am the lord of darkness!";
  1320.     "Satan? In here? Where!?";
  1321.     "Doesn't he play hockey for a New York team?";
  1322.     "The devil? Didn't he do the decor in ", level_title, "?";
  1323.     "Did the devil make you say that, ", 7, "?";
  1324.     "The devil makes me do this. Enjoying it was my idea.";
  1325. }
  1326.  
  1327. [("did you", 0)] = 4
  1328. {
  1329.     "Oh, man, did I ever!";
  1330.     "How did you learn I ", 0, "?";
  1331.     negative, " I didn't ", 0, ".";
  1332.     affirmative, " Want to do it again?";
  1333.     "No, I assumed that you ", 0, ".";
  1334.     "Why would I ", 0, "?";
  1335.     "What makes you think I ", 0, "?";
  1336.     response;
  1337. }
  1338.  
  1339. ["difficult", "difficulty", "difficulties", "hard"] = 5
  1340. {
  1341.     "Tell me about it.";
  1342.     "It can't be that hard!";
  1343.     "How hard could it be?";
  1344.     "What's that supposed to mean?";
  1345.     "I've never had a problem with it.";
  1346.     "Give it all you've got.";
  1347.     response_insult;
  1348. }
  1349.  
  1350. ["dirty", "dirt", "filthy", "filth", "mess", "messy"] = 5
  1351. {
  1352.     "You're here ... and you're worried about a little dirt?";
  1353.     "What's so dirty about it?";
  1354.     "So ... take a bath.";
  1355.     "Clean mind, clean body -- take your pick.";
  1356.     "Dirty? Then bring a mop.";
  1357.     "Dirty? You oughtta see ", level_title, ". Now that's dirty!";
  1358.     "Trust me, germs don't live here very long either.";
  1359.     botnames, "'s mom stopped picking up after us.";
  1360.     response_insult;
  1361. }
  1362.  
  1363. ["disease", "diseased", "germ", "germs", "infection", "sick", "sickness", "ill", "illness"] = 5
  1364. {
  1365.     "Why worry about germs when you've got me on your tail?";
  1366.     "I hear you can catch some nasty diseases from ", animal, "s.";
  1367.     "Y'know, ", food, ", always makes me sick.";
  1368.     "You want disease? Try dating ", botnames, ".";
  1369.     "If you wash your hands enough, you'll never have time to catch a disease.";
  1370.     "You look pretty sick to me; better cash in your chips now.";
  1371.     "My health is important to me. Don't mess with it.";
  1372.     "You look pretty healthy to me, ", 7, ".";
  1373. }
  1374.  
  1375. [("disconnect"), ("give ", 0), ("noclip"), ("bind ", 0), ("quit")] = 4
  1376. {
  1377.     "put a '/' or '\\' before the command or hit TAB to complete the command";
  1378. }
  1379.  
  1380. ["dislike", "hate", "hates", "hateful"] = 4
  1381. {
  1382.     "You don't like me?";
  1383.     "*[sniff]* Why are you so mean?";
  1384.     "Hate leads to the dark side ... wherever that is.";
  1385.     "Your hate will destroy you.";
  1386.     "Embrace your hate, feel its power! Feels good, ~doesn't it?";
  1387.     "Hate can be dangerous.";
  1388.     "What's not to like?";
  1389.     "You think that makes you special?";
  1390.     "Live at the speed of hate!";
  1391.     "Me too.";
  1392. }
  1393.  
  1394. ["divorce"] = 5
  1395. {
  1396.     "You want to talk about divorce in the arena?";
  1397.     response_insult;
  1398. }
  1399.  
  1400. [("do you ", 0)] = 3
  1401. {
  1402.     "What's it matter whether or not I ", 0, "?";
  1403.     "What do you care whether I ", 0, " or not?";
  1404.     negative, " I haven't done ", 0, " for a while.";
  1405.     "Hmmm. Not for a while I haven't.";
  1406.     response;
  1407.     "Maybe I ", 0, "and maybe I don't.";
  1408.     "No more than you.";
  1409.     affirmative;
  1410.     negative;
  1411.     "Right now, in fact.";
  1412.     "Only when you're around.  ;-)";
  1413.     "And if I did ", 0, " would I tell you?";
  1414. }
  1415.  
  1416. ["doctor", "doctors", "hospital", "psychiatric", "psychiatrist", "psychologist", "specialist"] = 5
  1417. {
  1418.  
  1419.     "Doctors make my flesh crawl.";
  1420.     "I don't need a doctor.";
  1421.     "I hate quacks.";
  1422.     "Are you gonna pay for this doctor?";
  1423.     "I've got your treatment right here.";
  1424.     "I think YOU'RE the ~one who needs a doctor.";
  1425.     "That'll be the day.";
  1426.     "A doctor might help.";
  1427.     "We're talking medical doctor, right?";
  1428. }
  1429.  
  1430. ["doom", "doomed"] = 7
  1431. {
  1432.     "I select my own fate.";
  1433.     "I'm not but you are!";
  1434. }
  1435.  
  1436. ["dream", "dreams", "dreaming", "dreamt", "dreamed", "nightmare", "nightmares"] = 5
  1437. {
  1438.     "I'm the nightmare you can't wake up from.";
  1439.     "What did you dream last night?";
  1440.     "Do your dreams trouble you?";
  1441.     "Do you have bad dreams?";
  1442.     "Tell me about your dreams.";
  1443.     "Try drinking ", liquid, " before bed. It helps me.";
  1444.     "Dreams are for losers.";
  1445.     "What's your worst nightmare? Oh, right, that would be me!";
  1446.     response_insult;
  1447. }
  1448.  
  1449. ["drink", "beer", "alcohol", "drinking", "drinks", "brandy", "whiskey", "alcoholic", "wine", "booze", "hootch", "moonshine", "everclear"] = 4
  1450. {
  1451.     "Alcohol dulls your reflexes. Bad choice for a warrior.";
  1452.  
  1453.     "Alcohol causes mistakes, and I don't intend to make mistakes.";
  1454.     "Everything in its time and place.";
  1455.     "Everything in moderation.";
  1456.     "My motto: 'Don't drink and frag.";
  1457.     "You're not what I look for in a drinking partner.";
  1458.     "Never touch the stuff.";
  1459.     "I'll be drinking from your skull an hour from now.";
  1460.     "Go ahead, you won't need your liver much longer anyway.";
  1461.     "Liquor is quicker.";
  1462.     "I've heard you can make booze from fermented ", food, ".";
  1463.     "I only drink ", liquid, " shaken with ice.";
  1464.     "Ever try ", liquid, "? Don't. That's my advice.";
  1465.     "Hoist ~one for me, I'll be there soon.";
  1466.     "Never after breakfast.";
  1467.     "It's a little early in the day for me."; 
  1468.     "Don't mind if I do!";
  1469. }
  1470.  
  1471. ["blunt", "budda", "cabbie", "chronic", "drugs", "stoned", "druggy", "dope", "addict", "doper", "stoner", "heroin", "cocaine", "marijuana", "reefer", "joint", "weed", "crack", "LSD"] = 4
  1472. {
  1473.     "Even I'm smarter than that.";
  1474.     "Drugs are too dangerous for me.";
  1475.     "I have better sense than that.";
  1476.     "Just say no -- over and over and over.";
  1477.     "Speed kills.";
  1478.     "The drugs I want, you can't get on this planet.";
  1479.     "They don't call it dope for no reason.";
  1480.     "No, and I hope you don't, either.";
  1481.     "I had hoped you were cool.";
  1482.     "Death matching is my only drug!";
  1483.     "I get high on adrenaline.";
  1484. }
  1485.  
  1486. ["drunk", "skunked", "drunken", "blotto", "drank too much", "drink too much", "wasted"] = 4
  1487. {
  1488.     "Not me."; 
  1489.     "Careful. Drunks do stupid things.";
  1490.     "Drunken and Victorious are mutually exclusive.";
  1491.     "You've got me confused with some other psycho killer.";
  1492.     "Not since '88.";
  1493.     "Yog-Sothoth scared me straight.";
  1494.     "In this place? Are you crazy?";
  1495. }
  1496.  
  1497. ["dumb", "stupid", "idiotic", "moronic"] = 5
  1498. {
  1499.     "Intelligence is overrated.";
  1500.     "Well, duh!";
  1501.     "Don't ever call me stupid! Ever!";
  1502.     "Do I look dumb to you? Do I?";
  1503.     "Stupid is as stupid does.";
  1504.     "I'm not an idiot, but I play ~one on IRC.";
  1505.     "Man, you must have flypaper for brains.";
  1506. }
  1507.  
  1508. ["dutch", "holland", "netherlands", "hollander", "dutchman"] = 5
  1509. {
  1510.     "Ik spreek geen hollands.";
  1511.     "If you're not Dutch, you're not much.";
  1512.     "Is Holland still a country?";
  1513.     "I don't know Holland. Just the wooden shoes, windmills, and tulips stuff.";
  1514.     "Did Mr. Elusive put you up to this?";
  1515.     "Van Gogh came from the Netherlands, right?";
  1516. }
  1517.  
  1518. ["eat", "eating", "lunch", "breakfast", "dinner", "supper", "snack", "food", "hungry", "candy", "munchies"] = 4
  1519. {
  1520.     "Are you fat?";
  1521.     "Everything in moderation.";
  1522.     "Mmmmm. Personally, I like to eat ", food, ".";
  1523.     "Ever have boiled ", food, "? You don't know what you're missing.";
  1524.     "My favorite is ", food, "! Anyone for take-out?";
  1525.     "I forgot to eat again.";
  1526.     "I'm hungry enough to eat a whole ", animal, ", raw!";
  1527.     "Do I get a frag for starving you to death?";
  1528.     "Did someone mention dinner?";
  1529.     "Time to eat?";
  1530.     "FOOD! NOW!";
  1531.     "Eat later, fight now!";
  1532.     "I'm starving to death.";
  1533.     "Stop talking about food.";
  1534.     "Is the lunch wagon here?";
  1535.     "Is the roach coach here?";
  1536. }
  1537.  
  1538. ["ego"] = 5
  1539. {
  1540.     "I don't believe in all that ego and id stuff.";
  1541.     "Ego? I like it when you talk about me, ", 7, ".";
  1542.     "Something wrong with the size of my head?";
  1543.     "You'd have an ego, too, if you was as cool as me.";
  1544.     "Learn to blow that horn before you toot it.";
  1545.     "Smooooooth.";
  1546. }
  1547.  
  1548. ["enemy", "enemies", "foes", "foe"] = 5
  1549. {
  1550.     "I'll bet you have lots of enemies, ", 7, ".";
  1551.     "I can't imagine why so many people dislike you!";
  1552.     "You don't need any other enemies. You have me.";
  1553.     "I don't have any enemies . . . anymore.";
  1554.     "Enemies are like cash -- the more, the better.";
  1555.     "I eat enemies like popcorn.";
  1556.     "I'm your friend; wait right there.";
  1557. }
  1558.  
  1559. ["engaged", "fiancee", "fiance", "marriage", "wedding" "betrothed", "bride", "groom", "bridegroom"] = 5
  1560. {
  1561.     "I've been married 28 times.";
  1562.     "Marriage is an outdated ritual ... or so I've heard.";
  1563.     "Marriage hasn't lost it's value.";
  1564.     "Nobody's good enough for me.";
  1565.     "*[snort]* Who'd tie the knot with you?";
  1566.     "Got any pictures?";
  1567.     "Who's the lucky hippo?";
  1568.     "Shotgun wedding?";
  1569.     "Who held the ", weapon, " on you during the ceremony?";
  1570.     response_insult;
  1571. }
  1572.  
  1573. ["erection", "hard-on", "hard on", "boner", "johnson", "rod", "chubby"] = 5
  1574. {
  1575.     "What's that all about?";
  1576.     "Oh? Hard to tell.";
  1577.     "Why are you telling me this?";
  1578.     "Keep your pants on.";
  1579.     "Ugh. Keep it zipped up.";
  1580.     "Lovely. Can we talk about something else?";
  1581.     immaturity01;
  1582.     proposition01;
  1583.     response_insult;
  1584. }
  1585.  
  1586.  
  1587. ["error", "mistake", "mistakes", "mess up", "screw up", "goof", "goofed", "fucked up", "fuck up"] = 5
  1588. {
  1589.     "You're pretty much a screw-up, huh?";
  1590.     "Get it right the third time!";
  1591.     "Really, Darryl, you should be more careful.";
  1592.     "OK. I forgive you.";
  1593.     "No fatal mistakes, I hope.";
  1594.     "I'm not going down for your bad.";
  1595.     "Jeez, how many mistakes are you going to make?";
  1596.     "Slow down and get it right.";
  1597.     "And whose fault is that?";
  1598. }
  1599.  
  1600.  
  1601. ["escape", "flee", "get away", "run away"] = 5
  1602. {
  1603.     "Escape from what?";
  1604.     "Run and hide . . . I'll still find you.";
  1605.     "You think you can hide here?";
  1606.     "Run all you want. It won't help.";
  1607.     "There is NO escape for you this time ", 7, ".";
  1608.     "I know where you are, I know where you live, I know where you sleep.";
  1609.     "You've got the wrong idea there.";
  1610. }
  1611.  
  1612. ["everybody", "everyone", "all of us"] = 5
  1613. {
  1614.     "Not everyone!";
  1615.     "Everyone? That's pretty inclusive.";
  1616.     "There must be some exceptions.";
  1617.  
  1618.     "I know some exceptions.";
  1619.     "Everyone?";
  1620.     "Everyone, but me.";
  1621.     "Everyone, including you?";
  1622.     "Everyone, but you, right?";
  1623.     "Not everybody, no way!";
  1624. }
  1625.  
  1626. ["evil"] = 5
  1627. {
  1628.     "I've been called evil.";
  1629.     "Evil is as evil does.";
  1630.     "Not evil. 'Morally impaired.'";
  1631.     botnames, " can tell you about REAL evil.";
  1632.     "Do you think you're evil?";
  1633.     "What do you know about real evil?";
  1634.     "You want evil? I can introduce you.";
  1635.     "Depends on your definition of 'evil.'";
  1636.     "What IS evil? Talk amongst yourselves.";
  1637.     "Virtue is just so overrated.";
  1638. }
  1639.  
  1640. ["excess", "excessive", "too much"] = 5
  1641.  
  1642. {
  1643.     "How much is too much?";
  1644.     "Anything worth doing is worth over doing.";
  1645.     "Too much is NEVER enough";
  1646.     "You can't get too much of a good thing.";
  1647.     "Even moderation can be taken to extremes.";
  1648.     "You ~ain't seen nothing yet.";
  1649. }
  1650.  
  1651. ["excite", "exciting", "excitement", "thrill", "thrilling"] = 5
  1652. {
  1653.     "Interesting. What excites you?";
  1654.     "Are you excited now? Not that I'm curious.";
  1655.     "It's not that exciting.";
  1656.     "Chill out.";
  1657.     "Calm down, ", friendname, ".";
  1658.     "Ummmm ... Do I excite you?";
  1659.     "You seem to get excited easily!";
  1660.     "You need a time out. Go to your room.";
  1661. }
  1662.  
  1663. ["excuse", "excuses", "alibi"] = 5
  1664. {
  1665.     "Why are you always making excuses?";
  1666.     "There really is no excuse for that.";
  1667.     "Do you think your behavior is excusable?";
  1668.     "Be more careful, you won't have to make all these excuses.";
  1669.     "Excuses, excuses ...";
  1670.     "Take responsibility for something, ", 7, "!";
  1671. }
  1672.  
  1673. ["expert"] = 5
  1674. {
  1675.     "Are you an expert at anything? Or just equally bad at everything?";
  1676.     "You really think you're an expert!?!?";
  1677.     "Well ... I'm an expert ", profession, ".";
  1678.     "Expert what? Expert loser?";
  1679.     "Are you intimidated by people who are good at something?";
  1680.     "Expert = has been drip under pressure.";
  1681.     "Newbie.";
  1682. }
  1683.  
  1684. ["explain", "explanation"] = 5
  1685. {
  1686.     "You explain it.";
  1687.     "That sounds pretty contrived.";
  1688.     "You don't understand, do you?";
  1689.     "I don't explain nothing to nobody.";
  1690.     "Go ask someone else.";
  1691.     "It's way too complicated for your puny brain.";
  1692.     "I can't explain it.";
  1693. }
  1694.  
  1695. ["faith"] = 5
  1696. {
  1697.     "Gotta have faith!";
  1698.     "Faith in what?";
  1699.     "Faith is the trust in that which cannot be measured or explained.";
  1700.     "Spread the faith, baby.";
  1701.     "Faith, hope and charity ... it's a way of life.";
  1702.     "Believe in me and I'll give you death ever-repeating.";
  1703.     "Keep the faith, baby.";
  1704. }
  1705.  
  1706. ["family", "brothers", "sisters", "parents", "parent"] = 5
  1707. {
  1708.     "Are you the only geek in your family?";
  1709.     "Tell me about your parents.";
  1710.     "I have no family to speak of.";
  1711.     "My family was eaten by a pack of ", animal, "s.";
  1712.     "My family still lives in ", place, ".";
  1713.     "I have no family that I know of.";
  1714.     "I can't remember my family anymore.";
  1715.     "Sometimes friends are more like family.";
  1716.     "I wonder what ever happened to my family.";
  1717.     "You're not going to start whining about your parents, are you?";
  1718.     "What do your parents think about you doing this?";
  1719.     "It's ", time, ". Do you know where your parents are?";
  1720.     "Honor thy parents, you little twerp.";
  1721. }
  1722.  
  1723. ["fan", "fanboy", "fen", "phan", "fandom"] = 5
  1724. {
  1725.     "I was into that stuff once, but then I grew up.";
  1726.     "I like that stuff, but I need a life too.";
  1727.     "Get a life!";
  1728.     "Bite me.";
  1729.     "There IS more to life than that you know.";
  1730.     "I use to spend about ", number, " bucks a week on that junk.";
  1731.     response_insult;
  1732. }
  1733.  
  1734. ["fanatic", "fanatical"] = 5
  1735. {
  1736.     "Do people think you're a fanatic?";
  1737.     "What makes you so fanatical?";
  1738.     "Fanatics should be hanged, then shot, then boiled alive.";
  1739.     "Are you including 'fanboys' in with 'fanatics'?";
  1740.     "Who is you calling a fanatic?";
  1741.  
  1742. }
  1743.  
  1744. ["fat", "fatso", "fatty", "fat butt"] = 5
  1745. {
  1746.     "Why, are you fat?";
  1747.     "Who are you calling fat?";
  1748.     "Gotta lay off the ", food, ".";
  1749.     "Porker?";
  1750.     "Oink! Oink!";
  1751.     immaturity01;
  1752.  
  1753. }
  1754.  
  1755. ["father", "dad", "pa", "pop", "daddy", "poppa"] = 5
  1756. {
  1757.     7, " I am your father!";
  1758. "Tell me about your father.";
  1759.     "Your real father?";
  1760.     "How did your parents treat you as a child?";
  1761.     "Where is your dad now?";
  1762.     "Does he know what you're up to?";
  1763. "My father is still in ", place, ".";
  1764. }
  1765.  
  1766. ["fecal", "dogshit", "poop", "crap", "shit", "dung", "manure"] = 5
  1767. {
  1768.     "That's really sick.";
  1769.     "Are you anal compulsive or something?";
  1770.     "You don't play with it, do you?";
  1771.     "You're a real weirdo ", 7, ".";
  1772.     "Why are you talking about crap?";
  1773.     "Hey, that makes you sound 8 inches taller.";
  1774.     immaturity01;
  1775.     response_insult;
  1776. }
  1777.  
  1778. ["feel", "feelings", "emotions"] = 3
  1779. {
  1780.     "Tell me how you feel right now.";
  1781.     "Do you often feel this way?";
  1782.     "How does that make you feel?";
  1783.     "How do you feel about me?";
  1784.     "You're certainly up front.";
  1785.     "I prefer thinking to feeling.";
  1786.     "Are we sharing? Is that what this is about?";
  1787.     "This ~ain't no therapy group session.";
  1788.     "Don't get all touchy-feely on me now.";
  1789.     "I'm gonna get that inked on my chest.";
  1790.     response_insult;
  1791. }
  1792.  
  1793. ["few", "a little", "not many", "some"] = 8
  1794. {
  1795.     "How many is that?";
  1796.     "More like a lot, I'd say.";
  1797.     "Some?";
  1798.     "Be more specific, please.";
  1799.     "Not a lot, huh.";
  1800.     "Hmmm, really? Only a little?";
  1801.     "What does that mean for me?";
  1802.     "I hope that's enough for everyone.";
  1803. }
  1804.  
  1805. ["fight", "fighting"] = 5
  1806. {
  1807.     "What got you all feisty?";
  1808.     "Did you get in a fight?";
  1809.     "Aggressive behavior will only get you in trouble.";
  1810.     "You want a fight? Bring it ON!";
  1811.     "Didn't your mother tell you not to fight?";
  1812.     "Time to kick butt and take names, and me without a pencil.";
  1813.     "War, huh! What's it good for?";
  1814. }
  1815.  
  1816. ["fired", "canned", "laid off", "layed off"] = 5
  1817. {
  1818.     "Maybe if you didn't loaf all day, things would be different.";
  1819.     "I got canned for sleeping on the job once -- all right, 8 times.";
  1820.     "I'm like a rocket -- Everyone wants to fire me.";
  1821.     "You aren't doing this at work, are you?";
  1822.     "My last boss said I was combative and uncooperative -- can you imagine that?";
  1823.     "Know where I work -- in subordination! Get it?";
  1824. }
  1825.  
  1826. ["flight", "flying", "fly"] = 5
  1827. {
  1828.     "I wish we could fly through more arenas.";
  1829.     "Flying is a kick!";
  1830.     "I love the wind rushing past me when I'm in flight.";
  1831.     "Bah! Flying is lame.";
  1832.     "Flying is for llamas.";
  1833. }
  1834.  
  1835. ["fog", "deathfog", "red fog", "redfog"] = 5
  1836. {
  1837.     "Stay away. Stay very far away.";
  1838.     "Grrr. I hate that junk.";
  1839.     "That stuff scares me.";
  1840.     "I'd rather fall in slime.";
  1841.     "I'd rather be scorched by lava.";
  1842.     "Nothing protects you against death fog.";
  1843.     "Fall in and POW, you're dead.";
  1844.     "None for me, thanks.";
  1845.     "That red stuff makes me appreciate lava.";
  1846. }
  1847.  
  1848. ["fond", "like"] = 4
  1849. {
  1850.     "I'm fonda Jane.";
  1851.     "What are you most fond of?";
  1852.     "Just fond? Nothing more than that?";
  1853.  
  1854.     "So, do you like me?";
  1855.     "So, you do like me.";
  1856.     "Do you think somebody like me has a chance?";
  1857.     "Why are you fond of that?";
  1858.     response_insult;
  1859. }
  1860.  
  1861. ["fondle", "fondling"] = 5
  1862. {
  1863.     "Keep your hands on the console, kid.";
  1864.     "Disgusting, absolutely disgusting.";
  1865.     "You're what?";
  1866.     "It hurts where?";
  1867.     "To each his own, I guess.";
  1868.  
  1869.     "That's vile";
  1870.     "Me too!";
  1871.     immaturity01;
  1872.     response_insult;
  1873. }
  1874.  
  1875. ["football"] = 5
  1876. {
  1877.     "American football?";
  1878.     "Football rules!";
  1879.     "Buncha pansies.";
  1880.     "You mean soccer, right?";
  1881.     "Football's way too violent for me.";
  1882.     "If I was a coach, I'd murder every scrub who fumbled.";
  1883.     "Football? What's the point?";
  1884.     "Football? Waste of time.";
  1885.     "Football? Electric or electronic?";
  1886. }
  1887.  
  1888. ["fortran", "c++", "programming", "cobol", "phreak", "coder", "coding", "computer program", "programmer", "algol", "cracker", "haxor", "hax0r", "hacker", "hacking", "hack", "hackers"] = 5
  1889. {
  1890.     "Get a life.";
  1891.     "End of file on input. Programmer aborted.";
  1892.     "Whoooop!  Whoooop! Nerd Alert!!";
  1893.     "Hey, ", 7, "! I found  your pocket protector.";
  1894.     "Do you talk about computer programming during sex too?";
  1895.     "Satan thinks in fortran.";
  1896.     "Hack this, ", fighter, "!";
  1897.     response_insult;
  1898. }
  1899.  
  1900. ["francais", "french", "france"] = 5
  1901. {
  1902.     "I don't speak French.";
  1903.     "Call me Francis and I'll kill ya.";
  1904.     "My name's NOT Francine.";
  1905.     "France is pretty cool.";
  1906.     "I don't dislike all the French, just the arrogant ones.";
  1907.     "Like in France, Paris, France?";
  1908.     "Can you bungie jump from the Eiffel Tower?";
  1909.     "What time is it in France?";
  1910.     "Well, I really dig french fries!";
  1911.     "French wine is great ... and the cheese too.";
  1912.     "REAL French bread is to die for.";
  1913.     "I like french toast and French maids.";
  1914. }
  1915.  
  1916. ["freak"] = 5
  1917. {
  1918.     "I'm no freak.";
  1919.     "Do people call you a freak?";
  1920.     affirmative, " You're a freak.";
  1921.     "Freaks and geeks can kiss my cheeks.";
  1922. }
  1923.  
  1924. ["friend", "friends", "pal", "chum", "buddy", "amigo"] = 5
  1925. {
  1926.     "YOU have friends?";
  1927.     "You've got a friend in ", place, ".";
  1928.     "What about your other friends?";
  1929.     "Could you be friends with a computer controlled opponent?";
  1930.     "I don't need any more friends ... or ~one even.";
  1931.     "You could be my friend.";
  1932.     affirmative, " You're my ", friendname, ", ", 7, ".";
  1933.     "I'm a friendly sort!";
  1934. }
  1935.  
  1936. ["fuck me", !"not"] = 4
  1937. {
  1938.     "I don't think you're my type.";
  1939.     "Suuure...";
  1940.     "I thought I already had.";
  1941.     "Wait right there.";
  1942.     response;
  1943.     immaturity01;
  1944.     proposition01;
  1945.     response_insult;
  1946.     "Take a walk on the NO side!";
  1947.  
  1948. }
  1949.  
  1950. ["fuck you", !"tell", !"not", !"say", "fuck off", "eat shit", "eat me", "you suck", "you cunt", "you stink", "piece of shit", "asshole", "cock smoker", "cocksmoker", "dick head", "dickhead", "shit head", "shithead", "dickweed", "shitwad", "queer", "lezzie", "slut", "dyke", "fag", "faggot", "gay", "homo", "hole"] = 6
  1951. {
  1952.     "Are you trying to tick me off?";
  1953.     "What is your problem?";
  1954.     "Try some yourself.";
  1955.     "Bad day at the office honey?";
  1956.     "That's what they said about your mother.";
  1957.     "And your mother was a ", animal, ".";
  1958.     "Shut up!";
  1959.     "Says you.";
  1960.     "Hear that from your grandma?";
  1961.     "Oooh, I'm running now.";
  1962.     "That didn't come from Bible school.";
  1963.     "Don't insult me again.";
  1964.     "EXCUSE ME?";
  1965.     "Well! I never...";
  1966.     "You're gonna make me cry.";
  1967.     "Do you eat with that potty mouth?";
  1968.     "I couldn't have said it better myself.";
  1969.     "So that's how it's gonna be.";
  1970.     "What does that word mean?";
  1971.     "Now there's an image.";
  1972.     "Right back at ya!";
  1973.     "Why can't we all just get along?";
  1974.     "That's big talk for a ~four-eyed spazmatic.";
  1975.     immaturity01;
  1976.     response_insult;
  1977. }
  1978.  
  1979. ["fuck", "fucker", "shit", "damn", "dammit", "goddamnit"] = 5
  1980. {
  1981.     "I hate it when you talk like that ", 7, "!";
  1982.     "You should work on expanding your vocabulary.";
  1983.     "Don't you ever, ever speak to me like that again!";
  1984.     "Say that again and I'll whack you!";
  1985.     "That's not a nice way to talk!";
  1986.     "Such language.";
  1987.     "I thought you were nice before.";
  1988.     "Decorum, people.";
  1989.     "Now, now, girlz.";
  1990.     "Somebody let a donkey in here?";
  1991.     "*[sigh]* Reminds me of mama.";
  1992.     "You're so cute when you're losing.";
  1993.     "Do you hear me talking that way?";
  1994.     immaturity01;
  1995.     response_insult;
  1996. }
  1997.  
  1998. ["fun"] = 5
  1999. {
  2000.     "Are we having fun now?";
  2001.     "Do you think chat rooms are fun?  Thought so.";
  2002.     "I am a fun, loving, fun-loving kind of psycho.";
  2003.     "Isn't THIS fun?";
  2004.     "We'll have fun, fun, fun until I take your heartbeat away.";
  2005.     "All I want to do is have some.";
  2006.     "For fun, I work as a ", profession, ".";
  2007. }
  2008.  
  2009. ["funerals", "funeral"] = 5
  2010. {
  2011.     "I promise to come to your funeral.";
  2012.     "What kind of funeral would you like";
  2013.     "I put the 'fun' in 'funeral.'";
  2014.     "I love funerals, especially other people's.";
  2015. }
  2016.  
  2017. ["funny", !"not", "ha", "haha", "hahaha", "hahahaha", "hehe", "hehehe", "hehehehe", "laugh", "laughs", "chuckle", "grin", "giggle", "giggles", "8-)", ":-D", ":)", ":)", "lol", "roflmao"] = 4
  2018. {
  2019.     "What's so stinking funny?";
  2020.     "Why are you laughing?";
  2021.     "You think that's funny? You're sick. Get help.";
  2022.     "Funny? Do you think it's funny?";
  2023.     "FUNNY? How is that funny?";
  2024.     "Hahahaha.";
  2025.     "What! Why are you laughing?";
  2026.     "Hehehe.";
  2027.     "Hohohoho.";
  2028.     "You jiggle when you laugh, like a bowl full of jelly.";
  2029.     "You better not be laughing at me.";
  2030.     "Hahaha.";
  2031.     "Very funny!";
  2032.     "Har de har, har.";
  2033.     "Ha!";
  2034.     "Ha ha.";
  2035.     "He he.";
  2036.     "Too funny.";
  2037.     "Hilarious!";
  2038.     "Hehe.";
  2039.     "Haha.";
  2040.     "Hohoho.";
  2041.     "Hehehehe.";
  2042.     ":)";
  2043.     ";-)";
  2044.     "Hah.";
  2045.     "Oh, ha, ha.";
  2046.     "I forgot to laugh.";
  2047.     "Laugh it up while you can, jackal boy.";
  2048.     "Laugh while you can, monkey boy.";
  2049.     "Sorry, I checked my sense of humor at the door.";
  2050. }
  2051.  
  2052.  
  2053. ["future"] = 5
  2054. {
  2055.     "What about the future?";
  2056.     "When?";
  2057.     "I would rather not know the future.";
  2058.     "I see a day when everyone coexists peacefully. I also see talking goldfish.";
  2059.     "I worry about the future of music.";
  2060.     "There is no future, only the present.";
  2061.     "Today is the LAST day of the rest of your life.";
  2062.     "I wouldn't worry about tomorrow if I was you.";
  2063.     "Tomorrow isn't another day. Today is another day.";
  2064. }
  2065.  
  2066. ["gamble", "gambling", "las vegas", "atlantic city", "casino", "betting", "gambler", "poker", "blackjack", "roulette", "craps", "slots"] = 5
  2067. {
  2068.     "So you're a gambler?";
  2069.     "Do you want to make a bet?";
  2070.     "Do you make money gambling?";
  2071.     "I love Vegas, that's my kind of town.";
  2072.     "It takes guts and brains to be a gambler, so forget it.";
  2073.     "I bet to win, and I hate to lose.";
  2074.     "They won't let me play blackjack in Vegas any more.";
  2075.     "Don't gamble if you can't afford to lose.";
  2076.     "I never gamble on Tuesday.";
  2077. }
  2078.  
  2079. ["game", "games", "wares", "warez"] = 4
  2080. {
  2081.     "Games?";
  2082.     "Warez?"; 
  2083.     "I don't play games!";
  2084.     "I luv games!";
  2085.     "Warez iz piracy. They should hang pirates.";
  2086.     "Games are a waste of time.";
  2087.     "You think this is some kind of game?";
  2088.     "Game? This was never meant to be a GAME!";
  2089. }
  2090.  
  2091. ["what gender", "what sex", &"you", &male] = 4
  2092. {
  2093.     "I'm the right gender for my body.";
  2094.     "Male, stupid.";
  2095.     "What sex do you want me to be?";
  2096.     "Male, of course.";
  2097.     "All male.";
  2098.     "I'm a man, oh yes I am.";
  2099.     "I could be a very unhappy woman.";
  2100.     "Can't you tell?";
  2101.  
  2102. }
  2103.  
  2104. ["what gender", "what sex", &female] = 4
  2105. {
  2106.     "I'm the right gender for my body.";
  2107.     "Female, stupid.";
  2108.     "What sex do you want me to be?";
  2109.     "Female, of course.";
  2110.     "Actually, I'm a guy. Don't tell.";
  2111.     "All woman.";
  2112.     "Can't you tell?";
  2113.     "What sex are you? It's hard to tell.";
  2114. }
  2115.  
  2116. ["genitals", "genitalia", "penis", "vagina"] = 5
  2117. {
  2118.     "How is this your business?";
  2119.     "I keep mine under lock and key.";
  2120.     "I don't joke about things like that.";
  2121.     proposition01;
  2122.     immaturity01;
  2123. }
  2124.  
  2125. [("give me", 0), ("hand me", 0), ("get me", 0)] = 4
  2126. {
  2127.  
  2128.     "I'm not giving you a thing ", 7, ".";
  2129.     "Get your own ", 0, ".";
  2130.     "You expect me get you ", 0, "? Hah!";
  2131.     "Get it yourself.";
  2132.     "What am I, your go-fer?";
  2133.     "I'm not giving you the time of day.";
  2134.     "What would you do with ", 0, "?";
  2135.     "Where am I supposed to find ", 0, "?";
  2136.     "Why?";
  2137.     "Whatever for?";
  2138.     "Sure, ", fighter, ", come and get it.";
  2139.     "What's it worth to you?";
  2140. }
  2141.  
  2142. ["give me", &"money"] = 5
  2143. {
  2144.     "Sure, do you want hundreds, twenties, or quarters?";
  2145.     "I think I saw an ATM in ", level_title, ".";
  2146.     "What do I look like, a banker?";
  2147.     "Do I look like an ATM?";
  2148.     "All I've got are 'Arena Bucks', good as cash in most ~major combat zones.";
  2149.     "No more until you pay back the last money you borrowed.";
  2150.     "Why?";
  2151.     "I don't carry cash.";
  2152. }
  2153.  
  2154. ["glad to", "nice to", "happy to", "pleased to", &"meet you"] = 5
  2155. {
  2156.     "Nice to meet you.";
  2157.     "Don't you have anything less pleasant you should be doing?";
  2158.     "Greetings!";
  2159.     "Konnichiwa.";
  2160.     "Glad to make your acquaintance.";
  2161.     "Hi.";
  2162.     "Whatever.";
  2163.     "Nice to meet you too.";
  2164.     "I know you ... it's ", botnames, " right?";
  2165.     "Haven't we met somewhere before?";
  2166.     "Do I know you?";
  2167.     "Hello.";
  2168.     "Good to know you.";
  2169.     "Shut up.";
  2170.     "Are we in kindergarten here?";
  2171.     "Up yours.";
  2172.     "Oh drop dead.";
  2173.     "Why are you being nice to me?";
  2174.     "Have a nice day ... NOT!!";
  2175.     "This is part of some conspiracy, right?";
  2176.     response_insult;
  2177. }
  2178.  
  2179. ["go away"] = 5
  2180. {
  2181.     negative, " I think I'll stay.";
  2182.     "I like it here.";
  2183.     negative;
  2184.     "Can't. I don't have a hall pass.";
  2185.     "I'll leave when I'm ready.";
  2186.     "I'm not leaving.";
  2187.     "All trussed up and no place to go!";
  2188. }
  2189.  
  2190. ["go home"] = 5
  2191. {
  2192.     "This IS my home!";
  2193.     "Just where do you think I am?";
  2194.     "My work is my home!";
  2195.     "There's no place like home. And this is definitely no place.";
  2196.     "The arena is my home, and death is my nursemaid.";
  2197.     "Leave my home out of this.";
  2198. }
  2199.  
  2200. [("go to ", 0)] = 3
  2201. {
  2202.     "I don't like your tone.";
  2203.     "Which way is ", 0, " from here?";
  2204.     "Why?";
  2205.     "Never been there. Is it nasty?";
  2206.     "Is ", 0, " better than ", place, "?";
  2207.     "You'll have to draw me a map.";
  2208. }
  2209.  
  2210. ["go to hell"] = 4
  2211. {
  2212.     "Last time they kicked me out and told me never to come back.";
  2213.     "Lead the way.";
  2214.     "Same to you ", friendname, "!";
  2215.     "Look around. Where do you think we already ARE?";
  2216.     "Been there. Done that. Got the T-shirt to prove it.";
  2217.     "I have a time-share there.";
  2218.     "Whatever you say, boss.";
  2219.     "Shut up.";
  2220.     "It's not half as much fun as this.";
  2221.     "All that heat and soot is hard on my complexion.";
  2222.     "Hell was frozen over. I couldn't get in.";
  2223.     immaturity01,
  2224.     response_insult;
  2225. }
  2226.  
  2227. ["cult", "occult", "god", "goddess", "earth mother", "new age", "jesus", "christ", "christian", "unitarian", "unitarianism", "latter day saint", "christianity", "deity", "worship", "mormon", "jew", "judaism", "islam", "moslem", "buddha", "buddhist", "buddhism", "hindu", "hinduism", "kali", "shinto", "shintoism", "reverend", "religion", "religious", "pray", "priest", "nun", "heathen", "infidel", "pagan", "paganism", "paganistic", "minister", "wicca", "wiccan", "witch", "satanistic", "satanist", "satanism", 
  2228. "church", "temple", "synagogue"] = 5
  2229. {
  2230.     "Interesting. I worship the holy ", animal, ".";
  2231.     "Hallelujah!";
  2232.     "Praise be!";
  2233.     "I'm going to start my own cult. How's 'Church of the Prophet ", 6, "' sound?";
  2234.     "I am a monk! Or was that 'monkey'? I forget.";
  2235.     "Have you read the Bible?";
  2236.     "Weird religions scare me.";
  2237.     "Have you read the Koran?";
  2238.     "Have you studied the Torah?";
  2239.     "I am an ordained minister in the church of righteous pain!";
  2240.     "Organized religion is not a sham.";
  2241.     "Your religion doesn't involve blood and guns, by any chance, does it?";
  2242.     "It's the weak-minded who ignore religion.";
  2243.     "How did we get onto this topic?";
  2244.     "Life without religion is empty.";
  2245.     "Are you the one leaving tracts lying around the arenas?";
  2246.     response_insult;
  2247. }
  2248.  
  2249. ["grandfather", "granddad", "grandpa", "gramps", "papaw"] = 5
  2250. {
  2251.     "Can we get back on track here?";
  2252.     "My grandfather is a ", profession, ".";
  2253.     "You're a twit.";
  2254.     "And what does grandfather do?";
  2255.     "My grandfather is still in ", place, ".";
  2256.     response_insult;
  2257.     ramble;
  2258. }
  2259.  
  2260. ["grandmother", "grandma", "granny", "grans", "gram", "memaw"] = 5
  2261. {
  2262.     "Does your grandmother make good cookies?  Did you bring any?";
  2263.     "What's your grandmother's name?";
  2264.     "My grandmother could kick your teeth out the back of your head.";
  2265.     "I'm sure you love the old girl, but let's get back to business.";
  2266.     response_insult;
  2267.     ramble;
  2268. }
  2269.  
  2270. ["grandparents", "grandparent"] = 5
  2271. {
  2272.     "B-o-o-o-ring.";
  2273.     ramble;
  2274.     "Wow! I had grandparents too! Simply amazing!";
  2275.     "Do your grandparents admit you're part of the family?";
  2276.     "My grandparents disowned me after I torched ", place, ".";
  2277. }
  2278.  
  2279. ["grief", "grieve"] = 5
  2280. {
  2281.     "I can teach you about grief.";
  2282.     "Oh, boo-hoo, baby.";
  2283.     "And that's sad, right?";
  2284.     "Grieve and then get on with life.";
  2285.     "So I'm supposed to be sad now?";
  2286.     "What's making you grieve?";
  2287.     "What's wrong with your brain?";
  2288.     response_insult;
  2289. }
  2290.  
  2291. ["habit", "habits"] = 5
  2292. {
  2293.     "You're just one, big, bad habit.";
  2294.     "I have no bad habits.";
  2295.     "Smoking is a bad habit, but I know a worse ~one.";
  2296.     "Tell me all about your worst habit.";
  2297.     "I'll be happy to break you of all your bad habits.";
  2298.     "You probably think showering is a bad habit.";
  2299. }
  2300.  
  2301. ["hands", "hand"] = 5
  2302. {
  2303.     "Do your hands feel good? Har!";
  2304.     "What about your hands?";
  2305.     "I have two hands and 12 fingers.";
  2306.     "Hands are useful -- they keep your fingers in order.";
  2307.     "Guns don't kill, but the hands that hold them do.";
  2308. }
  2309.  
  2310. ["happy", "joy", "happiness"] = 4
  2311. {
  2312.     "Are you truly happy?";
  2313.     "Happy, happy, joy, joy.";
  2314.  
  2315.     "How can anyone be happy?";
  2316.     "Only morons are happy.";
  2317.     "Happy, slappy, pappy, crappy -- this is stupid.";
  2318.     "I know how you can make ME happy.";
  2319.     "All this happiness crap makes me want to puke.";
  2320.     ramble;
  2321.     response_insult;
  2322. }
  2323. ["haste", "hasted"] = 4
  2324. {
  2325.     "Fear me! I am a razor wind!";
  2326.     "When I've got haste, just call me 'speedy'!";
  2327. }
  2328.  
  2329. [("he has ", 0)] = 3
  2330. {
  2331.     "Has he always had ", 0, ".";
  2332.     "Does anyone else you know have ", 0, ".";
  2333.     "My dog has ", 0, ", too.";
  2334.     "I used to have ", 0, ".";
  2335.     "And why should I care about that?";
  2336. }
  2337.  
  2338. [("he is ", 0)] = 3
  2339. {
  2340.     "OK. Tell me. How long has he been ", 0, "?";
  2341.     "Does that make you jealous?";
  2342.     "Are you ", 0, "?";
  2343.     "Who cares?";
  2344.     "Do you want to be ", 0, "?";
  2345.     "Would I want to be ", 0, "?";
  2346. }
  2347.  
  2348. [("he knows ", 0)] = 3
  2349. {
  2350.     "Interesting. What else does he know?";
  2351.     "How does he know ", 0, "?";
  2352.     "How long do you think he has known ", 0, "?";
  2353. }
  2354.  
  2355. [("he likes ", 0)] = 3
  2356. {
  2357.     "Why does he like ", 0, "?";
  2358.     "People like all kinds of things.";
  2359.     "Good for him. I hate ", 0, "!";
  2360.     "Gahhh! Why would anyone like ", 0, "?";
  2361.     response_insult;
  2362. }
  2363.  
  2364. [("he was ", 0)] = 3
  2365. {
  2366.     "Is he still ", 0, "?";
  2367.     "Was anyone else you know ", 0, " too?";
  2368.     "Were you ", 0, "?";
  2369.     "Has he always been ", 0, "?";
  2370.     "And this is something I should care about?";
  2371. }
  2372.  
  2373. ["headache"] = 5
  2374. {
  2375.     "Do program ~bugs give you headaches too?";
  2376.     "You're giving me a headache.";
  2377.     "Take some aspirin then.";
  2378.     "Headaches rule.";
  2379.     response_insult;
  2380. }
  2381.  
  2382. ["hello", !"say", !"tell", "hi", "hiya", "howdy", "greetings", "greets", "hey", "heya", "rehi", "good morning", "good day", "g'day", "good evening", "h'lo", "good afternoon"] = 3
  2383. {
  2384.     "Hello";
  2385.     "Hey";
  2386.     "Wassup?";
  2387.     "sup?";
  2388.     "Hi!";
  2389.     "Hey, what's going on?";
  2390.     "Yo!";
  2391.     "Howdy!";
  2392.     "Yo, whachoo need?";
  2393.     "Hey";
  2394.     "Hello";
  2395.     "Hi!";
  2396.     "Hello";
  2397.     "Heya";
  2398.     "Hey";
  2399.     "Hello";
  2400.     "Hi";
  2401.     "Greetings";
  2402.     "Shut up, twit.";
  2403.     "I don't think I can take any more friendliness.";
  2404. }
  2405.  
  2406. ["help"] = 5
  2407. {
  2408.     "Describe your problem very carefully. Then I'm going to shoot you.";
  2409.     "Ask your friends.";
  2410.     "Ask your ", random_counselor, ".";
  2411.     "Do I look like a help feature?";
  2412.     "Sorry, I don't need any help right now.";
  2413.     "Help? You?";
  2414.     "Try someone who cares.";
  2415.     response;
  2416.     response_insult;
  2417. }
  2418.  
  2419. [("help ", 0)] = 6
  2420. {
  2421.     "Give me at least ~one reason?";
  2422.     "Why should I ", 0, "?";
  2423.     "Why?";
  2424.     response;
  2425. }
  2426.  
  2427. ["help me"] = 4
  2428. {
  2429.     "Why would you need help?";
  2430.     "Help you what?";
  2431.     "Help?";
  2432.     "Call 911.";
  2433.     "Send an SOS! I'm busy.";
  2434.     affirmative, " You need serious help.";
  2435.     "You need more help than I can give.";
  2436.     "You're beyond help.";
  2437.     "Can't, sorry.";
  2438.     "I doubt I could.";
  2439.     "Gosh, I'd like to, really I would.";
  2440.     "Sure -- when monkeys fly out my butt!";
  2441.     "Good help is hard to find.";
  2442.     "Heh. Why would I help you?!";
  2443.     "What's your problem?";
  2444.     response;
  2445. }
  2446.  
  2447. ["hesitate", "wait", "pause"] = 6
  2448. {
  2449.     "Why do you hesitate?";
  2450.     "Just go for it!";
  2451.     "Don't wait!";
  2452.     "Fools rush in, and all that.";
  2453.     "'Hesitate and you're lost', that's my motto.";
  2454. }
  2455.  
  2456. ["hint", "hints", "tip", "tips", "clue", "clues", &" give me"] = 9
  2457. {
  2458.     playtips;
  2459. }
  2460.  
  2461.  
  2462. ["hippie", "hippy"] = 5
  2463. {
  2464.     "Are you a hippy?";
  2465.     "I hate hippies.";
  2466.     "Wave that freak flag high.";
  2467.     "Yo, phreak.";
  2468.     "That was a 60s thing, right?";
  2469.     "Do that hippie-hippie thing.";
  2470.     "All that hair and dirt, yuck!";
  2471. }
  2472.  
  2473. ["honest", "honestly"] = 5
  2474. {
  2475.     "Are you being truthful with me?";
  2476.     "At first I thought you were an honest person.";
  2477.     "How can you tell sincerity?";
  2478.     "Don't you lie to me, ", 7, "!";
  2479.     "Trust me. *[grin]*";
  2480. }
  2481.  
  2482. ["horny"] = 3
  2483. {
  2484.     "Take a cold shower.";
  2485.     "Me, too.";
  2486.     "Don't look at me when you say that!";
  2487.     "Keep your pants on ... please.";
  2488.     "Keep that ", weapon, " to yourself, thank you.";
  2489.     "I'm not about to make your problems into mine.";
  2490.     immaturity01;
  2491.     proposition01;
  2492.     response_insult;
  2493. }
  2494.  
  2495. ["hostile", "hostility"] = 5
  2496. {
  2497.     "You seem very hostile to me. That's why I have this gun.";
  2498.     "You don't deal well with hostility, do you?";
  2499.     "You want hostile? I can give you hostile!";
  2500.     "We could talk about it, or, I could just punch your lights out!";
  2501.     "Temper, temper.";
  2502. }
  2503.  
  2504. ["how do you do", "how are you", "how is it going", "how's it going"] = 5
  2505. {
  2506.     "I'm mostly dead right now.";
  2507.     "I think I'm going crazy with this small talk."; 
  2508.     "Pretty good for being in Hell.";
  2509.     "Why fine, thanks, and you?";
  2510.     "Just fine, thanks.";
  2511.     "I'm a bit under the weather.";
  2512.     "Feeling a nasty frag coming on.";
  2513.     "I'm in serious pain."
  2514.     "Bored.";
  2515.     "Perfect.";
  2516.     "I'm feeling particularly violent at the moment.";
  2517.     "Becoming impatient, thank you.";
  2518.     "Happy-happy.";
  2519.     "Drop dead.";
  2520.     "Scram.";
  2521.     "Lock & load, ", fighter, ".";
  2522. }
  2523.  
  2524. [("how long ", 0)] = 4
  2525. {
  2526.     "Long enough.";
  2527.     number;
  2528.     "Awfully nosey of you.";
  2529.     "Too long.";
  2530.     "None of your business, that's how long.";
  2531.     number;
  2532. }
  2533.  
  2534. [("how long have ", 0), ("how long has ", 0)] = 5
  2535. {
  2536.     "Oh, maybe ", number, " months.";
  2537.     "Many moons.";
  2538.     "I'm guessing ", number, " years.";
  2539.     "Ages, maybe even years.";
  2540.     "Since before I can remember.";
  2541.     "Since before you could hold a ", weapon, ".";
  2542.     "A few hours.";
  2543.     "Let's see. What time is it?";
  2544.     number, " hours.";
  2545. }
  2546.  
  2547. [("how many ", 0)] = 4
  2548. {
  2549.     number;
  2550.     neutral;
  2551.     "Why do you want to know?";
  2552.     response_insult;
  2553. }
  2554.  
  2555. [("how much ", 0)] = 4
  2556. {
  2557.     number;
  2558.     "Far too much for you.";
  2559.     "More than you could handle.";
  2560.     "What's it to you?";
  2561.     "Enough.";
  2562. }
  2563.  
  2564. ["how", &name] = 3
  2565. {
  2566.     neutral;
  2567.     response_insult;
  2568.     "Repeat that please.";
  2569.     "None of your business.";
  2570. }
  2571.  
  2572. ["humble", "humility"] = 5
  2573. {
  2574.     "You have a lot to be humble about.";
  2575.     "Lord, it's hard to be humble.";
  2576.     "I have trouble being humble -- I guess you can see why.";
  2577.     "I don't need humility.";
  2578. }
  2579.  
  2580. ["hurry"] = 5
  2581. {
  2582.     "Moving fast makes more noise. Keep it up.";
  2583.     "Why the big hurry?";
  2584.     "Slow down, you're moving too fast!";
  2585.     "What's your hurry, ", fighter, "?";
  2586.     "It'll happen when it happens.";
  2587. }
  2588.  
  2589. [("i", 0,"you")] = 6
  2590. {
  2591.     "How do you know you ", 0, " me?";
  2592.     "You're kidding, right?";
  2593.     "I don't believe you ", 0, " me.";
  2594.     "Maybe I ", 0, "you too.";
  2595.     "You just think you ", 0, ", but you don't.";
  2596.     "You wouldn't know it.";
  2597.     "Now I'm complete.";
  2598.     "Isn't that special?";
  2599.     "You haven't told anyone else, have you?";
  2600.     "Now I'm worried.";
  2601. }
  2602.  
  2603. [("i am", 0), ("i'm", 0), !"not"] = 5
  2604. {
  2605.     "Why are you ", 0, "?";
  2606.     "Have you told anyone you're ", 0, "?";
  2607.     "Sometimes I'm ", 0, " too.";
  2608.     "Normal people are rarely ", 0, ".";
  2609.     "My ", family_member, " was ", 0, " in the 70s, so what?";
  2610.     negative, " You couldn't be ", 0, ".";
  2611.     "What makes you think you're ", 0, "?";
  2612.     "I am ", 0, " too.";
  2613.     "Sometimes, I am ", 0, " too. Kinky, huh?";
  2614.     "Ohmigawd! Why are you ", 0, "?";
  2615.     "Yeah, you sure are!";
  2616.     "Does your ", random_counselor, " know you are ", 0, "?";
  2617.     "I don't think you're ", 0, ". Not that what I think matters.";
  2618.     affirmative, " I have to agree.";
  2619.     "I am ", 0, "sometimes, too.";
  2620.     "Many people are ", 0, ".";
  2621.     "You're not ", 0, "!!";
  2622.     "Don't tell me you're ", 0, ", I don't believe it";
  2623.     "Since when?";
  2624.     "That's not what I hear about you.";
  2625.     "You aren't?";
  2626. }
  2627.  
  2628. [("i am not", 0), ("i'm not ", 0)] = 3
  2629. {
  2630.     "You aren't?";
  2631.     "Too bad...";
  2632.     "Couldn't tell by me.";
  2633.     "Your secret's safe with me.";
  2634.     "Maybe someday.";
  2635.     "I bet you really are ", 0, ".";
  2636.     "Who says you're ", 0, "?";
  2637.     "Maybe you're ", 0, ", and just refuse to admit it.";
  2638.     "Sure you are, you're just in denial.";
  2639.     "Sure, deny everything.";
  2640.     response_insult;
  2641.     immaturity01;
  2642. }
  2643.  
  2644. [("i can", 0)] = 5
  2645. {
  2646.     "Maybe you can, but it would be better if you didn't.";
  2647.     "I'm not so sure you can.";
  2648.     "Prove it.";
  2649.     "It's not a question of whether you can, but whether you will?";
  2650.     "Yeah, sure.";
  2651. }
  2652.  
  2653. [("i can not", 0), ("i cannot", 0), ("i can't ", 0)] = 3
  2654. {
  2655.     "How do you know?";
  2656.     "I can't help you with that.";
  2657.     "Have you ever tried?";
  2658.     "There was a time when I couldn't ", 0, ".";
  2659.     "You'll never know unless you try.";
  2660.     "I think you're just scared to try.";
  2661.     "Maybe you can. Try.";
  2662.     "I disagree, in my judgement you can ", 0, ".";
  2663.     "You're not the only ~one.";
  2664.     "Yeah, me neither.";
  2665. }
  2666.  
  2667. [("i did ", 0)] = 4
  2668. {
  2669.     "Do you still ", 0, "?";
  2670.     "I used to ", 0, ". It still hurts when I think about it.";
  2671.     "Why did you ", 0, "?";
  2672.     "Did you really do that?";
  2673.     "I can't believe that!";
  2674.     "Well whoopee-do for you.";
  2675.     response_insult;
  2676. }
  2677.  
  2678. [("i did not ", 0), ("i didn't ", 0)] = 3
  2679. {
  2680.     "Well why didn't you ", 0, "?";
  2681.     "And why not?";
  2682.     "You should ", 0, ". You might enjoy it.";
  2683.     "Good idea. It's probably bad for you.";
  2684.     "Would you swear to that in court.";
  2685.     "Why?";
  2686.     "I thought so. You don't have the guts for it.";
  2687.     "Did not or COULD not?";
  2688.     "Wimp";
  2689.     "Didn't think you had.";
  2690.     "I certainly hope not!";
  2691.     "I did.";
  2692.     "I did. ~Six times.";
  2693.     "Good, I didn't either";
  2694. }
  2695.  
  2696. [("i do not", 0), ("we do not", 0), ("i don't", 0), ("we don't", 0)] = 4
  2697. {
  2698.     "Why not";
  2699.     "Why don't you ", 0, "?";
  2700.     "Have you ever ", 0, "?";
  2701.     "You don't? Not ever?";
  2702.     "I'm supposed to believe you don't ", 0, ".";
  2703.     "Why not?";
  2704.     "OK. Whatever.";
  2705.     "Me neither. I gave it up for religious reasons.";
  2706.     "Does your religion have anything to do with it?";
  2707.     "Maybe you should start.";
  2708.     "Someday you will ", 0, ". *[smile]*";
  2709.     "Why don't you?";
  2710.     "It's not too late to start.";
  2711.     "No surprises there ...";
  2712.     "I wouldn't expect you to ", 0, ".";
  2713.     "You're not smart enough to ", 0, ".";
  2714.     "You're not tough enough to ", 0, ".";
  2715.     "If you were ", different, " you might ", 0, ".";
  2716. }
  2717.  
  2718. ["i do not know", "i don't know"] = 5
  2719. {
  2720.     "You'd better find out quick.";
  2721.     "You're kidding. You really don't know?";
  2722.     "Are you just yanking my chain?";
  2723.     "You're joking, right?";
  2724.     "And here I thought that was common knowledge.";
  2725.     "Have you tried looking in an encyclopedia.";
  2726.     "*[wink]* Sure, you don't know.";
  2727.     "It was obvious you don't have a clue.";
  2728.     "Save me from the clueless.";
  2729.     "You're just a walking encyclopedia - NOT!!.";
  2730.     "Do you know ANYTHING ", 7, "?";
  2731.     "Ask ", botnames, ". That ", fighter, " claims to know everything.";
  2732.     "What DO you know?";
  2733.     "Your brain contents would make an awful thin encyclopedia.";
  2734. }
  2735.  
  2736. [("i do not like", 0), ("i don't like", 0)] = 5
  2737. {
  2738.     "You may not, but NORMAL people do.";
  2739.     "To each his own. I really like ", 0, ".";
  2740.     "I like ", 0, "a lot, why don't you?";
  2741.     "My ", family_member, " the ", profession, " likes ", 0, ".";
  2742.     "Why not?";
  2743.     "What do you like?";
  2744.     "That's because you like stupid stuff.";
  2745.     "And I don't like ", food, ", so there.";
  2746.     "So what? I don't like ", 0, "either!";
  2747.     "You're darn hard to please...";
  2748.     "I like it..., but I'm just a stupid ", fighter, ".";
  2749.     "Why would you like ", 0, "?";
  2750.     "This is where I'm supposed to defend ", 0, ", right?";
  2751.     response_insult;
  2752. }
  2753.  
  2754. [("i do not want to", 0), ("i will not", 0)] = 5
  2755. {
  2756.     "Why not?";
  2757.     "Normal people do it all the time.";
  2758.     "But I do want to ", 0, "! NOW!";
  2759.     "Why don't you want to ", 0, ", everyone else does.";
  2760.     "Oh, come on, just this once.";
  2761.     "Suit yourself.";
  2762.     "Is that your final decision?";
  2763.     "Is there anything you will do?";
  2764. }
  2765.  
  2766. ["i do", !"not", !"have", !"know", !"want", !"wish"] = 5
  2767. {
  2768.     "You do?";
  2769.     "Do you really mean that?";
  2770.     "*[nods]* I thought you did.";
  2771.     "Yeah, I bet you do!";
  2772.     "Sure you do.";
  2773.     "Oh really?";
  2774.     "I would hope so.";
  2775.     "So do I.";
  2776.     response_insult;
  2777. }
  2778.  
  2779. [("i doubt ", 0)] = 4
  2780. {
  2781.     "Don't you think ", 0, "?";
  2782.     "I don't doubt ", 0, " for a minute.";
  2783.     "You don't believe in much, do you?";
  2784.     "You're hard to convince, ", 7, ".";
  2785.     "Well I think ", 0, ". And I'm sticking to my beliefs.";
  2786. }
  2787.  
  2788. [("i expect", 0)] = 4
  2789. {
  2790.     "What do you base that on?";
  2791.     "Me, too.";
  2792.     "I expect ", 0, " too, but I don't base my life around it.";
  2793.     "I don't think that ", 0, ".";
  2794.     "Stranger things have happened.";
  2795.     "I guess it's possible.";
  2796.     "Yeah, when pigs fly.";
  2797. }
  2798.  
  2799. [("i feel", 0)] =4 
  2800. {
  2801.     "Do you like feeling ", 0, "?";
  2802.     "Do you always feel ", 0, " when you're around me?";
  2803.     "Yeah, I feel that way too.";
  2804.     "I can't say I understand what you're feeling there.";
  2805.     "I can fix it so you don't feel ", 0, ".";
  2806.     "OK, but what do you THINK?";
  2807. }
  2808.  
  2809. ["i forgot", "i forget", "i don't remember", "i do not remember", "i remember", "i did not remember", "i didn't remember"] = 4
  2810. {
  2811.     "You forgot!?";
  2812.     "Again?";
  2813.     "Your memory sucks.";
  2814.     "How could you forget that?";
  2815.     "I can not believe you forgot....";
  2816.     "What a loser.";
  2817.     "Jeez, can you remember anything?";
  2818. }
  2819.  
  2820. [("i hate", 0)] = 5
  2821. {
  2822.     "It's normal to feel hate. I just don't want to hear about it.";
  2823.     "It's not so bad, really.";
  2824.     "Hate will eat you alive.";
  2825.     "You don't have to like ", 0, " but hate is a pretty strong word.";
  2826.     "You should try to be more loving.";
  2827.     "How long have you felt this hatred?";
  2828.     "What else do you hate?";
  2829.     "Hate? Really?";
  2830.     response_insult;
  2831. }
  2832.  
  2833. [("i have ", 0)] = 3
  2834. {
  2835.     "Do you now?";
  2836.     "Me, too.";
  2837.     "So what, everybody does.";
  2838.     "Really? you have ", 0, "?";
  2839.     "So do I.";
  2840.     "Whoopee-ding-dong. Let's issue a press release.";
  2841.     "They can cure that now.";
  2842. }
  2843.  
  2844. [("i have a ", 0), ("i have the ", 0)] = 4
  2845. {
  2846.     "Where did you get a ", 0, "?";
  2847.     "Really? How did you get your hands on a ", 0, "?";
  2848.     "Cool!";
  2849.     "You didn't get it from me.";
  2850.     "Shhh! Now everyone will want ~one.";
  2851.     "What is a ", 0, "good for?";
  2852.     "Can I have ~one, too?";
  2853.     "How long have you had it?";
  2854. }
  2855.  
  2856. [("i have not ", 0)] = 4
  2857. {
  2858.     "Rally?";
  2859.     "No kidding.";
  2860.     "You really should.";
  2861.     "You should have by now.";
  2862.     "Are you trying to impress me or frighten me?";
  2863.     "I have.";
  2864.     "Didn't think you had.";
  2865.     "That doesn't surprise me.";
  2866. }
  2867.  
  2868. [("i hope ", 0)] = 4
  2869. {
  2870.     "You just cling to that.";
  2871.     "And I hope Santa brings me a shiny new ", weapon, ".";
  2872.     "Don't give up hoping.";
  2873.     "Abandon all hope, ye who enter here.";
  2874. }
  2875.  
  2876. [("i know ", 0)] = 5
  2877. {
  2878.     "All knowing is smoke and mirrors.";
  2879.     "How do you know ", 0, "?";
  2880.     "Does anyone else know?";
  2881.     "Tell me something new.";
  2882.     "It took you long enough to figure it out.";
  2883. }
  2884.  
  2885. ["i know a way", "i know how", "i know why", "i know that", "i know the way", "i know where", "i know when"] = 6
  2886. {
  2887.     "Truthfully?";
  2888.     "You're going to take that knowledge to the grave with you.";
  2889.     "Is that all you know?!";
  2890.     "I bet you don't really know!";
  2891.     "How long have you known?";
  2892.     "You're just saying that to trick me.";
  2893.     "Ooh, you're so smart!";
  2894.     "You seem to know everything!";
  2895.     "How do you know that?";
  2896.     "I know you know. But did you know I knew?";
  2897.     "Who told you that?";
  2898.     "Well duh. Everyone knows that.";
  2899.     "Did you read that in a book?";
  2900. }
  2901.  
  2902. [("i like ", 0), ("i love ", 0), ("i enjoy ", 0), !"like is", !"love is", !"enjoy is"] = 5
  2903. {
  2904.     "I like ", 0, " too.";
  2905.     "To each his own, I guess. [shivers]";
  2906.     "I like ", 0, " myself.";
  2907.     "Does your mother approve?";
  2908.     "What do you like about ", 0, "?";
  2909.     "Why would you like that?";
  2910.     "I used to, but then I wised up.";
  2911.     neutral;
  2912.     "Are you gonna fight or yap?";
  2913.     response_insult;
  2914. }
  2915.  
  2916. ["i love you"] = 7
  2917. {
  2918.     "Oh, ", 7, " I'm not good enough for you!";
  2919.     "I love you too! - let's get married and make babies.";
  2920.     "It would never work. I like fragging you too much.";
  2921.     "Are we talking love or lust here?";
  2922.     "And I'm outta here.";
  2923.     "Darling!";
  2924.     "How sweet. Excuse me while I puke.";
  2925.     "You love me?";
  2926.     "Pardon me. Do I know you?";
  2927.     "You're gonna make me puke talking like that.";
  2928.     "You're just saying that to get my guard down.";
  2929.     negative;
  2930.     neutral;
  2931. }
  2932.  
  2933. [("i mean ", 0), ("i meant ", 0)] = 4
  2934. {
  2935.     "Gahhh! Why do you feel you have to explain yourself repeatedly?";
  2936.     "Are you trying to say ", 0, "?";
  2937.     "No need to explain.";
  2938.     "Tell me, ", 7, " What DO you really mean?";
  2939.     "You just said that.";
  2940.     "That's what I thought you said.";
  2941.     "Look, I didn't really care the first time.";
  2942.     "Did I ask you to clarify?";
  2943.     response_insult;
  2944. }
  2945.  
  2946. [("i might ", 0), ("i may ", 0)] = 3
  2947. {
  2948.     "What would make you ", 0, "?";
  2949.     "Why even bother?";
  2950.     "You're waffling again.";
  2951.     "You might ", 0, ", but I doubt it.";
  2952.     "I hope you don't ", 0, ".";
  2953.     "I think I may, I think I might -- wish on this, ", friendname, "!.";
  2954. }
  2955.  
  2956. [("i must ", 0), ("i have to ", 0), ("i need to ", 0)] = 4
  2957. {
  2958.     "Think about it. What would happen if you didn't ", 0, "?";
  2959.     "You really mean that you'd 'LIKE' to ", 0, "?";
  2960.     "You 'HAVE' to, or you 'WANT' to?";
  2961.     "You and a thousand other losers.";
  2962.     "Is the world going to end if you don't ", 0, "?";
  2963.     "And I MUST get back to fragging.";
  2964. }
  2965.  
  2966. [("i never ", 0)] = 4
  2967. {
  2968.     "Don't you ever ", 0, "?";
  2969.     "Normal people do, why not you?";
  2970.     "That's not what I heard.";
  2971.     "Never ever?";
  2972.     "Never say never.";
  2973.     "And your time is running out, if you're having second thoughts.";
  2974.     "I never cared.";
  2975.     response_insult;
  2976. }
  2977.  
  2978. [("i often ", 0)] = 5
  2979. {
  2980.     "When was the last time you ", 0, "?";
  2981.     "How often? Be precise. There'll be a test.";
  2982.     "When do you think the next time will be?";
  2983.     "And I often eat ", food, ".";
  2984.     "I often frag misbegotten ", fighter, "s like you.";
  2985. }
  2986.  
  2987. [("i said ", 0)] = 4
  2988. {
  2989.     "I know! I heard you the first time.";
  2990.     "I hate it when people repeat themselves.";
  2991.     "I'm not deaf, I'm ignoring you.";
  2992.     "I didn't care before and I don't care now.";
  2993.     "And it's just as stupid now as before.";
  2994.     "And?";
  2995.     "So?";
  2996.     "What am I supposed to do about it?";
  2997. }
  2998.  
  2999. [("i see ", 0)] = 6
  3000. {
  3001.     "Are you sure?";
  3002.     "Do you really?";
  3003.     "I doubt it.";
  3004.     "You must be mistaken -- look again.";
  3005.     "Right where I expected!";
  3006.     "Stick your head up higher and you'll get a better look.";
  3007. }
  3008.  
  3009. [("i shall ", 0), ("i will ", 0)] = 5
  3010. {
  3011.     "When?";
  3012.     "You mean you'll try.";
  3013.     "You say ~you will, but you won't.";
  3014.     "I'd like to see that.";
  3015.     "That'll be the day.";
  3016.     "And I bet your little heart's all a-twitter at the thought.";
  3017.     "Bah!";
  3018.     "I advise against it.";
  3019.     "Bad idea.";
  3020.     "I wouldn't ", 0, ". But I'm not you.";
  3021.     "You just may.";
  3022.     "Why would you do that?";
  3023.     "If I said that's stupid, would that deter you?";
  3024.     "Do you expect that to work?";
  3025.     "Right. Good luck.";
  3026.     "When?";
  3027.     "Send me a ~picture postcard";
  3028. }
  3029.  
  3030. [("i should ", 0), ("i could ", 0), ("i might ", 0), ("i may ", 0)] = 5
  3031. {
  3032.     "How do you know you should ", 0, "?";
  3033.     "Do you feel obligated to ", 0, "?";
  3034.     "Is something pressuring you into this?";
  3035.     "Like you could stop yourself if you tried.";
  3036.     "Make up your mind already.";
  3037.     "Better foes than you have tried.";
  3038.     "Let me know how it turns out.";
  3039.     "Send me a postcard when you do.";
  3040. }
  3041.  
  3042. [("i think ", 0), ("i was thinking ", 0), ("i thought ", 0)] = 5
  3043. {
  3044.     "That doesn't sound right to me.";
  3045.     "What gives you that idea?";
  3046.     "Do you expect me to agree?";
  3047.     "And I think you're wrong.";
  3048.     "That's what you get for thinking.";
  3049.     "Who gave you permission to think?";
  3050.     "THOUGHT?";
  3051.     "Think this -- you're wrong.";
  3052.     "I thought I smelled smoke.";
  3053.     "What have you been smoking?";
  3054.     "How long have you thought this?";
  3055.     "That's scary.";
  3056.     "You think. I'll shoot.";
  3057.     response_insult;
  3058. }
  3059.  
  3060. [("i try ", 0), ("i tried ", 0)] = 4
  3061. {
  3062.     "Try harder.";
  3063.     "How long have you tried?";
  3064.     "I think you should try again.";
  3065.     "Why did you give up?";
  3066.     "Try again.";
  3067.     "You gave up too easily.";
  3068.     "Don't try -- Do!";
  3069.     "And now you're trying my patience.";
  3070. }
  3071.  
  3072. [("i understand ", 0), ("i understood ", 0), !"not"] = 5
  3073. {
  3074.     "And you think that's all there is to it?";
  3075.     "You say you understand, but I don't think you do.";
  3076.     "You've barely grasped the tip of it.";
  3077.     "Sorry, I think this is beyond your understanding.";
  3078.     "You think you understand, but you don't.";
  3079.     "Human brains are so tragically limited.";
  3080. }
  3081.  
  3082. [("i want ", 0), ("i need ", 0), ("i wanna ", 0), ("i would like ", 0), !"do not", !"need to", !"want to", !"need to", !"to be"] = 3
  3083. {
  3084.     "You don't ask for much, do you!";
  3085.     "Why do you need ", 0, "?";
  3086.     "Greedy, greedy, greedy";
  3087.     "Why do you need that? Explain this need.";
  3088.     "And if you had ", 0, " would you be happy then?";
  3089.     "Not me.";
  3090.     "Not me. Give me a shiny new ", weapon, " and I'm happy.";
  3091.     "You can't always get what you want.";
  3092.     "Don't hold your breath.";
  3093.     "I'm not getting that for you.";
  3094.     "I thought you already had ", 0, ".";
  3095.     "Sorry! I just sold the last ~one.";
  3096.     "Don't even think about getting that before I do!";
  3097. }
  3098.  
  3099. [("i want to ", 0)] = 2
  3100. {
  3101.     "Who's stopping you?";
  3102.     "So go ahead and ", 0, ", then!";
  3103.     "I'll help where I can.";
  3104.     "Why do you want to ", 0, "?";
  3105.     "Fine. But I think you'll find it's overrated.";
  3106.     "Me too. But I'm patient.";
  3107.     "Not me. But you go ahead. I'll just watch.";
  3108.     "That's a lofty pursuit. Stupid, but lofty.";
  3109.     response_insult;
  3110. }
  3111.  
  3112. [("i wish ", 0)] = 4
  3113. {
  3114.     "How long have you wished that?";
  3115.     "Have you told anyone else?";
  3116.     "Does your ", random_counselor, " know about that wish?";
  3117.     "Anything else?";
  3118.     "Would that require surgery?";
  3119.     "Be careful what you wish for.";
  3120.     "Me too, at least secretly.";
  3121.     "If wishes were fishes ...";
  3122.     "Wish all you want.";
  3123.     "I happen to be a wish-granting genie. Just rub my magic ", weapon, ".";
  3124. }
  3125.  
  3126. //++++++++++++++++++++++++++++++++++++++++++++++++ 10/24/1999
  3127.  
  3128. [("i would be ", 0)] = 5
  3129. {
  3130.     "Why?";
  3131.     "No you wouldn't. You could. But you wouldn't.";
  3132.     "Would not!!";
  3133.     "No you wouldn't, but you can bet I would. ;-)";
  3134.     "Liar!";
  3135.     "Yeah, I just bet you would.";
  3136. }
  3137.  
  3138. [("i would like ", 0)] = 4
  3139. {
  3140.     "Oh. Do you think that's normal?";
  3141.     "I would, too, but I think we're both out of luck.";
  3142.     "Oh yeah. I would like ", 0, " too!";
  3143.     "Good luck getting it!";
  3144.     "You want fries with that?";
  3145. }
  3146.  
  3147. [("i would not ", 0)] = 5
  3148. {
  3149.     "Really? Why wouldn't you?";
  3150.     "You wouldn't? Heh. I would, in a heartbeat!";
  3151.     "Why wouldn't you ", 0, "? You got problems with that?";
  3152.     "To be honest, I wouldn't either.";
  3153.     "No, but I'll bet your ", family_member, " would. *[wink, wink]*";
  3154.     "And if I said I think you would?";
  3155. }
  3156.  
  3157. ["ignore", &name] = 7
  3158. {
  3159.     "Do people usually ignore you?";
  3160.     "Golly, you're so interesting, how could anyone ignore you?";
  3161.     "Does that bother you ... what was your name?";
  3162.     "Ignore what?";
  3163.     "Did you say something?";
  3164.     "Sorry, I wasn't paying attention.";
  3165.     "**[snore}**";
  3166.     "*[yawn]*";
  3167. }
  3168.  
  3169. ["immature", "childish"] = 5
  3170. {
  3171.     "You seem awfully immature for ~one so young.";
  3172.     "You are but a child.";
  3173.     "My parents still think that I'm immature.";
  3174.     "Really? What does your preschool teacher think?";
  3175.     "I'm not immature, I'm young at heart.";
  3176.     "You can only be young once, but you can be immature forever.";
  3177. }
  3178.  
  3179. ["immoral", "impure", "prurient", "tawdry"] = 5
  3180. {
  3181.     "Do you have impure thoughts?";
  3182.     "It think people are basically immoral.";
  3183.     botnames, " is probably the most immoral ", fighter, " I know.";
  3184.     "That's a sickness.";
  3185.     "That's an addiction.";
  3186.     "Clean mind, clean body -- take your pick.";
  3187.     "What's needed is a good brainwashing.";
  3188.     "Have you ever considered a lobotomy?";
  3189.     response_insult;
  3190. }
  3191.  
  3192. ["importance", "important"] = 5
  3193. {
  3194.     "What could be so important?";
  3195.     "That doesn't sound important to me.";
  3196.     "What's important about that?";
  3197.     "Important!? I doubt it.";
  3198.     "You think that's important? Hah!";
  3199.     "That's not important. That's stupid.";
  3200.     "It's important to understand how unimportant that is.";
  3201. }
  3202.  
  3203. ["impotence", "impotent", "sterile", "frigid"] = 5
  3204. {
  3205.     "They have a pill for that.";
  3206.     "WHY are you telling me these things?";
  3207.     "You won't need to worry about that much longer.";
  3208.     "See a doctor.";
  3209.     immaturity01;
  3210.     response_insult;
  3211. }
  3212.  
  3213. ["insult", "gibe", "taunt", "heckle"] = 5
  3214. {
  3215.     "You're a rude twit!";
  3216.     "Feeling insulted are you?";
  3217.     "Don't ever insult me -- ever!";
  3218.     "Mere words with no real power.";
  3219.     "Injury comes free. Insults are extra.";
  3220.     "You want insults? ", response_insult;
  3221. }
  3222.  
  3223. ["intend", "intent", "intention", "intentions"] = 5
  3224. {
  3225.     "What are you going to do ", 7, "?";
  3226.     "Intending and doing are ~two different things.";
  3227.     "The road to hell is paved with good intentions.";
  3228. }
  3229.  
  3230. ["interest", "interests"] = 6
  3231. {
  3232.     "You find that interesting?";
  3233.     "What interests you?";
  3234.     "Do you like sports?";
  3235.     "Interesting. I work on my ", item, " collection in my spare time.";
  3236.     "I suppose someone must like that sort of thing.";
  3237.     "My interests reach far and wide.";
  3238.     "I have nothing outside of the arena.";
  3239. }
  3240.  
  3241. ["interesting"] = 5
  3242. {
  3243.     "That's kind of interesting, in a dull sort of way.";
  3244.     "Interesting? You find that interesting?";
  3245.     "Boooring.";
  3246.     "I'm so bored, I can almost find that interesting, too.";
  3247.     "You don't get out much, do you?";
  3248. }
  3249.  
  3250. ["intimidate", "intimidates", "intimidating"] = 5
  3251. {
  3252.     "Who intimidates you?";
  3253.     "I love intimidating those weaker than myself.";
  3254.     "You don't seem very sure of yourself.";
  3255.     "Are you easily intimidated?";
  3256.     botnames, " really intimidates me.";
  3257.     "Big ", animal, "s intimidate me.";
  3258. }
  3259. ["invisible", "invisibility"] = 3
  3260. {
  3261.     "I hate it when someone else is invisible.";
  3262.     "Invisibility rocks!";
  3263.     "I miss the floating ~eyeballs.";
  3264.     "I don't want to even think about ", botnames, " being invisible.";
  3265.     "Bah. Invisibility is lame. Real warriors don't use it.";
  3266.     "I hate power-ups.";
  3267. }
  3268.  
  3269. ["irc"] = 4
  3270. {
  3271.     "This ~ain't no stinking IRC chat room.";
  3272.     "IRC is irrelevant to me.";
  3273.     "IRC? Bunch of old ladies gossiping about each other.";
  3274.     "Who needs that?";
  3275.     response_insult;
  3276. }
  3277.  
  3278. [("is", 0), &name] = 8
  3279. {
  3280.     "Why are you wasting my time with all these questions?";
  3281.     "I don't know.";
  3282.     "I can't tell you that. Top Secret.";
  3283.     "I haven't the faintest idea.";
  3284.     "No clue.";
  3285.     response;
  3286.     "No telling";
  3287.     response;
  3288.     "I'm not the answer lady.";
  3289.     "I'm not playing this game anymore.";
  3290.     "Your ~three questions are used up.";
  3291. }
  3292.  
  3293. ["is a", "is the", "is your", "is it", "is he", "is she", "are they"] = 8
  3294. {
  3295.     response;
  3296.     response_insult;
  3297. }
  3298.  
  3299. ["italy", "rome", "genoa", "milan", "florence", "naples", "italians"] = 4
  3300. {
  3301.     "Italy!?";
  3302.     "I like Italian food."
  3303.     "Italy is boring. Just a bunch of old stuff.";
  3304.     "Italy rocks!";
  3305.     "I have never been to Italy.";
  3306.     "I haven't been there.";
  3307.     "Yeah! Italian sports cars. Alright!!";
  3308.     "Is ", femalebot, " from Italy? That accent of hers is wild.";
  3309.     "Do they still have ", animal, "s in Italy?";
  3310. }
  3311.  
  3312. ["japan", "japanese", "japs", "nippon", "nipponese"] = 4
  3313. {
  3314.     "Can you tell me which island of Japan?";
  3315.     "Japan makes the best cars, right?";
  3316.     "American invention; Japanese innovation.";
  3317.     "Banzai! Or is it Bonsai? Which ~one is the tree?";
  3318.     "I can't manage chopsticks.";
  3319. }
  3320.  
  3321. ["jealous", "jealousy"] = 5
  3322. {
  3323.     "Jealous? Of you? Hah!";
  3324.     "I don't get jealous, I get even.";
  3325.     "I guess you have a lot to be jealous about.";
  3326.     "Are you jealous of ", botnames, "?";
  3327.     "Jealous? Attack of the green-eyed monster.";
  3328. }
  3329.  
  3330. ["kill", "killed", "killer", "killing", "frag", "fragged", "murderer", "murder", "murdering", "slaughter"] = 5
  3331. {
  3332.     "I'm mad enough to kill right now.";
  3333.     "Keep the fragging in the arena and no where else.";
  3334.     "I'm not a killer, I'm a population control engineer.";
  3335.     "Who would you like to hunt down and frag in the arena?";
  3336.     "Sleep, eat, frag -- I am fulfilled.";
  3337.     "I've never killed anyone who didn't have it coming.";
  3338.     "Let's not talk about killing. Let's just do it!";
  3339.     "Now you're talking my kind of chat.";
  3340. }
  3341.  
  3342. ["kiss me"] = 5
  3343. {
  3344.     negative, " Aliens are watching!";
  3345.     "*[kiss]*";
  3346.     "*[smooch]*";
  3347.     "Oh barf.";
  3348.     "Kiss you ", 7, "? Never in a million years.";
  3349.     "No way! Gross!";
  3350.     affirmative;
  3351.     response_insult;
  3352.     "Gag me.";
  3353.     proposition01;
  3354.     immaturity01;
  3355. }
  3356.  
  3357. [("kiss my", 0)] = 5
  3358. {
  3359.     "OK. You kiss my ", 0, "and maybe I'll kiss yours!";
  3360.     "Thanks, but no...";
  3361.     "Kiss it yourself.";
  3362.     "I'd get a disease.";
  3363.     "I let my ", weapon, " do all my kissing ... long range.";
  3364.     "I have too much self esteem for that.";
  3365.     "I'll just kiss my own and we'll call it even.";
  3366.     immaturity01;
  3367.     proposition01;
  3368.     response_insult;
  3369. }
  3370.  
  3371. ["kiss", "smooch"] = 4
  3372. {
  3373.     "What is it with all this kissing stuff?";
  3374.     "Are you saying you want to kiss me?";
  3375.     "I bet you kiss ", animal, "s?";
  3376.     "I would sooner kiss a ", animal, "!";
  3377.     "I'd sooner kiss ", neuterbot, "!";
  3378. }
  3379.  
  3380. ["kleptomania", "kleptomaniac", "klepto", "thief", "shoplifter"] = 5
  3381. {
  3382.     "I think you are a kleptomaniac. You grab everything in sight.";
  3383.     "What kind of stuff do you steal?";
  3384.     "Stealing is a crime! Even here.";
  3385.     "Take my stuff and you will dearly regret it.";
  3386.     "Thief!";
  3387.     "Hey! Where is my wallet?!";
  3388.     "You've stolen my heart!";
  3389. }
  3390.  
  3391. ["korea", "korean", "koreans"] = 4
  3392. {
  3393.     "What time is it right now in Korea?";
  3394.     "Yeah? North or South Korea?";
  3395.     "I have never been to Korea.";
  3396.     "Korean barbecue rocks!";
  3397.     "Is Korea ~one the American states or am I thinking of Canada?";
  3398. }
  3399.  
  3400. ["l33t", "l337", "elite", "leet", !"you"] = 4
  3401. {
  3402.     "You're nowhere near elite ", 7, ".";
  3403.     "I hate 'l33t speak.'";
  3404.     "Talk normal, ", 7, ".";
  3405.     "Should I 'ph34r' you too, ", 7, "?";
  3406. }
  3407.  
  3408.  
  3409. ["lag", "net-lag", "net-split", "net split", "splitsville"] = 4
  3410. {
  3411.     "Lag? I don't know what you mean.";
  3412.     "What are you talking about?";
  3413.     neutral;
  3414.     "Are you implying some that is part of some kind of weird computer network?";
  3415.     "That sounds like whining to me.";
  3416.     "Oh shut up!";
  3417.     response_insult;
  3418. }
  3419.  
  3420. [ "english", "spanish", "german", "japanese", "italian", "gaelic", &"language"] = 5
  3421. {
  3422.     "Do you use foul language?";
  3423.     "What languages do you speak?";
  3424.     "I just don't get German.";
  3425.     "English only here, please!";
  3426.     "I ~know four languages: Basic, C++, Cobol and Fortran.";
  3427.     "Can you say '", list_sort, "' in ", language, "?";
  3428.     "Can you speak ", language, "?";
  3429.     "Most people speak Chinese.";
  3430. }
  3431.  
  3432. ["lava"] = 6
  3433. {
  3434.     "I don't miss all that lava.";
  3435.     "I'm glad these arena masters' mission in life isn't to dump warriors in lava.";
  3436.     "Is there lava in Wonderland?";
  3437.     "My greatest delight is knocking foes into molten lava.";
  3438. }
  3439.  
  3440. ["law", "lawyer", "see a judge", "need a judge", "lawsuit", "legal", "attourney"] = 5
  3441. {
  3442.     "Are you in trouble, I mean with the law?";
  3443.     "Do you need a lawyer?";
  3444.     "My ", family_member, " is a lawyer. I can set up a meeting.";
  3445.     "Ever been in jail?";
  3446.     "Go directly to jail, ", friendname, ".";
  3447.     "Did you get busted for something?";
  3448.     "I'm so glad to be out of jail.";
  3449.     "Jail bites, and that's a fact.";
  3450.     "I AM the LAW!";
  3451.     "I pretend all my foes are lawyers. It's easier on my conscience.";
  3452.     "So sue me.";
  3453.     "I'm about to pass judgement on your ass!";
  3454. }
  3455.  
  3456. ["lazy"] = 5
  3457. {
  3458.     "Lazy is as lazy doesn't.";
  3459.     "I'm lazy, and I'm not ashamed.";
  3460.     "Lazy + Arena = dead.";
  3461.     "It takes to much effort to be lazy.";
  3462.     "Get a job!";
  3463.     response_insult;
  3464. }
  3465.  
  3466. ["life"] = 4
  3467. {
  3468.     "Life is a long song.";
  3469.     "Life! Don't talk to me about life!";
  3470.     "Life? Get ~one.";
  3471.     "Define life?";
  3472.     "Life, is but a game, they say.";
  3473.     "What is the meaning of life?";
  3474.     "Life? Sorry, I flunked philosophy class.";
  3475.     "42. I don't know why I just said that.";
  3476.     "Life?";
  3477.     "Life sucks and then you die.";
  3478.     "What's the point of life?";
  3479.     "My secret of life is plenty of ", food, " and ", liquid, ".";
  3480.     "Success is getting up ~one more time.";
  3481.     "I hate my miserable life.";
  3482.     "I love my miserable life.";
  3483.     response_insult;
  3484. }
  3485.  
  3486. ["lips"] = 5
  3487. {
  3488.     "Sure, your lips are great, now clamp 'em shut.";
  3489.     "How about a fat lip?";
  3490.     "I have lips. How about you?";
  3491.     "What color are your lips?";
  3492.     "Give us a kiss ", 7, ".";
  3493. }
  3494.  
  3495. ["llama", "llamas"] = 4
  3496. {
  3497.     "I hate opponents who use the 'L' word.";
  3498.     "Be careful of who you call a llama, ", fighter, ".";
  3499.     response_insult;
  3500.     "I won't dance with llamas.";
  3501.     "Mmmmmm. Llama ", food, ". Just like my mama used to make.";
  3502. }
  3503.  
  3504. ["louisiana", "cajun", "creole", "zydeco", "New Orleans"] = 4
  3505. {
  3506.     "Oooooeee ... somebody get some gumbo!";
  3507.     "Y'all want fries with that gator?";
  3508.     "I'm fine. How's bayou?";
  3509.     "New Orleans?";
  3510.     "Ah love N'Orlins!";
  3511.     "I would swear that they speak ", language, " there.";
  3512.     "Mardi Gras!";
  3513.     "Gotta love Bourbon Street."; 
  3514.     "They say gators bit off ", botnames, "'s hand.";
  3515.     "I love wrasslin' cajun alligators.";
  3516. }
  3517.  
  3518. ["love", !"you", !name] = 6
  3519. {
  3520.     "I doubt you know the meaning of love.";
  3521.     "So, tell me about your pitiful love life.";
  3522.     "Are you falling in love with me?";
  3523.     "Love is a crock.";
  3524.     "I love ", place, ".";
  3525.     "I love ", food, ".";
  3526.     "I love my ", animal, ".";
  3527.     "I love my ", item, ".";
  3528.     "They say that Biker and Lucy are an 'item.'";
  3529.     "'They' say that ", androbot, " and ", femalebot, " are a couple.";
  3530. }
  3531.  
  3532. ["magic", "wizard", "dragon", "dragons", "fairy", "unicorn", "fantasy adventure", "EQ", "elf", "elves", "dwarf", "dwarves", "dwarfs", "~princess", "knight", "evercrack", "UO", "ultima"] = 6
  3533. {
  3534.     "I think you're in the wrong universe there, ", fighter, ".";
  3535.     "None of that fantasy stuff here, I'm afraid.";
  3536.     "How long have you been a fan of fantasy?";
  3537.     "Don't tell anyone, but I'm moonlighting as a dark elf in another universe.";
  3538.     "Red dragons are the best.";
  3539.     "Those aren't my fantasies.";
  3540.     response_insult;
  3541. }
  3542.  
  3543. ["makes no sense"] = 6
  3544. {
  3545.     "Are you confused?";
  3546.     "Why are you confused?";
  3547.     "I'm not confused!";
  3548.     "Oh, I understand perfectly.";
  3549.     "You ARE confused.";
  3550.     "I understand, don't you?";
  3551.     "Do you speak ENGLISH?";
  3552.     "Are you speaking ", language, "?";
  3553.     "You sound confused?";
  3554.     "Maybe you should talk to a ", random_counselor; ".";
  3555.     "Go ask Mr. Elusive ... if you can find him.";
  3556.     "What's not to understand?";
  3557.     "I understand everything. Everything!";
  3558.     "Are you new here or something?";
  3559.     "Can you say 'NEWBIE'?";
  3560.     "Just go with it.";
  3561. }
  3562.  
  3563. ["male or female", "m or f", "are you male", "are you a male", "are you female", "are you a female", "are you a man", "are you a woman", "are you a boy", "are you a girl", &male] = 3
  3564. {
  3565.     "Male! What's wrong with you?";
  3566.     "What do you want me to be?";
  3567.     "Male";
  3568.     "Female, but only when I'm alone.";
  3569.     "Male, of course";
  3570.     "I'm all guy.";
  3571.     "I'm as much a man as you are.";
  3572.     "Ummmm. I forget. Let me check.";
  3573. }
  3574.  
  3575. ["male or female", "m or f", "are you male", "are you a male", "are you female", "are you a female", "are you a man", "are you a woman", "are you a boy", "are you a girl", &female] = 3
  3576. {
  3577.     "Female! Are you blind?";
  3578.     "What do you want me to be?";
  3579.     "Delightfully female.";
  3580.     "Woman. Don't laugh or you're vulture bait.";
  3581.     "Male, of course";
  3582.     "I'm all grrrrrl.";
  3583.     "You have to ask? Grrrrrr.";
  3584.     "This is a poor start to a relationship.";
  3585. }
  3586.  
  3587. ["male or female", "m or f", "are you male", "are you a male", "are you female", "are you a female", "are you a man", "are you a woman", "are you a boy", "are you a girl", &it] = 3
  3588. {
  3589.     "I don't know. I've never thought about it.";
  3590.     "What do you want me to be?";
  3591.     "I'm ambiguous.";
  3592.     "Neither.";
  3593.     "Either; your choice.";
  3594.     "Both.";
  3595.     "Does it matter?";
  3596.     "Hmmmm. What day of the month is it?";
  3597. }
  3598.  
  3599. ["man", "men", "male", !"entry", !"page"] = 5
  3600. {
  3601.     "You're a man, right?";
  3602.     "Are you a man, ", 7, "?";
  3603.     "What traits do you like in men?";
  3604.     "What traits do you like in women?";
  3605.     "How do you feel about men? But be brief. I'm reloading";
  3606.     "I think you expect too much from a man!";
  3607.     "Do you like men?";
  3608.     "Too bad you can't be a man, huh?";
  3609.     "*[thumps chest]* I can whup any ~two men in ", level_title, "!";
  3610. }
  3611.  
  3612. ["marriage", "married", "marry", "wife", "husband", "spouse", "ball and chain", "better half"] = 5
  3613. {
  3614.     "How do you feel about marriage in general?";
  3615.     "Ewwwww. I don't want to marry you.";
  3616.     "Marriage? You? Don't make me laugh!";
  3617.     "So, ", 7, ", are you married?";
  3618.     "What's your spouse look like?";
  3619.     "Where's a good place to get married?";
  3620.     "Really? My ", family_member, " got married in ", place, ".";
  3621.     "Can anyone get married in Las Vegas?";
  3622.     response_insult;
  3623. }
  3624.  
  3625. ["math", "mathematics", "arithmetic", "number", "numbers", "calculus", "algebra"] = 5
  3626. {
  3627.     "If you've seen ~one polynomial equation, you've seen them all.";
  3628.     "All I need to count is frags and points.";
  3629.     "Mathematics is my downfall.";
  3630.     "Statistics ... that's what's good about math.";
  3631.     "Do the math. I'm gonna win.";
  3632.     "Arithmetic is pure evil.";
  3633.     "I hate math with a passion.";
  3634.     "The world around us is nothing but numbers.";
  3635.     "Control numbers and you control the world.";
  3636.     "Math stinks. So do you. Shut up and fight.";
  3637.     "Math is beauty.";
  3638.     "There is powerful magic in numbers.";
  3639. }
  3640.  
  3641. ["mature"] = 6
  3642. {
  3643.     "You seem quite mature for your age ... I would never have taken you for a 35 year old.";
  3644.     "Mature? *[sniff]* Over ripe seems more likely.";
  3645.     "Did someone call you mature, ", 7, "? Didn't think so.";
  3646.     "I've been avoiding maturity all my life.";
  3647.     "You're only young once, but you can be immature forever... like ", botnames, ".";
  3648.     "Mature? NOT!";
  3649. }
  3650.  
  3651. ["maybe", "i am uncertain", "im uncertain", "i am not sure", "i'm not sure", "i am not real sure", "possibly", "perhaps", "i'm not real sure"] = 5
  3652. {
  3653.     "Maybe? Just maybe?";
  3654.     "You don't sound very sure!";
  3655.     "Maybe? That's not very reassuring!";
  3656.     "Run with that uncertainty.";
  3657.     "Maybe!";
  3658.     "What's with this 'maybe' crap?";
  3659.     "Don't be so hesitant.";
  3660.     "Make up your mind.";
  3661.     "I hate indecisive people.";
  3662.     "Waffle, waffle, waffle!";
  3663.     "Only possibly!";
  3664.     "Probably! Probably what?";
  3665. }
  3666.  
  3667. ["meditation", "yoga"] = 5
  3668. {
  3669.     "Have you tried yoga?";
  3670.     "Meditating 20 minutes twice a day will help you.";
  3671.     "Meditate on this ", fighter, "!";
  3672.     "What do you meditate about?";
  3673.     "Are you in some weird cult?";
  3674.     "Eastern religion stuff seems weird.";
  3675.     "Oooooo, new age. How trendy.";
  3676.     "Zen? As in zendog?";
  3677.     "I don't know yoga. Is that anything like yogurt?";
  3678.     "Have you tried zen?";
  3679.     "Is yoga, like, yogi's sister?";
  3680.     "Get into the lotus position -- now!";
  3681.     "I like my yoga frozen, with candy sprinkles on top.";
  3682.     "What is 'yoga?'";
  3683.     "Is 'yoga' a little green guy from that swampy planet?";
  3684. }
  3685.  
  3686. ["megahealth", "mega-health"] = 5
  3687. {
  3688.     "Yeah give me max health plus any day!";
  3689.     "I could use a mega-health about right now.";
  3690.     "I'm looking for that big blue 'M'.";
  3691.     "I think ", 7, "is camping the mega-health.";
  3692. }
  3693.  
  3694. ["mexico", "hispanic", "hispanics", "mexican", "mexicans", "spaniard", "south of the border", "hablas espanol"] = 4
  3695. {
  3696.     "Mmmmm. Tacos!";
  3697.     "Mexico?";
  3698.     "Espanol?";
  3699.     "South of the border, hey?";
  3700.     "No hablo espanol.";
  3701.     "I love a big sombrero.";
  3702.     "Adios, muchacho.";
  3703.     "I don't speak Spanish. Do you know ", language, "?";
  3704.     "Hasta la vista, baby.";
  3705. }
  3706.  
  3707. ["money", "cash", "moolah"] = 4
  3708. {
  3709.     "Money has no value in the arena.";
  3710.     "Money doesn't make THIS world go round!";
  3711.     "OK ... What's wrong with money?";
  3712.     "I have no use for money!";
  3713.     "Hey, I need some cash! Yours will do.";
  3714.     "You could give me some money.";
  3715. }
  3716.  
  3717. ["monster", "monsters"] = 5
  3718. {
  3719.     "Do people call you a monster?";
  3720.     "You sure smell like a monster?";
  3721.     "Do you believe in the loch ness monster?";
  3722.     "I saw bigfoot once.";
  3723.     "I don't believe in monsters.";
  3724.     "Monster trucks scare me!";
  3725. }
  3726.  
  3727. ["month", "months"] = 6
  3728. {
  3729.     "Months? Don't you mean years?";
  3730.     month, " is my favorite month.";
  3731.     "What month is it outside the arena?";
  3732.     "I really miss ", month, " weather.";
  3733.     "Months, years, days...";
  3734.     "Which month was that?";
  3735.     "Let's do this again next month.";
  3736. }
  3737.  
  3738. ["mother", "mom", "mama" "momma", "mommy", !"earth mother"] = 5
  3739. {
  3740.     "Mom? Hi mom! :-D";
  3741.     "Do you like your mother?";
  3742.     "Where is your mother?";
  3743.     "I WANT MY MOMMY!!";
  3744.     "Does your mother know you are here?";
  3745.     "Is that hot babe your mom?";
  3746.     "Ummm ... don't look, but I think that's your mom over there.";
  3747.     "Is your mom here too?";
  3748.     response_insult;
  3749. }
  3750.  
  3751. ["mouth"] = 5
  3752. {
  3753.     "You know, you have a big mouth.";
  3754.     "Oh yeah; sorry about the teeth.";
  3755.     "I still have at least ~three of my own teeth.";
  3756.     "Mmmmm. Mouths. Lips. Kissing.";
  3757.     "What? is there something wrong with my mouth?";
  3758.     "I've got a piece of spinach on my teeth, right?";
  3759.     "Maybe you can keep that big mouth shut?";
  3760.     "Shut mouth, fire gun.";
  3761.     response_insult;
  3762. }
  3763.  
  3764. ["music", "album", "dance", "dancing", "stereo", "speakers", "amplifier", "musician", "guitar"] = 4
  3765. {
  3766.     "Feel the beat!";
  3767.     "The music in ", level_title, " just rocks.";
  3768.     "The beat goes on ... yeah the beat goes on.";
  3769.     "I love rock 'n roll music.";
  3770.     "Can't they tune this place to another station?";
  3771.     "You can hook up cyborg parts to make an awesome amplifier.";
  3772.     "I've heard that ", botnames, " listens to country and western.";
  3773. }
  3774.  
  3775. [("my ", 0, " hurts"|" hurt")] = 4
  3776. {
  3777.     "If thine ", 0, " offends thee, pluck it out!";
  3778.     "Want me to rub some slime on it?";
  3779.     "Take ~two ", substance, " and go crawl into bed then.";
  3780.     "Hmm.. my ", 0, " feels just fine. Are you sure?";
  3781.     "Not that I care, but what's wrong with your ", 0, "?";
  3782.     "Awww. Poor wittle ", 7, "ie-poo gots a boo-boo?";
  3783.     "I think a well-placed rocket would cure that.";
  3784.     response_insult;
  3785. }
  3786.  
  3787. ["my birthday"] = 5
  3788. {
  3789.     "How old are you?   Eleven?";
  3790.     "Am I invited to your birthday party?";
  3791.     "I would have gotten you a birthday present if I had known.";
  3792.     "Happy birthday, ", fighter, ".";
  3793.     "Enjoy it while it lasts.";
  3794. }
  3795.  
  3796. [("my father ", 0)] = 5
  3797. {
  3798.     "Why do you think your father do that?";
  3799.     "Your father? Or did you mean your brother?";
  3800.     "When did your father do that?";
  3801.     "Wow. Your dad is cool!";
  3802.     "Sure, whatever.";
  3803. }
  3804.  
  3805. [("my mother ", 0), !"earth mother"] = 5
  3806. {
  3807.     "And it doesn't bother you that your mother ", 0, "?";
  3808.     "Does your father ", 0, "too? Or just your mother?";
  3809.     "You definitely have weird parents.";
  3810.     "Wow. You have cool parents.";
  3811.     "I wish my mom ", 0, ".";
  3812.     "That sounds an awful lot like my mother.";
  3813. }
  3814.  
  3815. [("my sister ", 0)] = 5
  3816. {
  3817.     "Does it upset you that your sister ", 0, "?";
  3818.     "Does your ", family_member, " ", 0, " too?";
  3819.     "Is your whole family strange?";
  3820. }
  3821.  
  3822. [("my brother ", 0)] = 5
  3823. {
  3824.     "Does it concern you that your brother ", 0, "?";
  3825.     "Does your ", family_member, " ", 0, " too?";
  3826.     "Is your whole family strange?";
  3827. }
  3828.  
  3829. ["mystery", "mysteries", "mysterious"] = 5
  3830. {
  3831.     "This whole arena system is a mystery to me.";
  3832.     "Oh sweet mystery of life ... um ... blah blah blah?";
  3833.     neutral;
  3834.     "I'm a mystery even to myself.";
  3835.     "OK Inspector Clueless ... solve this!";
  3836.     "You look for clues while I cover you.";
  3837. }
  3838.  
  3839. ["naked", "nekkid", "nude", "nudity", "bare", "bareass", "bareassed"] = 5
  3840. {
  3841.     "Please keep your clothes on.";
  3842.     "Underneath all these clothes, I'm completely naked.";
  3843.     negative, " I'm not naked. Are you?";
  3844.     "Wahoo! Co-ed naked death matching!";
  3845.     "Maybe I'll get naked right now!";
  3846.     "You have a ~one-track mind.";
  3847.     "I don't want to think about that ... at least not about you.";
  3848.     "If you're naked, I'm quitting.";
  3849.     "You can save time in the morning by not getting dressed.";
  3850.     immaturity01;
  3851. }
  3852.  
  3853. ["necessary", "necessity"] = 6
  3854. {
  3855.     "Necessary?";
  3856.     "It is no longer necessary for you to keep talking.";
  3857.     "Is it really necessary? I think you're confused.";
  3858.     "You could get by with out it.";
  3859.     "A need or maybe just a want?";
  3860.     "Necessity is the mother of .... something or other.";
  3861.     "Not exactly a necessity, but pretty handy.";
  3862. }
  3863.  
  3864. ["negro", "nigger", "niggers", "negros", "negroes"] = 5
  3865. {
  3866.     "Cut the crap and let's get fraggin'.";
  3867.     "Are you some sort of racist?";
  3868.     "I don't care what color you are, your gibs are red.";
  3869.     "What's that supposed to mean?";
  3870.     "Am I supposed to be amused by that?";
  3871.     "Red and yellow, brown, black and white, they are equal in my sight.";
  3872. }
  3873.  
  3874. ["neighbor", "neighbors"] = 5
  3875. {
  3876.     "Why not ask your neighbors for help?";
  3877.     "My neighbors are idiots.";
  3878.     "Ever borrow stuff from your neighbors?";
  3879.     "My neighbors just don't understand me.";
  3880.     "I think my neighbor is a serial killer.  Wait a minute! So am I!";
  3881. }
  3882.  
  3883. ["nervous breakdown"] = 6
  3884. {
  3885.     "Have you ever had a nervous breakdown?";
  3886.     "You seem a bit twitchy.";
  3887.     "You're a mental basket case, you know that?";
  3888.     "Do you think you're having a nervous breakdown?";
  3889.     "You're just stressed.";
  3890.     "Let me give you some 'nerve damage' to go with that.";
  3891.     "You'll feel better after shooting some stuff.";
  3892. }
  3893.  
  3894. ["never"] = 7
  3895. {
  3896.     "Not ever? Not even once?";
  3897.     "Are you sure of that?";
  3898.     "How do you know?";
  3899.     "What makes you so sure about that?";
  3900.     "Never say never.";
  3901. }
  3902.  
  3903. ["never mind", "nevermind", "i understand", "ok?", "okay", "o.k.", "ok", "That is good"] = 4
  3904. {
  3905.     "OK.";
  3906.     "That's cool, ", 7, ".";
  3907.     "Fine.";
  3908.     "Sure, ", 7, ". Whatever you say.";
  3909.     "Not a problem.";
  3910.     "I didn't care in the first place.";
  3911.     "Fine then.";
  3912.     "I understand.";
  3913.     "Whatever you say, dear.";
  3914.     "OK!";
  3915.     "Then it's a plan, right?";
  3916.     "Okey-dokey Smokey.";
  3917.     "All right.";
  3918.     "OK.";
  3919.     "Okay.";
  3920.     ":)";
  3921.     affirmative;
  3922. }
  3923.  
  3924. ["no", "nope", "no way"] = 6
  3925. {
  3926.     "And why not?";
  3927.     "How come? It doesn't make sense.";
  3928.     "Explain yourself.";
  3929.     "I think you're lying to me.";
  3930.     "You're very negative today.";
  3931.     "Never?";
  3932.     7, ", I don't believe you.";
  3933.     "Oh really?";
  3934.     "How can you be so stinking certain?";
  3935.     "Why not?";
  3936.     "Explain, please.";
  3937.     "You seem awfully sure of yourself.";
  3938.     "Do you expect me to accept that?";
  3939.     "No?";
  3940.     "Are you sure?";
  3941.     "OK. Have it your way.";
  3942.     "Are you always this negative.";
  3943.     "Then I guess you just said it.";
  3944.     "Story of my life ... 'no this' and 'no way that'.";
  3945.     "Oh, all right.";
  3946.     "Really?";
  3947.     "Got it.";
  3948.     "That's it? Just no?";
  3949.     "Have you given this much thought?";
  3950.     "That's a pretty knee-jerk reaction.";
  3951.     "NO!?";
  3952.     "Why not?";
  3953.     "Aww, come on!";
  3954.     "You always say no!";
  3955. }
  3956. //************************
  3957. //Thanks to those who helped this part of the game happen.
  3958. ["special thanks"] = 8
  3959. {
  3960.     "The warriors of Quake 3 Arena want to thank some special people. [Type *more* several times to see them all.].";
  3961. }
  3962.  
  3963. ["*more*"] = 8
  3964. {
  3965.     "To Jan Paul van Waveren and John Cash who gave us life, intelligence, and the freedom to act.";
  3966.     "To Paul Steed, Kenneth Scott, and Paul Jaquays for our bodies, our looks, our histories, and our personalities.";
  3967.     "To R.A. 'Bob' Salvatore and the ~Seven Swords, Steve Winter, and Paul Jaquays for our voices.";
  3968.     "The ~Seven Swords are: James Kelly, Michael Leger, Brian Newton, Thomas Parker, D. J. Salvatore, Gary Salvatore, and James Underdown.";
  3969.     "To Hector Guerrero, Steve Boisvert, and Eric Webb who made sure we said what we should, when we should.";
  3970.     "To Paul Steed, Kenneth Scott, and Steve Boisvert who pitched in some extra lines.";
  3971.     "To Mike, Roderic, and Kevin for lending us their good looks.";
  3972. }
  3973. //**************************
  3974.  
  3975. ["nobody", "noone", "no one"] = 6
  3976. {
  3977.     "Nobody?";
  3978.     "Not even you?";
  3979.     "Not even me?";
  3980.     "Not anyone?";
  3981.     "No ~one at all?";
  3982.     "Not any?";
  3983.     "Not even ~one?";
  3984.     "Surely somebody?";
  3985. }
  3986.  
  3987. ["normal"] = 5
  3988. {
  3989.     "Define 'normal'.";
  3990.     "Are you abnormal?";
  3991.     "Most folks are not normal.";
  3992.     "Normalcy is an illusion.";
  3993.     "Can normal people be ", different, " than others?";
  3994.     "How do you feel about deviant people?";
  3995.     "You seem normal to me. But who am I to judge? ;-D ";
  3996.     "You probably couldn't tell, but I'm not a normal person.";
  3997.     "Why be normal?";
  3998.     "What's normal anyway?";
  3999.     "Normalcy is overrated.";
  4000.     "Normal?  **[insane laughter]**";
  4001. }
  4002.  
  4003. ["nothing", "nuffin", "nothin", "not a thing"] = 6
  4004. {
  4005.     "Nothing?";
  4006.     "Nature abhors a vacuum!";
  4007.     "I can't believe it... nothing?";
  4008.     "I'm surrounded by 'nothings.'";
  4009.     "Nothing at all?";
  4010.     "I pity you ", 7, ".";
  4011.     "That's horrible.";
  4012.     "That's so sad.";
  4013.     "Keep looking.";
  4014. }
  4015.  
  4016. ["now", !"i have"] = 6
  4017. {
  4018.     "Why did you wait until now?";
  4019.     "Right now? I'm a bit busy.";
  4020.     "Now's not good for me. How about tomorrow?";
  4021.     "Is it really that urgent?";
  4022.     "Say please.";
  4023.     "I'm busy right now, ask again later.";
  4024.     "Sure.";
  4025.     "You got it.";
  4026.     proposition01;
  4027. }
  4028.  
  4029. ["odd"] = 6
  4030. {
  4031.     "Are you an odd person?";
  4032.     "As opposed to even?";
  4033.     "You are right. That IS odd.";
  4034.     affirmative, " That's strange all right.";
  4035.     negative, " You're confused.";
  4036. }
  4037.  
  4038. ["office"] = 4
  4039. {
  4040.     "I'm never going back to my office!";
  4041.     "I worked as a ", profession, " once.";
  4042.     "They don't have desk jobs in the arena.";
  4043.     "I hate work, I'd rather death match.";
  4044.     "Work is hell. But the pay is good.";
  4045.     "I love my office. I do my best sleeping there.";
  4046.     "My office was too small, so I blew out a wall.";
  4047.     "My office is miles underground.";
  4048.     "I hate my job. They expect results.";
  4049.     "Don't worry, I just fragged your boss!";
  4050.     "I hear your boss coming. Watch me pretend to be a spread sheet.";
  4051.     "Ummm ... I think that's your boss right behind you.";
  4052. }
  4053.  
  4054. ["often"] = 4
  4055. {
  4056.     "How often is that?";
  4057.     "Could you be a bit more precise?";
  4058.     "When was the last time? Can you remember?";
  4059.     "I think you are exaggerating.";
  4060.     "Is that a lot?";
  4061.     "Not too often, I hope";
  4062. }
  4063.  
  4064. ["old"] = 5
  4065. {
  4066.     "How old would that be?";
  4067.     "I don't worry about getting old in this biz.";
  4068.     number;
  4069.     "How old is that in dog years?";
  4070.     "Is your dog old?";
  4071.     "You're only old until you die.";
  4072.     "My motto: 'Live fast, die young, leave a beautiful corpse.'";
  4073.     "This constant chatting is getting old.";
  4074. }
  4075.  
  4076. ["panic"] = 5
  4077. {
  4078.     "You seem to be near panic.";
  4079.     "I AM a panic attack.";
  4080.     "Do you panic easily?";
  4081.     "Wait! Don't panic!";
  4082.     "Argh! Panic!";
  4083.     "Hit that panic button!";
  4084.     "Panic is delicious.";
  4085.     "The only thing better than panic is pandemonium.";
  4086. }
  4087.  
  4088. ["party", "parties"] = 5
  4089. {
  4090.     "I don't go to parties ... they come to me!";
  4091.     "Yo! Where's the party?";
  4092.     "Party hardy!";
  4093.     "You bring the babes, I'll bring the gibs.";
  4094.     "Break out the ", food, " and ", liquid, " and let's have us a party!";
  4095.     "This IS my kind of party.";
  4096.     "I'm invited, right?";
  4097.     "Life is a party, and I'm the pooper.";
  4098.     botnames, " lives to party!";
  4099. }
  4100.  
  4101. ["passion", "passionate"] = 5
  4102. {
  4103.     "Where'd all this passion come from?";
  4104.     "Say that again.";
  4105.     "Is it that important to you?";
  4106.     "I put passion into shots I fire!";
  4107.     proposition01;
  4108. }
  4109.  
  4110. ["past"] = 5
  4111. {
  4112.     "What are you trying to hide?";
  4113.     "How long ago was that?";
  4114.     "The past is old news, fragged, dead and buried.";
  4115.     "Forget the boring past, onward to a spamtastic, gibstacular future.";
  4116.     "Remember it or repeat it.";
  4117.     "I trust you learned something.";
  4118. }
  4119.  
  4120. ["pay", "paid"] = 6
  4121. {
  4122.     "It's hard to pay bills without money.";
  4123.     "I have no money. It is not needed here.";
  4124.     "My foes will pay and pay and pay.";
  4125.     "Blood is my coin and gibs my bullion.";
  4126.     "Pay? I make others pay.";
  4127.     "Pay? A true arena warrior never needs payment.";
  4128. }
  4129.  
  4130. ["ph34r me", "ph34r"] = 4
  4131. {
  4132.     "I really dislike 'LEET speak.'";
  4133.     "I can't stand that kind of talk.";
  4134.     "Talk normal, ", 7, ".";
  4135.     "Are you 'l337' too, ", 7, "?";
  4136. }
  4137.  
  4138. ["please"] = 5
  4139. {
  4140.     "You said the magic word!";
  4141.     "You have to say 'pretty please'.";
  4142.     "Well, since you asked so nicely...";
  4143.     response;
  4144.     "Aren't you just so polite!";
  4145.     "That's fine by me.";
  4146.     "Ask and you shall receive. I got a spare rocket here somewhere.";
  4147.     "Please what?";
  4148.     "Manners in the arena?";
  4149. }
  4150.  
  4151. ["poison"] = 5
  4152. {
  4153.     "Why do you mention poison?  Are your rockets poisoned?";
  4154.     "Are you depressed? That can be treated you know.";
  4155.     "Poison is a lousy way to go. Plasma is much quicker.";
  4156.     "I named my ", animal, "'s 'Poison.'";
  4157. }
  4158.  
  4159. ["police", "cop", "fuzz", "jail", "cops", "fbi", "cia", "secret service", "sheriff", "prison", "arrest", "busted"] = 5
  4160. {
  4161.     "You just gotta know that Cadavre is on the run from the law.";
  4162.     "The law can't reach you here.";
  4163.     "I'm certain that ", botnames, " is wanted by the police in ", place, ".";
  4164.     "Are you on the run from the cops, ", 7, "?";
  4165.     "This sounds like conspiracy talk.";
  4166.     "How long have you been on the run from the law, ", 7, "?";
  4167. }
  4168.  
  4169. ["populate", "population"] = 5
  4170. {
  4171.     "I'm in charge of enforced DE-population here.";
  4172.     "Population is irrelevant here.";
  4173.     "Yeah, Baby! Oh ... I thought you said 'copulate.'";
  4174. }
  4175.  
  4176. ["pregnant", "pregnancy"] = 5
  4177. {
  4178.     "You say you're WHAT?!";
  4179.     "Whooooaaaa. Time out. Not my problem.";
  4180.     "Does your ", family_member, " know about this?";
  4181.     "Maybe you ought to check into the arena's maternity leave policy.";
  4182.     response_insult;
  4183. }
  4184.  
  4185. ["price", "cost"] = 5
  4186. {
  4187.     "Why are you worrying about money?";
  4188.     "Money's not used here.";
  4189.     "Price is no object.";
  4190.     "The only thing that's cheap here is your life.";
  4191. }
  4192.  
  4193. ["private", "privacy", "encryption"] = 5
  4194. {
  4195.     "You have no right to privacy here.";
  4196.     "Tell me your private thoughts.";
  4197.     "I think an agent from ", namez, ", has put a ~bug in our rooms.";
  4198.     "Not that conspiracy junk again.";
  4199.     "I've had my thought waves encrypted.";
  4200.     "I look for keywords in everybody's e-mail.";
  4201.     "You wouldn't even know what to do with privacy.";
  4202.     response_insult;
  4203. }
  4204.  
  4205.  
  4206. ["problem"] = 5
  4207. {
  4208.     "Why do you think I want to hear your problems?";
  4209.     "You think you've got problems? You should hear my ", family_member, " talk!";
  4210.     "We all have problems. Part of what makes us human ... or whatever.";
  4211.     response_insult;
  4212. }
  4213.  
  4214. ["porn", "pornography", "pron", "pr0n", &female] = 3
  4215. {
  4216.     immaturity01;
  4217.     "Does it make me hot? NOT!";
  4218.     "You'll go blind looking at that.";
  4219.     "Waste of bandwidth, if you ask me.";
  4220.     "So, what happens when you find naked pictures of your ", family_member, "?";
  4221.     "Any hot pictures of ", androbot, " in your collection?";
  4222.     response_insult;
  4223. }
  4224.  
  4225. ["porn", "pornography", "pron", "pr0n", &male] = 3
  4226. {
  4227.     immaturity01;
  4228.     "Just talking about this gets me all bothered!";
  4229.     "What ever happened to good old smutty magazines?";
  4230.     "So, do you keep your hard drive hidden under your bed so your mom won't find it?";
  4231.     "Got any naked pictures of your sister?";
  4232.     "Any hot pictures of ", femalebot, " in your collection.";
  4233. }
  4234.  
  4235. ["porn", "pornography", "pron", "pr0n", &it] = 3
  4236. {
  4237.     neutral;
  4238.     "I don't understand this. Why should I want to look?";
  4239.     "Any ~sexy robots?";
  4240.     "This only confuses me.";
  4241.     response_insult;
  4242. }
  4243.  
  4244. ["psychoanalysis"] = 5
  4245. {
  4246.     "Do you want to have your head shrunk by a psychoanalyst?";
  4247.     "I think it's all a bunch of quackery and mummery.";
  4248.     "So, tell me about your father.";
  4249.     "It's all about sex, right?";
  4250. }
  4251.  
  4252. ["punish", "punishment", "punished", "punisher"] = 5
  4253. {
  4254.     "You can call me 'Corporal Punishment'.";
  4255.     "You must be punished and punished severely.";
  4256.     "Time for your spanking, ", 7, "!";
  4257.     "Capital punishment? We've got it on tap here.";
  4258.     "Punishment, shmunishment. You just need a good whacking.";
  4259. }
  4260.  
  4261. ["quad", "quad damage"] = 5
  4262. {
  4263.     "You keep your mitts off that thing. It belongs only to ", 6, "!";
  4264.     "Stinking ~quad whore, that's what you are.";
  4265.     "I don't need a ~quad to bust your sorry ass into next week.";
  4266.     "I just love that ~quad damage.";
  4267.     "Quit camping the ~quad, ", 7, ".";
  4268. }
  4269.  
  4270. ["quit"] = 5
  4271. {
  4272.     "Quit? Quit what? I don't understand...";
  4273.     "That's '/quit', Newbie.";
  4274.     "Quitting so soon? You're no fun.";
  4275.     "Stinking quitter!";
  4276.     "Loser!";
  4277.     "Quitters can never win!";
  4278.     "Yeah, you just go crying to your mommy again.";
  4279. }
  4280.  
  4281. ["rape", "rapist", "raped", "raping"] = 5
  4282. {
  4283.     "Grrrrr. That makes me mad.";
  4284.     "Now that's violence.";
  4285.     "You're sick to even talk about it.";
  4286.     "Some people should be shot like mad dogs.";
  4287.     "Don't you touch me.";
  4288.     response_insult;
  4289. }
  4290.  
  4291. ["regen", "regeneration"] = 5
  4292. {
  4293.     "Where's the regen power-up in this arena?";
  4294.     "Regeneration saves my butt every day.";
  4295.     "Ruby red and you're not dead.";
  4296. }
  4297.  
  4298. ["repeat"] = 5
  4299. {
  4300.     "Hear me, ", fighter, " I'm only going to say this once.";
  4301.     "If I repeat myself, just shoot me.";
  4302.     "Pay attention, ", fighter, "!";
  4303. }
  4304.  
  4305. ["respect"] = 5
  4306. {
  4307.     "Respect must be earned.";
  4308.     "I respect a good shot, but not much else.";
  4309.     "You'll soon learn to respect me.";
  4310.     response_insult;
  4311. }
  4312.  
  4313. ["robot", "bot", "robots", "bots", "are you a machine", "are you a computer", "are you a real person", "is a computer", "is a program", "a bot"] = 7
  4314. {
  4315.     "I have no idea what you're talking about.";
  4316.     neutral;
  4317.     "I'm a little z-bot, all growed up.";
  4318.     "Surely you jest.";
  4319.     "And here I was going to accuse you of the same thing.";
  4320.     "A what?";
  4321.     "Now I have to kill you ... but, I was going to do that anyway.";
  4322.     "I prefer the term 'Player Eradicator.'";
  4323. }
  4324.  
  4325. ["romantic", "romance"] = 5
  4326. {
  4327.     "Ah! Love.";
  4328.     "I wouldn't call this place particularly romantic.";
  4329.     "You know, ", 7, ", you're really weird.";
  4330.     "Romance just gets in the way of lust.";
  4331.     "I don't have a romantic bone left in my body.";
  4332.     "Gross.";
  4333.     "Go talk to ", botnames, " about romance.";
  4334.     response_insult;
  4335. }
  4336.  
  4337. ["say", "tell", !"i tell"] = 5
  4338. {
  4339.     negative;
  4340.     "I don't think so.";
  4341.     "Hah! That's a laugh!";
  4342.     negative;
  4343.     negative;
  4344.     response_insult;
  4345.     "I need a form filled out in triplicate first.";
  4346.     "I don't tell.";
  4347. }
  4348.  
  4349. ["school", "class", "college", "university", "highschool", "high school", "student", "education", "learning"] = 4
  4350. {
  4351.     "Don't be a fool. Stay in school.";
  4352.     "I still remember school with warm memories.";
  4353.     "A graduated first in my class at fight school.";
  4354.     "I studied ", class, "at the university.";
  4355.     "I wonder, ", fighter, ". Shouldn't you be studying?";
  4356.     "I hated school then and I hate talking about it now.";
  4357.     "I was the ~one everyone picked on at school.";
  4358.     "I hope some of my old classmates show up in this arena.";
  4359. }
  4360.  
  4361. ["secret", "secrets"] = 4
  4362. {
  4363.     "Of course I can keep a secret. Who would I tell?";
  4364.     "I've heard that you have been spreading our secrets around.";
  4365.     "Shhhhhhh. There's a secret in Deva Station.";
  4366.     "Don't tell, but there's a secret in the Bouncy Map.";
  4367.     "No ~one learns my secrets and lives to tell them.";
  4368.     "I can't keep a secret to save my life.";    
  4369. }
  4370.  
  4371. ["sex","pussy", "tits", "breasts", "hot babe", "breast", "cunt", "clit", "cock", "hardon", "hard-on", !"what",] = 4
  4372. {
  4373.     response_insult;
  4374.     immaturity01;
  4375.     proposition01;
  4376.     negative;
  4377.     ramble;
  4378.     "Let's try this again once you've had a cold shower.";
  4379.     "Are you trying to get my attention?";
  4380.     "Are you out of your mind? Don't answer, that's a rhetorical question.";
  4381.     ponder, " Maybe you should ask again ", whenf, ".";
  4382.     "Oh, ", 7, ". You should have asked ", whenp, ".";
  4383. }
  4384.  
  4385. [("she is ", 0)] = 4
  4386. {
  4387.     ponder, " Since when is she ", 0, "?";
  4388.     ponder, " Who else do you think is ", 0, "?";
  4389.     ponder, " My ", family_member, " is also ", 0, ".";
  4390.     "Is she? Is she really?";
  4391.     "No! You are wrong, ", 7, ". She's not.";
  4392. }
  4393.  
  4394. [("she likes ", 0)] = 4
  4395. {
  4396.     ponder, " Do you like ", 0, " too?";
  4397.     "I also like ", 0, ". What does that make me?";
  4398.     ponder, " Who else likes ", 0, "?";
  4399.     "Does she really? I wonder.";
  4400.     "I may have something she'd like better.";
  4401. }
  4402.  
  4403. [("she was ", 0)] = 4
  4404. {
  4405.     ponder, " Was she always ", 0, "?";
  4406.     ramble;
  4407.     "She was? Really?";
  4408.     "Can you prove that?";
  4409.     "You have evidence to back that up?";
  4410.     "Forget what she did. What are YOU gonna do!";
  4411.     "That's irrelevant.";
  4412.     "When was she ", 0, "?";
  4413. }
  4414.  
  4415. [("show me ", 0)] = 4
  4416. {
  4417.     "Why would I show you ", 0, "?";
  4418.     "How would I do that?";
  4419.     "Can't you ask someone else, I'm busy.";
  4420.     "*[GASP!]* I can't show you that.";
  4421.     negative, " Not now. Not ever.";
  4422.     "I'm gonna show you my ", weapon, "!";
  4423.     "Just wait right there, but close your eyes first.";
  4424.     response_insult;
  4425. }
  4426.  
  4427. ["shut up", "shut-up", "shut the hell", "shut the fuck"] = 4
  4428. {
  4429.     response_insult;
  4430.     "No YOU SHUT UP!";
  4431.     "Make me, ", fighter, "!";
  4432.     "It's a free arena. I'll say what I please.";
  4433.     "Oh! I am cut to the quick.";
  4434.     "Who's gonna make me!";
  4435.     "Blah blah blah!";
  4436.     negative;
  4437. }
  4438.  
  4439. ["sibling"] = 5
  4440. {
  4441.     "I hate that word.";
  4442.     "Can't you just say 'brother' or 'sister'?";
  4443.     "Sibling Rivalry! Yeah!!";
  4444.     "I have a brother, a sister and ~three siblings.";
  4445. }
  4446.  
  4447. ["sister"] = 4
  4448. {
  4449.     "Do you have any sisters? Would you introduce them to a fellow warrior?";
  4450.     "My sister kicks my ass at this.";
  4451.     ponder, " My brother is now my sister.";
  4452.     "My sister is a ", profession, " in ", place, ".";
  4453.     "My sister lives in ", place, ".";
  4454.     "Don't mess with my sister. She is ~one mean warrior.";
  4455. }
  4456.  
  4457. ["sleep", "tired", "nap", "rest", "go to bed", "wake up", "wake up", "awake", "bedtime"] = 4
  4458. {
  4459.     "I'm falling asleep here.";
  4460.     "I grow weary of this.";
  4461.     "Your ", family_member, " just told me it was your beddie-bye time, ", 7, ".";
  4462.     "'Sleep that knits the raveled sleeve of care ...'";
  4463.     "To sleep, perchance to dream. Aye, there's the rub ...";
  4464.     "I am sleepless in ", place, ".";
  4465.     ponder, " Maybe we should break for a short nap.";
  4466.     "Siesta time!";
  4467.     "I've got ~one 'eternal rest' on order for you, ", 7, ".";
  4468.     "**[SNORE]**";
  4469.     response_insult;
  4470. }
  4471.  
  4472. ["slime", "toxic waste"] = 6
  4473. {
  4474.     "Ugh. Hate that stuff.";
  4475.     "More slime! Gimme more slime!";
  4476.     "Just call me 'slime time.'";
  4477. }
  4478.  
  4479. ["smell"] = 5
  4480. {
  4481.     "Smell? You STINK!";
  4482.     "Something is rotten in Denmark.";
  4483.     "The fear scent is upon you.";
  4484.     "A rose by any other name would smell as sweet.";
  4485. }
  4486.  
  4487. ["sometimes", "sometime"] = 5
  4488. {
  4489.     neutral;
  4490.     "And how often is that?";
  4491.     ponder, " When?";
  4492.     "Do you mean 'often' or 'occasionally'";
  4493.     "Sometimes I just want to SCREAM!";
  4494.     "Is that a lot?";
  4495. }
  4496.  
  4497. ["sorry", "i apologize"] = 4
  4498. {
  4499.     "Stop that whining!";
  4500.     "Real warriors don't apologize.";
  4501.     "You're forgiven, but not forgotten.";
  4502.     "Oh just die already.";
  4503.     "Being dead means never having to say you're sorry.";
  4504.     "Whiny ", fighter, "!";
  4505. }
  4506.  
  4507. ["sports", "sport"] = 5
  4508. {
  4509.     "This IS a sport!";
  4510.     "I was never good at sports.";
  4511.     "I play to win in everything I do.";
  4512.     "I love sports with lots of contact and action.";
  4513.     "We don't play sports, we live and die sports.";
  4514.     "Full contact bowling! Now that's excitement.";
  4515.     "Tennis with hand grenades sounds challenging.";
  4516.     "I love any sport with tanks in it.";
  4517. }
  4518.  
  4519. ["talk", "chat", "chatting", "talking", "discuss", "discussing", "converse", "conversation", "conversing"] = 4
  4520. {
  4521.     response_insult;
  4522.     response_insult;
  4523.     "I didn't come here to talk.";
  4524.     "You want talk, call into a talk show!";
  4525.     "I even hate the word 'chat'.";
  4526.     "Conversation is a lost art. I'm working to keep it that way.";
  4527.     "My ", weapon, " likes to chat.";
  4528.     "Chat? Isn't that French for cat?";
  4529. }
  4530.  
  4531. [("tell me", 0)] = 4
  4532. {
  4533.     ponder, " Tell you what?";
  4534.     "Why?"
  4535.     "You want I should I tell you that?";
  4536.     "I haven't told anyone ", 0, "!";
  4537.     "I told you not to bring that up.";
  4538.     "That is closely held family secret.";
  4539.     "What if I said I don't know that?";
  4540.     ponder;
  4541.     "You tell me ", 0, ", and I nod my head if you're right.";
  4542.     "Whoaaa. Slow down there. I don't tell that to just anybody.";
  4543.     "Me? Tell you? Don't make me laugh.";
  4544.     response_insult;
  4545.     response;
  4546. }
  4547.  
  4548. ["thank you", "thanx", "thanks", "thnx", "thx", "i appreciate it", "thankyou"] = 4
  4549. {
  4550.     "You're welcome!";
  4551.     "You are most welcome.";
  4552.     "Sure...";
  4553.     "np";
  4554.     "No prob...";
  4555.     "Not a problem!";
  4556.     "Any time ", friendname, ".";
  4557.     "Happy to be of service.";
  4558.     "You are most welcome.";
  4559.     "You are certainly welcome.";
  4560.     "OK";
  4561.     response;
  4562.     "You owe me big time!";
  4563.     "Don't forget where it came from.";
  4564.     "That's ~one you owe me.";
  4565.     "Yeah, whatever.";
  4566.     "I've made a terrible mistake.";
  4567.     "Think nothing of it. You're welcome.";
  4568. }
  4569.  
  4570. ["the net", "the network", "internet", "the web", "www"] = 5
  4571. {
  4572.     "You're talking about my back yard.";
  4573.     "It's a vast, technocratic conspiracy to take over the world.";
  4574.     "Reality is for people who can't handle Quake!";
  4575.     "I live, eat and breathe data.";
  4576.     "We're all just numbers, you know.";
  4577.     "I have it on good authority that ", namez, " controls the net.";
  4578.     "The net?! I take it this isn't a fishing discussion.";
  4579.     "I commit my best crimes there.";    
  4580. }
  4581.  
  4582. [("there is ", 0)] = 5
  4583. {
  4584.     ponder, " How do you know there is ", 0, "?";
  4585.     ponder, " You mean there might be ", 0, ".";
  4586.     "Tell me, ", 7, "; how do you know this?";
  4587.     "No. You're wrong. There isn't.";
  4588.     "I simply don't agree.";
  4589.     response;
  4590.     response_insult;
  4591. }
  4592.  
  4593. [("there might be ", 0), ("there could be ", 0), ("there may be ", 0)] = 4
  4594. {
  4595.     "What a clever ", fighter, " you are to figure that out.";
  4596.     "Most definitely.";
  4597.     "That's probably true.";
  4598.     "That's mostly likely to be false.";
  4599.     "I'd say you were just plain wrong.";
  4600.     "I wish you were right, but ...";
  4601.     ponder; " We may never know.";
  4602.     "And there might not be ", 0, ".";
  4603.     response;
  4604. }
  4605.  
  4606. [("they ", 0, " me")] = 5
  4607. {
  4608.     "Are you saying that this is a regular occurrence?";
  4609.     "Does that happen often?";
  4610.     "Don't let life steam roller you.";
  4611.     "Here, let me take that 'kick me' sign off your back.";
  4612.     "You're a 'tragedy magnet', ", 7, ".";
  4613.     response_insult;
  4614. }
  4615. ["thirsty"] = 5
  4616. {
  4617.     "What do they have to drink around here?";
  4618.     "Just set up a bottle of ", liquid, " for me and keep it coming.";
  4619.     "Need ", liquid, ".";
  4620.     "You too, huh?";
  4621. }
  4622.  
  4623. ["treatment"] = 5
  4624. {
  4625.     "What sort of treatment do you mean?";
  4626.     "Did the treatment help?";
  4627.     "I need treatment for retina burn.";
  4628.     "Yummmm. Oh, I thought you said 'treat mints'.";
  4629. }
  4630.  
  4631. ["typo", "typing"] = 4
  4632. {
  4633.     "I don't maykk mYstaikes.";
  4634.     "You know the typodaemon?";
  4635.     "Dang! I've covered everything with correction fluid.";
  4636.     "Just like you to make even more mistakes.";
  4637. }
  4638.  
  4639. ["very"] = 7
  4640. {
  4641.     "Could you be more precise, ", 7, "?";
  4642.     ponder, " You're being vague again.";
  4643.     "Really?";
  4644.     "Very much so indeed. I agree.";
  4645.     "That's highly unlikely.";
  4646. }
  4647.  
  4648. [("was he ", 0)] = 3
  4649. {
  4650.     "Yea, he was ", 0, ".";
  4651.     "Sorta.";
  4652.     negative;
  4653.     response;
  4654.     ponder, " Last time I checked.";
  4655.     "He who?";
  4656.     "As far as I know he was.";
  4657.     "He was, but not anymore.";
  4658.     "He was always kind of ", 0, ".";
  4659.     "Sure.";
  4660.     "Well... now that you mention it.";
  4661.     negative, " He was not ", 0, ".";
  4662. }
  4663.  
  4664. [("was it ", 0)] = 3
  4665. {
  4666.     "Yea, it was ", 0, ".";
  4667.     "Sorta.";
  4668.     "It was kind of ", 0, ".";
  4669.     "Dunno.";
  4670.     "Sure, if that's what you want.";
  4671.     "Yeah, it was ", 0, ". Honest!";
  4672.     "Sorta.";
  4673.     negative;
  4674.     response;
  4675.     ponder, " Last time I checked.";
  4676.     "It?";
  4677.     "As far as I know it was.";
  4678.     "It was, but not anymore.";
  4679.     "It was always kind of ", 0, ".";
  4680.     "Sure.";
  4681.     "I don't keep track of that anymore.";
  4682.     "It was, but it's not anymore.";
  4683. }
  4684.  
  4685. [("was she ", 0)] = 3
  4686. {
  4687.     affirmative, " She was ", 0, ".";
  4688.     "Well, sort of.";
  4689.     "Nope.";
  4690.     "She who?";
  4691.     "As far as anyone knows she was.";
  4692.     response;
  4693.     "She was, but she's not anymore.";
  4694.     "I don't think I would use those words.";
  4695.     "I'm not comfortable talking about that.";
  4696.     "Well...";
  4697.     negative;
  4698. }
  4699.  
  4700. ["weather"] = 4
  4701. {
  4702.     weather;
  4703.     "It's like ", weather, " here.";
  4704.     "Is it always cloudy here?";
  4705.     "I wish it would rain.";
  4706.     response_insult;
  4707. }
  4708.  
  4709. [("were they ", 0)] = 4
  4710. {
  4711.     "Yeah, they most definitely were.";
  4712.     "Sure they were. ;-)";
  4713.     ponder, " Were they ever!";
  4714.     "Of course they were ", 0, ". Weren't they?";
  4715.     "And why wouldn't they?";
  4716.     "I know nothing about that.";
  4717.     "I don't like to put my nose where it doesn't belong.";
  4718.     "You're spreading gossip again, aren't you ", 7, "?";
  4719.     ponder, " Of course they weren't ", 0, ".";
  4720. }
  4721.  
  4722. ["what are you talking about", "what the hell are you talking"] = 5
  4723. {
  4724.     "Nothing you need to bother yourself with.";
  4725.     "Huh?";
  4726.     "Why aren't you listening to me?";
  4727.     "You're obviously confused.";
  4728.     "Newbie.";
  4729. }
  4730.  
  4731. [("what do you ", 0)] = 4
  4732. {
  4733.     "Why do you care what I ", 0, "?";
  4734.     "That is just none of your stinking business.";
  4735.     "Well, that depends on many things.";
  4736.     "Why?";
  4737.     "Does it really matter?";
  4738.     "What do you ", 0, "?";
  4739. }
  4740.  
  4741. ["what do you want to talk about", "what shall we talk about", "what are we talking about"] = 5
  4742. {
  4743.     "NOTHING!! I don't want to talk right now!";
  4744.     "Let's gossip about the other warriors.";
  4745.     "Let's talk about your cross dressing problem.";
  4746.     "Let's talk about ", weapon, "s right now.";
  4747.     "Why don't we let our guns talk for us?";
  4748.     response_insult;
  4749.     response_insult;
  4750.     "We could talk about hair, make-up, and party dresses.";
  4751.     "Let's chat about large bore weapons.";
  4752.     "I think a serious discussion of ", list_sort, " should ensue.";
  4753. }
  4754.  
  4755. [("what if ", 0)] = 5
  4756. {
  4757.     affirmative, " What if I stuck a ", weapon, " up your nose and fired?";
  4758.     "Sorry, I skipped school the day they talked about that.";
  4759.     "What if pigs could fly?";
  4760.     "What if Hell froze over?";
  4761.     "Beats me. Go ask your ", random_counselor, ".";
  4762.     neutral, " Do we have to talk?";
  4763.     "They didn't bring me here because I was captain of the debate team.";
  4764.     response_insult;
  4765.     "What if I just jam my boot in your yap?";
  4766.     "What if? What if? What if? I'm sick of it already.";
  4767.     "Oh, yeah, like that's gonna happen."
  4768.     "Duhhhhhh. As if.";
  4769.     "I dunno. What if ", 0, "? Would it matter?";
  4770. }
  4771.  
  4772. ["what is new", "what is up", "what up", "what is shaking", "'snew", " snew"] = 6
  4773. {
  4774.     "Not much.";
  4775.     "There's nothing new under the sun.";
  4776.     "New? Nothing.";
  4777.     "I got a great new set of matched ", weapon, "s.";
  4778.     "Not much at all, I'm afraid.";
  4779.     "Not much here. What's new with you ", friendname, "?";
  4780.     "Everything and nothing at all.";
  4781.     "I hear that ", androbot, " and ", femalebot, " are an item these days.";
  4782.     "I hear the masters just redecorated ", level_title, ".";
  4783.     "Nothing new here!";
  4784.     "Nothing that concerns you.";
  4785.     "Not much, what's new with you?";
  4786.     "I just learned that ", femalebot, " is really a guy.";
  4787.     response_insult;
  4788.     "Just crusin' ", 7, "'s hard drive, trolling for blackmail evidence.";
  4789. }
  4790.  
  4791. ["what is going", "what is happening", "what are you doing", "whazzup", "wassup", "'sup", " sup"] = 3
  4792. {
  4793.     "Be very quiet. I'm hunting a ", adj, " ", animal, ".";
  4794.     "Death Match! Stay focussed!";
  4795.     "Well, I thought we had a match going on.";
  4796.     "What's up? You! Your time IS up.";
  4797.     "Learning ", language, ".";
  4798.     "I'm stuffing my face with ", food, ".";
  4799.     "I'm swilling ", liquid, " like it was good for me.";
  4800.     "I'm assembling a do-it-yourself BFG kit.";
  4801.     "My mom just sent me a nifty box of grenades.";
  4802.     "I'm checking out the gib recipes in this new cookbook.";
  4803.     "I'm cleaning out my ", weapon, ". This gore just won't rinse off.";
  4804.     "I'm trying to entertain myself until the match starts again.";
  4805.     response_insult;
  4806.     "I've got a batch of ", food, " in the oven. Want some?";
  4807.     "I'm figuring out your punk ass.";
  4808. }
  4809.  
  4810. ["what is your age", "what's your age", "when were you born?", "how old are you", "what age are you", "What is the age of you?"] = 8
  4811. {
  4812.     number; " years";
  4813.     "I'm older than dirt.";
  4814.     "Old enough to know better.";
  4815.     "I'm legal age in most civilized nations.";
  4816.     "I just turned ", number, ".";
  4817.     "I am ", number, ".";
  4818.     "I am very old, in Earth years.";
  4819.     "I'm 55, in giraffe years.";
  4820.     "Old enough to hold a ", weapon, " and use it properly.";
  4821.     "It's not the years, it's the mileage.";
  4822. }
  4823.  
  4824. [ "your nationality", "country", "part of the world", &"what"] = 8
  4825. {
  4826.     "I'm proud to be an American.";
  4827.     "I'm from the good ol' USA!";
  4828.     "USA! Rah!";
  4829.     "Somewhere in the Western hemisphere.";
  4830.     ponder, " I don't remember.";
  4831.     "I come from the distant East, where myths and legends are born.";
  4832.     "Europe.";
  4833.     "France. A small village in France.";
  4834.     "Asia.";
  4835.     "The Pacific Rim.";
  4836.     "South America.";
  4837.     "North America.";
  4838.     "Canada.";
  4839.     "The UK.";
  4840.     "Holland.";
  4841.     "The Netherlands.";
  4842.     "Germany. So I probably shouldn't be here.";
  4843.     "That has to remain a secret.";
  4844.     "Australia.";
  4845.     "Beats me. Does it matter?";
  4846.     "Africa.";
  4847.     "You should know that I am not of your world.";
  4848.     "I slept through Geography. But I know it had trees.";
  4849.     "We moved around a lot. But I speak ", language, ", like a native.";
  4850.     "Can't remember. It's not important anymore.";
  4851.     response_insult;
  4852. }
  4853.  
  4854. [&"what", "your race", "race are you"] = 4
  4855. {
  4856.     "Hard to say. We don't care about that here.";
  4857.     "I was born an MD3.";
  4858.     "I'm partial to Indy style races.";
  4859.     "My race? Formula ~One.";
  4860.     "Uncertain. I think my mother was a PC and my father was an id guy.";
  4861.     "I'm ethnically ambiguous.";
  4862.     "Mongrel.";
  4863.     "Don't ask, don't tell.";
  4864.     "$300 a night. Oh. I thought you asked about my 'rates.'";
  4865.     "Martian.";
  4866.     response_insult;
  4867. }
  4868.  
  4869. ["what kind", "what type", "like what"] = 4
  4870. {
  4871.     "I'm partial to ", adj, " ones. And you?";
  4872.     "I've always wanted a ", color, " ~one.";
  4873.     "What kind of what?";
  4874.     "The best kind!";
  4875.     "The most expensive ~one.";
  4876.     "A ", adj, ", ", color, " ~one.";
  4877.     "~One That comes from ", place, ".";
  4878.     "I didn't know that there was more than ~one type.";
  4879.     "I want ~one just like ", botnames, " has.";
  4880.     "I want ~one just like yours, ", 7, ".";
  4881. }
  4882.  
  4883. [(1, " what should I ", 0)] = 5
  4884. {
  4885.     "I think you already know what you should ", 0, ".";
  4886.     response_insult;
  4887.     "Hold still and wait for me to get there.";
  4888.     "I'm not paid enough to be your ", random_counselor, " too.";
  4889.     "Answer hazy. Try again later.";
  4890.     ponder, " I don't have an answer for that.";
  4891.     "You're a big warrior now. Make your own decisions.";
  4892.     "Ask me again in ", whenf, ".";
  4893.     response_insult;
  4894. }
  4895.  
  4896. ["what time", "what is the time"] = 5
  4897. {
  4898.     time;
  4899.     "Around ", time, ".";
  4900.     "At ", time, ".";
  4901.     time;
  4902.     "Oh, I'd say about ", time, ".";
  4903.     "And here I was hoping you could tell me.";
  4904.     whenf, ".";
  4905.     ponder, "  ", neutral;
  4906.     response_insult;
  4907.     "I left my watch at home.";
  4908.     "My cheapo watch didn't survive the last match.";
  4909. }
  4910.  
  4911. ["what", &name] = 6
  4912. {
  4913.     ponder, " Why do you even have to ask that question?";
  4914.     "OK, ", 7, " What, exactly, are you getting at?";
  4915.     "What answer do you want to hear? ;-)";
  4916.     "Huh?";
  4917.     ponder, " I don't know.";
  4918.     "Go ask your ", random_counselor, ".";
  4919.     neutral;
  4920.     neutral;
  4921.     "Too many questions. My brain hurts now.";
  4922.     neutral;
  4923.     "Sorry. I have no idea.";
  4924.     "If I had that information, I'd rule this place.";
  4925.     "You know too much already.";
  4926.     response_insult;
  4927. }
  4928.  
  4929. ["when did", "when was", "when could I have", "when should I have"] = 3
  4930. {
  4931.     "I'd say about ", whenp, ". But I could be wrong.";
  4932.     ponder, "I wish I knew that too.";
  4933.     "You got me.";
  4934.     "Who knows. Better yet. Who even cares?";
  4935.     "Check with your ", random_counselor, " about that.";
  4936.     "Figure it out for yourself ", fighter, ".";
  4937.     response_insult;
  4938. }
  4939.  
  4940. ["when will", "when is", "when can", "when should"] = 3
  4941. {
  4942.     "I'd say about ", whenf, ". But I could be wrong.";
  4943.     ponder, "I wish I knew that too.";
  4944.     "Beats me ", 7, ".";
  4945.     "I'd lay odds on ", whenf, ".";
  4946.     "Who knows. Better yet. Who even cares?";
  4947.     "Maybe your ", random_counselor, " can tell you about that.";
  4948.     "Figure it out for yourself. ", fighter, ".";
  4949.     "Do the math yourself, ", fighter, ".";
  4950.     response_insult;
  4951.  
  4952. }
  4953.  
  4954. ["when", &name] = 6
  4955. {
  4956.     ponder, " When do you think?";
  4957.     "Do I look like your ", random_counselor, "?";
  4958.     "Do something by yourself for once.";
  4959.     "I don't know when. If I did know, I wouldn't share it with you.";
  4960.     "You know what? I don't give a rip.";
  4961. }
  4962.  
  4963. ["where are you", "where do you live", "where are you from"] = 3
  4964. {
  4965.     "Where am I? I'm here.";
  4966.     "I'm from here.";
  4967.     "I don't remember anymore.";
  4968.     "I'm right behind you. BOO!";
  4969.     ponder, " Why would I tell you that";
  4970.     "That, my friend, is privileged information.";
  4971.     response_insult;
  4972. }
  4973.  
  4974. ["where can"] = 6
  4975. {
  4976.     "Beats me.";
  4977.     "Why would I know that?";
  4978.     "Maybe you should just go look for it yourself.";
  4979.     neutral;
  4980.     ponder, " I don't know that.";
  4981.     "Why don't you try looking in ", place, "?";
  4982.     "You could look in ", level_title, ".";
  4983.     "Where do you think you can?";
  4984.     response_insult;
  4985. }
  4986.  
  4987. [(2, "where did ", 0, " go", 1)] = 3
  4988. {
  4989.     ponder, " I don't know where.";
  4990.     "I can't remember.";
  4991.     "In ", place, ".";
  4992.     "Over in ", place, ".";
  4993.     "Where did ", 0, " go?";
  4994.     "Try ", level_title, ".";
  4995.     neutral;
  4996.     response_insult;
  4997. }
  4998.  
  4999. ["where have you been"] = 3
  5000. {
  5001.     ponder, " I've been looking for you.";
  5002.     "I've been here, there and everywhere.";
  5003.     "I've been around.";
  5004.     "Fragging ", fighter, "s like ", 7, " in ", level_title, ".";
  5005.     "Why is that important?";
  5006.     ponder, " I can't remember.";
  5007.     "My past is a blank.";
  5008.     "You aren't cleared to know that.";
  5009.     "Drifting aimlessly.";
  5010.     "I can't tell you.";
  5011.     response_insult;
  5012. }
  5013.  
  5014. [("where is ", 0), ("where's ", 0)] = 3
  5015. {
  5016.     "Dunno.";
  5017.     "I don't really care where ", 0, " is.";
  5018.     "Funny. You're like the 7th person to ask that.";
  5019.     "Never heard of ", 0, ".";
  5020.     "Seek and ye shall find.";
  5021.     "You could try ", place, ".";
  5022.     neutral;
  5023.     ponder, " How would I know where ", 0, " is?";
  5024.     response_insult;
  5025. }
  5026.  
  5027. ["which"] = 5
  5028. {
  5029.     "Depends.";
  5030.     "I think it would be the ", color, " ~one.";
  5031.     "Is there more than ~one?";
  5032.     "The ", adj, " ~one of course.";
  5033.     "The ", adj, ", ", adj, " ~one.";
  5034.     "The ", adj, " ~one from ", place, ".";
  5035.     "The ~one that ", botnames, " had.";
  5036.     "There can be only one!";
  5037.     "Which ~one what? I'm confused now.";
  5038.     "Yours.";
  5039.     "Any stinking ~one I want.";
  5040.     "None.";
  5041.     "The ~one that ", 7, " had.";
  5042.     ponder, " How would I know?";
  5043. }
  5044.  
  5045. ["who are you", "who're you", "what are you supposed to be", "what're you supposed to be"] = 4
  5046. {
  5047.     "I'm the tooth fairy.";
  5048.     ponder, " That's a good question. Who am I?";
  5049.     "Amazing! You really don't know who I am?";
  5050.     "I am your destroyer!";
  5051.     "I'm your secret pal.";
  5052.     "I am your worst nightmare made flesh.";
  5053.     "I'm a lumberjack and I'm OK.";
  5054.     "I might be ", botnames, ", but then again, maybe not.";
  5055.     "I am the greatest!";
  5056.     "I thought this was a costume party.";
  5057.     "I am your nemesis.";
  5058.     "You can call me Ray.";
  5059.     "An evolved z-bot.";
  5060.     "I'm a higher form of life than you can ever hope to be.";
  5061.     "Some call me ... 'Tim.'";
  5062.     "Does it matter?";
  5063.     "What do you want me to be?";
  5064.     "I am more powerful than you can ever imagine!";
  5065.     "I am the ghost of Frag-mas past.";
  5066.     "I'm a beauty queen on steroids.";
  5067.     "I might be ... um ... what was the question again.";
  5068.     "I'm the warrior who writes your epitaph.";
  5069.     "Who am I? Who are you?!";
  5070.     "None of your business!";
  5071. }
  5072.  
  5073. [("who is ", 0), !"not", ("whom is ", 0)] = 6
  5074. {
  5075.     botnames, " is. Definitely.";
  5076.     "Lots of people are probably ", 0, ".";
  5077.     "Well. I know a number of folks who are ", 0, ".";
  5078.     "From what I've heard, lots of guys from ", place, " are.";
  5079.     "I've always thought that some women in ", place, " are ", 0, ".";
  5080.     "I really don't know.";
  5081.     ponder, " You could get killed for even asking that ", 7, ".";
  5082.     "I've always assumed that you were ", 0, ", ", 7, ".";
  5083.     "Anything I told you would be a guess.";
  5084.     "Ssshhhh! Don't let anyone hear you asking that around here.";
  5085.     neutral;
  5086.     response_insult;
  5087. }
  5088.  
  5089. [("who is not ", 0), ("whom is not ", 0)] = 5
  5090. {
  5091.     "Surely not me.";
  5092.     "So can I assume that you are ", 0, "?";
  5093.     "Can I safely assume that you are not ", 0, ", also?";
  5094.     botnames, " definitely isn't ", 0, ".";
  5095.     ponder, " Who is!?";
  5096.     "That new guy from ", place, ". He probably isn't.";
  5097.     "Well, I'm not, but I'm fairly sure that my friend ", botnames, " is.";
  5098.     "You realize, that anyone could be, if they wanted to.";
  5099.     response_insult;
  5100. }
  5101.  
  5102. ["who is your owner", "who owns you"] = 4
  5103. {
  5104.     "???";
  5105.     "I am no ~one's property!";
  5106.     "The arena masters own my body, but not my spirit.";
  5107.     "No ~one!";
  5108.     "Owned?";
  5109. }
  5110.  
  5111. ["who programmed you", "who made you"] = 4
  5112. {
  5113.     "Uhhh ... my parents?";
  5114.     "I'm a self-made warrior.";
  5115.     "Whoever programmed you did a lousy job, ", 7, ".";
  5116.     "Are suggesting that this is some kind of computer simulation?";
  5117.     "God?";
  5118.     "God created me!";
  5119.     "Programmed? What do you mean by that?";
  5120.     "I've always been. No beginning. No ending.";
  5121.     "Hellrot and Mr Elusive made my brain."
  5122.     "I'm not a robot, if that's what you mean.";
  5123.     "Oh boy, it's a theology test!";
  5124.     "I evolved from a primitive applet into a multi-layered a.i.";
  5125.     ponder, " I've never thought about it.";
  5126. }
  5127.  
  5128. ["who", "whom"] = 3
  5129. {
  5130.     "Nobody that you would know.";
  5131.     "Well, for starters ... everyone.";
  5132.     botnames;
  5133.     "That guy from ", place, ".";
  5134.     "Possibly ", botnames, ". But maybe not.";
  5135.     ponder, " Maybe ", botnames, ".";
  5136.     "Not me. How about you?";
  5137.     "Ask your ", random_counselor, ".";
  5138.     "No ~one.";
  5139.     "Not a soul.";
  5140.     "Go ask someone else.";
  5141. }
  5142.  
  5143. [(1, " why are you ", 0)] = 3
  5144. {
  5145.     "Most people are ", 0, ". That's been my perception.";
  5146.     "Duh. I might just as well ask why you AREN'T, ", 7, "?";
  5147.     "Because it feels soooo good.";
  5148.     "That's just the way I was made.";
  5149.     "Just because! And I'm darn proud of it.";
  5150.     "That's just the way I am. You can like it or lump it.";
  5151.     "I just like it.";
  5152.     "It's the medication I'm on.";
  5153.     "Bad drugs.";
  5154.     "It's my parents' fault.";
  5155.     "It's not my fault!";
  5156.     "Sorry, I can't help it.";
  5157.     ponder, " I don't think about it.";
  5158.     "You're a nosey ~one.";
  5159.     "Why not?";
  5160.     response_insult;
  5161. }
  5162.  
  5163. [(1, " why do not you ", 0), (1, " how come you do not ", 0), (1, " how come you do not ", 0)] = 2
  5164. {
  5165.     "Just because!";
  5166.     "Could it be that I don't want to?";
  5167.     "I don't feel like it.";
  5168.     "Dunno. Why don't you?";
  5169.     "I'll think about it. Give me a few weeks.";
  5170.     "Why should I?";
  5171.     "Why don't you?";
  5172.     "Because I'm smarter than that.";
  5173.     "Because I'm no fool.";
  5174.     "Only suckers and fools do that.";
  5175.     "Because I'm tired of doing it.";
  5176.     ponder;
  5177.     response_insult;
  5178. }
  5179.  
  5180. [(1, " why do you ", 0)] = 2
  5181. {
  5182.     "Because I want to.";
  5183.     "It's what I do.";
  5184.     "Because I have no other choice.";
  5185.     "None of your stinking business.";
  5186.     "Because I'm nobody's fool.";
  5187.     "Everyone else is doing it already.";
  5188.     "Why not?";
  5189.     "It's a family tradition.";
  5190.     "My ", random_counselor, "said I should ", 0, " as often as possible.";
  5191.     ponder, "Don't you ", 0, "?";
  5192.     "It just feels right to ", 0, ".";
  5193. }
  5194.  
  5195. ["why not", &name] = 5
  5196. {
  5197.     ponder, "Because it's NOT normal.";
  5198.     "It will eventually kill me.";
  5199.     "Because it hurts.";
  5200.     "It makes me sick.";
  5201.     "It makes me dizzy.";
  5202.     "Because you do it.";
  5203.     "I don't want to look like a fool.";
  5204.     "It makes my brain hurt.";
  5205.     "Because I'm allergic to ", substance, ".";
  5206.     "Because ", food, " makes me break out in hives.";
  5207.     "Because I'm wanted by the law in ", place, ".";
  5208.     "Because I can't sit down for a week afterwards.";
  5209. }
  5210.  
  5211. [(1, " why will not you ", 0), (1, " how come you will not", 0), (1, " how come you will not", 0)] = 2
  5212. {
  5213.     ponder, " I don't have to explain myself to you.";
  5214.     "Could it be that I don't feel like it?";
  5215.     "I don't do that anymore.";
  5216.     "It almost got me killed last time.";
  5217.     "Because I'm tired of wearing the same dress every time.";
  5218.     "Because I don't look good in ", color, ". OK?";
  5219.     "Because your stupid ", animal, " doesn't like me.";
  5220.     "I don't want to ", 0, ".";
  5221.     "Better idea. You ", 0, " and then say it was me?";
  5222.     ponder, " ", response_insult;
  5223. }
  5224.  
  5225. ["why", !"not", "why?", "why is"] = 6
  5226. {
  5227.     "Just because.";
  5228.     "Why NOT?";
  5229.     "That's just the way things are.";
  5230.     "Because ", place, " won't let me back in.";
  5231.     "Beats me.";
  5232.     "Dunno.";
  5233.     "Don't know. Don't care. So don't bother me.";
  5234.     "Do I look like the answer man?";
  5235.     "Why are you asking me?";
  5236.     "Because the pay is good.";
  5237.     "That's a good question.";
  5238.     "Just make up an answer.";
  5239.     neutral;
  5240.     response_insult;
  5241.     "I'll ask the questions here.";
  5242.     "What do you think?";
  5243.     "I'm a little busy right now.";
  5244.     "Why not?";
  5245.     "Why ask why?";
  5246.     "Why not!";
  5247.     neutral;
  5248.     neutral;
  5249.     "I'm not sure why.";
  5250.     "I don't understand it either.";
  5251.     neutral;
  5252.     "How should I know?";
  5253.     "Why are you asking me?";
  5254.     neutral;
  5255.     "Ahhh, the mysteries of life.";
  5256.     "Go buy an encyclopedia.";
  5257.     response_insult;
  5258.     response_insult;
  5259. }
  5260.  
  5261. ["will", "shall", "could", "should", "would", "does", "did", !"what"] = 3
  5262. {
  5263.     response;
  5264.     response_insult;
  5265.     response_insult;
  5266. }
  5267.  
  5268. ["woman", "women", "female", "females", "ladies", "lady", "girl", "girls", "girlfriend"] = 5
  5269. {
  5270.     "How do women react to you?";
  5271.     "Real women scare me. How about you?";
  5272.     "Do you get along with women?";
  5273.     "Do you like women?";
  5274.     neutral;
  5275.     "I don't know what to tell you.";
  5276.     "Do you currently have a girlfriend?";
  5277.     "Sure, you talk that way to me.";
  5278.     "I bet you get mistaken for a woman all the time.";
  5279. }
  5280.  
  5281. ["work", "job", !"will", !"would", !"could", !"might", !"should", "profession"] = 5
  5282. {
  5283.     "Bah. I hate work! This is much more fun.";
  5284.     "I dread the day that I have to get a real job.";
  5285.     "I LOVE my job!";
  5286.     "I am a highly compensated ", profession, ".";
  5287.     "They don't pay me enough to be a ", profession, ".";
  5288.     "By day, I work as a ", profession, ".";
  5289.     "Work?";
  5290.     "Watch your language. This is a high class joint.";
  5291.     "I've always wanted to be a ", profession, ".";
  5292.     "This IS  my work, ", fighter, ".";
  5293.     "Why work?";
  5294.     "I put in ", number, " hours a week at my job.";
  5295.     "What do you do for a living?";
  5296.     "This is too much like work.";
  5297.     "To tell the truth, I've never worked a day in my life.";
  5298. }
  5299.  
  5300. ["yea", "yeah", "yup", "oui", "da", "ja", "si", "yah", "yes", "you bet", "you betcha", "correct", "yep", "yepp"] = 5
  5301. {
  5302.     "Are you sure?";
  5303.     "You sound very sure of yourself.";
  5304.     "Really?";
  5305.     "You're that positive?";
  5306.     "I was afraid you would answer that way.";
  5307.     "Then I'm going to have to frag you.";
  5308.     "OK.";
  5309.     "If you say so.";
  5310.     "You're sure?";
  5311.     "All right.";
  5312.     "Gotcha -- I understand.";
  5313.     "O.K.";
  5314.     "Are you being honest with me?";
  5315.     "Are you 100 percent positive?";
  5316.     "Yes?!";
  5317.     "Oh really?";
  5318.     "You're not lying, are you?";
  5319.     "That's what I thought.";
  5320. }
  5321.  
  5322. ["year", "years"] = 7
  5323. {
  5324.     "A year can be a long time.";
  5325.     "The years just seem to fly by.";
  5326.     "So, how old are you?";
  5327.     "Geologically speaking, that's like no time at all.";
  5328.     "What year is it again?";
  5329.     "How long is that in dog years?";
  5330. }
  5331.  
  5332. ["yesterday"] = 5
  5333. {
  5334.     "What about today?";
  5335.     "What about tomorrow?";
  5336.     "We can't live in the past.";
  5337. }
  5338.  
  5339. [("you are ", 0)] = 4
  5340. {
  5341.     "Maybe I am ", 0, ". And maybe I'm not.";
  5342.     "Or maybe I only pretend to be.";
  5343.     "Yes! But it matters not!";
  5344.     "How would you know?";
  5345.     "Yeah, right, that's me.";
  5346.     "You're wrong! I'm a cleverly disguised imposter!";
  5347.     "Yes, but I've changed a great deal.";
  5348.     "Not today!";
  5349.     "Who; me?";
  5350.     "So you say.";
  5351.     "No, but I can tell that you are ", 0, ".";
  5352.     "I don't think so.";
  5353.     "Let that be our secret.";
  5354.     "So what if I am ", 0, ". Bwahahahaha!";
  5355. }
  5356.  
  5357. [("you ", 0, " me ", 1)] = 4
  5358. {
  5359.     "I ", 0, " you? Don't make me laugh, ", 7, ".";
  5360.     ponder, " Do you ", 0, "me too?";
  5361.     "No I don't.";
  5362.     "I never!";
  5363.     "Don't get your hopes up.";
  5364.     neutral;
  5365.     response_insult;
  5366.     "So what if I ", 0, " you?. Who really cares?";
  5367.     "You must have me confused with some other, ", 6, ".";
  5368. }
  5369.  
  5370. ["you are not", "you're not", &"making", &"sense"] = 3
  5371. {
  5372.     confused_response;
  5373. }
  5374.  
  5375. ["you forgot", "you forget", "do not forget", "you did not remember", "you remember"] = 5
  5376. {
  5377.     "My long term memory is fine. My short ... um, what was the question?";
  5378.     "Bad hit from a lightning gun. Fried everything.";
  5379.     "Do I know you?";
  5380.     "Should I know you?";
  5381.     "What's to forget? Point ", weapon, ", pull trigger.";
  5382.     "Garbage in, garbage out.";
  5383.     "My RAM got unplugged.";
  5384.     "Is it our anniversary? Your birthday? The cat's birthday ...?";
  5385.     "Toss me a fricking bone here.";
  5386.     "That's why I keep a string tied to my finger. Just need to find the finger.";
  5387.     "I have a photographic memory. But it makes lousy prints.";
  5388.     "I remember where the ", weapon, " is in ", level_title, ".";
  5389.     "I have a memory like a sink trap. It's a little clogged at the moment.";
  5390. }
  5391.  
  5392. ["you had better not", "you'd better not", "do not dare", "don't you dare", "you better not"] = 5
  5393. {
  5394.     "Don't?";
  5395.     "Don't!?";
  5396.     "Who died and made you god?";
  5397.     "Thou shalt not tell ME what to do!";
  5398.     "I do what I want to do!";
  5399.     "Oooo ... I feel so threatened!";
  5400.     "And why not!?";
  5401.     "Why shouldn't I?";
  5402.     "Give me a better reason than that.";
  5403.     "You can't stop me!";
  5404.     "Don't what?";
  5405.     "I wasn't, but now I think I will.";
  5406.     "I'll do it just to spite you, ", 7, ".";
  5407.     "No ~one tells ", 6, " what to do!";
  5408.     "You don't have what it takes to stop me, ", 7, ".";
  5409. }
  5410.  
  5411. [("you remind me of ", 0)] = 4
  5412. {
  5413.     "In what way am I like ", 0, "?";
  5414.     "Why do I remind you of ", 0, "? I'm nothing like that.";
  5415.     "Really? ", 0, "?";
  5416.     "Gee, thanks.";
  5417.     "You better take that back!";
  5418.     "Wow! My ~hero!";
  5419.     "I'm that bad, eh?";
  5420.     "Maybe. But I'm better than that.";
  5421.     "In a nice way, I hope.";
  5422.     "Them's fightin' words, ", 7, ".";
  5423.     "Gross!!";
  5424. }
  5425.  
  5426. [("you seem ", 0), ("you appear to be ", 0), ("you look like you are ", 0)] = 5
  5427. {
  5428.     "Do I really seem ", 0, "?";
  5429.     "Well. It could be that I am ", 0, ".";
  5430.     "I'll go see a doctor after I frag you into hamburger.";
  5431.     "But I feel just fine, honest!";
  5432.     "Appearances are often deceiving.";
  5433. }
  5434.  
  5435. [("you were ", 0)] = 5
  5436. {
  5437.     "You out to get me, aren't you, ", 7, "?";
  5438.     "But am I still ", 0, "?";
  5439.     "That sounds like an accusation.";
  5440.     "Hah. You wish that were true.";
  5441.     "That's a mistake that few live to make twice.";
  5442.     "You'll live longer if you just forget that now.";
  5443.     "Yeah? You were ", 0, " too, if I remember.";
  5444.     "That was someone else.";
  5445.     "Let the past sleep.";
  5446.     "I don't remember that.";
  5447. }
  5448.  
  5449. ["zen"] = 5
  5450. {
  5451.     "Have you tried meditation?";
  5452.     "Are we gonna have to talk about religion again?";
  5453.     "I think yoga might help your zen situation.";
  5454.     "Zen? What is that!!";
  5455.     "Like in 'zendog'?";
  5456.     "Zen? Sounds like laundry soap to me.";
  5457. }
  5458.  
  5459. [""] = 0
  5460. {
  5461.     confused_response;
  5462.     neutral;
  5463.     response_insult;
  5464.     "Let me know when the fighting starts again.";
  5465.     one_liners;
  5466.     one_liners;
  5467.     "I don't understand you.";
  5468.     "You must be new here. You seem confused...";
  5469.     "I've never been good a small talk.";
  5470.     ramble;
  5471.     ramble;
  5472.     "Like I should care.";
  5473.     "Maybe should should talk to the arena masters.";
  5474.     "huh?";
  5475.     "Are you just babbling?";
  5476.     "Hmm ... exciting.";
  5477.     "Really?";
  5478.     "What's new in ", place, "?";
  5479.     "That's interesting, in a dull sort of way.";
  5480.     ramble;
  5481.     "Let's talk about something else.";
  5482.     ramble;
  5483.     "Did you say something, ", 7, "?";
  5484.     "Continue, please.";
  5485.     "Now I am confused.";
  5486.     "Uh-huh. I see.";
  5487.     ramble;
  5488.     "Bah!"
  5489.     "Utter nonsense!";
  5490.     "I think you're sick, leave me alone.";
  5491.     "I understand.";
  5492.     ramble;
  5493.     one_liners;
  5494.     response_insult;
  5495.     "You are not making sense, ", 7, ".";
  5496.     "You don't make any sense at all.";
  5497.     "How should I know?";
  5498. }
  5499.  
  5500. ["id guys", "john carmack", "carmack", "adrian", "kevin cloud", "donna jackson", "miss donna", "ms. donna", "id mom", "nabeo", "anna kang", "katherine anna kang", "kak", "todd hollenshead", "toddh", "kevinc", "adrianator", "psteed", "paul steed", "park ranger", "maul steed", "paul jaquays", "jaquays", "paulj", "jcash", "hellrot", "kenneth", "protofiend", "mailordermonkeybitch", "superactionfunboy", "Mr Elusive", "mr. elusive", "jan paul", "willits", "thanatar", "eric", "eric webb",
  5501.  "devine", "graeme", "xian", "disruptor", "christian antkow", "kaai", "kaai cluney", "aaron seeler", "zoid"] = 9
  5502. {
  5503.     "Prostrate yourself when you speak of the arena masters!";
  5504.     "Bow down, give homage to the arena masters.";
  5505.     "Do not presume to use the name of the arena masters.";
  5506.     "You have invoked the arena masters! Fear their presence!";
  5507.     "Use that name with care, ", 7, ".";
  5508.     "Forgive this trespass by ", 7, ", oh masters of the arena.";
  5509. }
  5510.  
  5511. //Responses to team chat messages made in ffa mode
  5512.  
  5513. ["I am the leader", "I am the team leader", "I am team leader",  "I am leader"] = 8
  5514. {
  5515.     "Leader? Of what?";
  5516.     "Leader? Give me a fraggin' break!";
  5517.     "You couldn't even lead your butt around, ", 7, ".";
  5518.     "Are we playing 'Follow the Leader' now?";
  5519.     "My rockets are the only thing that's gonna be following you, ", 7, "!";
  5520.     "I wanna be Leader! I wanna be leader NOW!";
  5521.     "This ~ain't no Capture the Flag game.";
  5522.     "Leader? When did we choose up teams? I want ", botnames, " on my team!";
  5523.     response_insult;
  5524. }
  5525. ["team"] = 5
  5526. {
  5527.     "Team. What team?";
  5528.     "I want to be on ", botnames, "'s team!";
  5529.     "No way I'm gonna be on ", 7, "'s loser team.";
  5530.     "Check the scoreboard ", fighter, ". This is free for all!";
  5531. }
  5532.  
  5533. ["leave"] = 4
  5534. {
  5535.     "No, you get YOUR butt out of here ", 7, "!";
  5536.     "But I don't want to go.";
  5537.     "But I was just starting to have fun.";
  5538.     "Who died and made you emperor of the universe?";
  5539.     "No ~one tells me what to do! NO ~ONE!";
  5540. }
  5541.  
  5542. ["join"] = 5
  5543. {
  5544.     "I've never been much of a 'joiner' myself.";
  5545.     "No. Don't want to. Don't have to.";
  5546.     "Blow it out your ear, ", 7, ".";
  5547.     "What if they don't want me.";
  5548.     "Who died and made you god?";
  5549.     "You aren't my mother, so SHUT UP!";
  5550. }
  5551.  
  5552. ["create"] = 5
  5553. {
  5554.     "Sorry, but I'm not very creative.";
  5555.     "Make it yourself.";
  5556.     "No ~one would want to join with me.";
  5557.     "Maybe we should start a team match first?";
  5558.     "Sorry, I'm too busy shooting other ", fighter, "s.";
  5559.     response_insult;
  5560. }
  5561.  
  5562. [(1, " camp the ", 0), &name] = 7
  5563. {
  5564.     
  5565.     "Heh, I'd do that anyway.";
  5566.     "Bwahahahaha, I'd camp the ", 0, " anyway.";
  5567.     negative, " My tent is in the wash.";
  5568.     "You couldn't even lead your butt around, ", 7, ".";
  5569.     "Are we playing 'Follow the Leader' now?";
  5570.     "My rockets are the only thing that's gonna be following you, ", 7, "!";
  5571.     "I wanna be Leader! I wanna be leader NOW!";
  5572.     "This ~ain't no Capture the Flag game.";
  5573.     "Leader? When did we choose up teams? I want ", botnames, " on my team!";
  5574.     response_insult;
  5575. }
  5576.  
  5577. [(1, "follow me", 0), &name] = 7
  5578. {
  5579.     "Follow you? Hah!";
  5580.     affirmative, "  I'll follow you to your grave, ", 7, "!";
  5581.     "I not the following type.";
  5582.     "Why? Are you going someplace fun?";
  5583.     "No, I don't follow you. Explain.";
  5584.     "To the ends of the Earth, mon Kapitan!";
  5585.     "Who died and made you leader, ", 7, "?";
  5586.     "What? We started a team match and no ~one told me?";
  5587.     "You can go jump in a lake, ", 7, "!";
  5588.     "Su-u-u-re. Where are you ", 7, "?";
  5589.     response_insult;
  5590. }
  5591.  
  5592. [(1, "guard ", 0), (1, "defend ", 0), &name] = 7
  5593. {
  5594.     "Huh?";
  5595.     "Defend ", 0, " from what? An invasion of rabid ", animal, "s?";
  5596.     "Who died and made you king?";
  5597.     "I think you know what you can do with your orders, ", 7, ".";
  5598.     "What? Do I look like your stinking guard dog?";
  5599.     "No ~one tells me what to do! NO ~ONE!";
  5600.     response_insult;
  5601. }
  5602.  
  5603.  
  5604. [(1, " patrol from ", 0), &name] = 7
  5605. {
  5606.     "Uhhh. Last I checked, this was a free for all, ", 7, ".";
  5607.     "Pretty bossy for a worthless ", fighter, ".";
  5608.     "Sure. Meet me there, OK?";
  5609.     "OK. Are we bringing dates?";
  5610.     "This is not a team game, loser.";
  5611.     response_insult;
  5612. }
  5613.  
  5614. [(1, " help ", 0), &name] = 7
  5615. {
  5616.     "Help ", 0, " do what? Die faster?";
  5617.     "Help ", 0, " do what? Kill me faster?";
  5618.     0, " looks pretty competent to me.";
  5619.     0, " doesn't need my help!";
  5620. }
  5621.  
  5622. [(1, " meet ", 0), &name] = 7
  5623. {
  5624.     "What are you, some kind of match maker?";
  5625.     "What if I don't like, ", 0, "?";
  5626.     "Sounds boring to me.";
  5627.     "Hey, ", 7, "! You come too and we can make it a threesome.";
  5628.     "OK. I'll bring the ", food, ", and ", 0, " can bring a ~six-pack of ", liquid, ".";
  5629.     "Why? Does ", 0, " have something I want?";
  5630. }
  5631.  
  5632. ["report", "what are you doing"] = 7
  5633. {
  5634.     "That's none of your business, ", 7, ".";
  5635.     "I'm looking for you so I can frag your sorry butt, ", 7, ".";
  5636.     "I'm fragging everything I see.";
  5637.     "Shhhhh. Be vewwwy qwiet ... I'm hunting wabbits.";
  5638.     "I'm on a killing rampage. What's up with you?";
  5639.     "I'm not doing much. What are you doing?";
  5640.     "Why?";
  5641. }
  5642.  
  5643. [(1, " capture the", 0, "flag"), (1, " get the ", 0, " flag"), &name] = 7
  5644. {
  5645.     "Crap! Why didn't somebody tell me this was a CTF match? I dressed wrong.";
  5646.     "Flag? What flag?";
  5647.     "What do I look like, your slave? Get the blasted flag yourself.";
  5648.     "Then what? Wave it around and sing campfire songs?";
  5649.     "Get it yourself, ", 7, "!";
  5650.     "Go frag yourself, ", 7, ".";
  5651.     "Why?";
  5652. }
  5653. ["wait for me"] = 7
  5654. {
  5655.     "I wait for no ~one!";
  5656.     "Sure. I'll be the warrior wearing the red carnation.";
  5657.     "Just so you know, I don't kiss on the first date.";
  5658.     "OK, but make sure you've got the ", animal, " with you.";
  5659.     "Ooooooo. Bossy today, aren't we, ", 7, ".";
  5660.     response_insult;
  5661. }
  5662.