home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 November / Net02.iso / Patch / Q3PointRelease_125.exe / Main / pak4.pk3 / botfiles / rnd.c < prev    next >
Encoding:
Text File  |  2000-09-08  |  65.0 KB  |  2,992 lines

  1. //===========================================================================
  2. //
  3. // name:            rnd.c
  4. // function:        random strings
  5. // programmer:        MrElusive (MrElusive@idsoftware.com)
  6. // Author:            Anonymous, Steve Winter and Paul Jaquays
  7. // editor:            Paul Jaquays, Steve Winter & Seven Swords
  8. // last update:        1999-11-02
  9. // tab size:        4 (real tabs)
  10. // notes:            -
  11. //===========================================================================
  12.  
  13. //===========================================================================
  14. //        GROUP A RANDOM MESSAGES ,,, orignal Initial Chat messages
  15. //        The messages in this sub-grouping are intended as responses to specific
  16. //        game events.  To avoid possible recursion situations, they should not
  17. //        call each other, but instead, should call plug-in words/phrases from
  18. //        the GROUP B messages.
  19. //===========================================================================
  20.  
  21. DEATH_BFG0 = {
  22.     "BFG-whore!";
  23.     "Use a skill weapon next time.";
  24.     "You want fireworks? I'll give you friggin' fireworks!";
  25. }
  26.  
  27. DEATH_BFG1 = {
  28.     "Awful big gun for a puny wimp.";
  29.     "Loser!";
  30.     "No-skill puke!";
  31. }
  32.  
  33. DEATH_BFG2 = {
  34.     "BFG-camper!!!";
  35.     "~Wuss";
  36.     "~Pansy";
  37. }
  38.  
  39. DEATH_BFG3 = {
  40.     "I think this is ", 0, "'s first kill.";
  41.     "Are you roasting marshmellows over there, Mr. Camper?";
  42.     "Who allowed ", 0," to play with daddy's gun?";
  43. }
  44.  
  45. //+++++++++++++++++++++++++++++++++++++++++
  46. //KAMIKAZE INSULTS
  47. //+++++++++++++++++++++++++++++++++++++++++
  48.  
  49. DEATH_KAMIKAZE0 = {
  50.     "Kamikaze wuss!";
  51.     "No skill there.";
  52.     "I gotta learn to run faster.";
  53.     "That was lame and you know it, ", 0, "!";
  54. }
  55.  
  56. DEATH_KAMIKAZE1 = {
  57.     "That's a cheap shot!";
  58.     "That was over quick.";
  59.     "Messy, messy.";
  60.     "So, you fish with dynamite in your free time!";
  61. }
  62.  
  63. DEATH_KAMIKAZE3 = {
  64.     fighter, "s like you, ", 0, ", you are ruining this sport.";
  65.     "I thought those were against the law in most places.";
  66.     "So that's what those flying skulls mean.";
  67.     "An ant-acid might cure that.";
  68. }
  69.  
  70. KILL_KAMIKAZE0 = {
  71.     "I own you all!";
  72.     "Who's got a bodycount?";
  73.     "Dodge that ", fighter, "s.";
  74.     "OK, I admit that was lame. What are you gonna do about it?";
  75. }
  76.  
  77. KILL_KAMIKAZE1 = {
  78.     "... and nobody's left to clean up the mess!";
  79.     "I am Devastation incarnate!";
  80.     "Now that's what I call fun!";
  81.     "Did I miss anyone?";
  82. }
  83.  
  84.  
  85. //++++++++++++++++++++++++++++++++++++++++++
  86.  
  87. DEATH_INSULT0 = {
  88.     "That cheap frag is gonna cost you big time, ", 0, "!";
  89.     "No good, yellow-bellied, weasel-faced ^1CAMPER!";
  90.     "I'm keeping track of these cheap shots for later.";
  91.     "Blast! Shot in the back by ", 0, " again!";
  92.     0, ", your Judgement Day is on its way!";
  93.  
  94. }
  95.  
  96. DEATH_INSULT1 = {
  97.     "I nominate ", 0, " for the 'Happy Camper Hall of Fame' award.";
  98.     "I've got no use for snipers, assassins and campers.";
  99.     "Well lookit that ...heh, heh. My safety was on!";
  100.     "You're allowed ~one lucky shot a day, ", 0, ".";
  101.     "Grrrrrr!";
  102. }
  103.  
  104. DEATH_INSULT2 = {
  105.     "~Three strikes and you're outta here, ", fighter, ".";
  106.     "Stinkin', ", fighter, "! What kind of a shot was that?";
  107.     "I didn't enjoy that.";
  108.     "Blast!";
  109.     "I'm taking off the kid gloves now, ", 0, "!";
  110.     "That was your last free shot, ", 0, "!";
  111.     "=P";
  112.     "You better have some tricks you haven't shown me yet, ", 0, ".";
  113. }
  114.  
  115. DEATH_INSULT3 = {
  116.     "Warm-up's over. Say your prayers, ", 0, "!";
  117.     "That's it. It's not your birthday anymore.";
  118.     "Now the match gets serious.";
  119.     "Enjoy that ~one. Your luck is about to run out, ", 0, ".";
  120.     "I give as I get, ", fighter, " ... and more.";
  121. }
  122. DEATH_INSULT4 = {
  123.     "A fluke. Had to be. Won't happen again.";
  124.     "You just try that again, ", 0, ".";
  125.     "Accidents happen.";
  126.     "I'm not impressed, ", 0, ".";
  127.     "I got ~one just like that for you, ", 0, ".";
  128. }
  129.  
  130. DEATH_INSULT5 = {
  131.     "Full on LUCK!";
  132.     "Hah! That only makes me stronger, ", 0, "!";
  133.     "You won't get to keep that point for long.";
  134.     "You must be hurting after that, ", 0, "!";
  135.     "They're gonna be picking up pieces of you in the next county.";
  136.     "Ready or not, here I come back at ya, ", 0, ".";
  137.     "I'm learning your tricks, ", 0, ".";
  138.     "Be afraid, ", 0, ". Be very afraid.";
  139. }
  140.  
  141. DEATH_INSULT6 = {
  142.     "Wow, ", 0, ", did your gun misfire or something?";
  143.     "My dog is named for you, ", 0, ". 'Frag Head' has a nice ring to it.";
  144.     "So when did ", 0, " stop cowering and start shooting?";
  145.     "Okay, ", 0, ", I have your punk-ass figured.";
  146. }
  147.  
  148. DEATH_FEM_INSULT = {
  149.     0,", you are gonna be so dead now.";
  150.     "Drat! There goes ~three hours at the salon down the drain.";
  151.     "I'm sorry. I forgot to mention that I hold grudges.";
  152.     "That's it, ", 0, ". We are just so over now.";
  153.     "Are you wearing your rabbit's foot AND your lucky underwear, ", 0, "?";
  154. }
  155.  
  156. DEATH_FEM_INSULT1 = {
  157.     "Mmmmmm, you get a lot of mileage out of your tiny gun.";
  158.     "GREAT! Now my boobs need another implant.";
  159.     "I ~don't do the dance with losers like you, ", 0, ".";
  160.     "HA! You can't really kill me, ", 0,". Not permanently.";
  161. }
  162.  
  163. DEATH_FEM_INSULT2 = {
  164.     "Amazing what ", 0, " will do to impress a girl";
  165.     "Why must we always let the geek squad play?";
  166.     "Let me guess, first time for you ", 0, "?";
  167.     "So is that IT?";
  168. }
  169.  
  170. DEATH_LAVA0 = {
  171.     "How do they keep this stuff from setting up?";
  172.     "Never a battle suit when you need ~one.";
  173.     "My feet were cold.";
  174. }
  175.  
  176. DEATH_LAVA1 = {
  177.     "That's like Africa hot.";
  178.     "I meant to do that.";
  179.     "Crud.";
  180. }
  181.  
  182. DEATH_LAVA2 = {
  183.     "I hate that burning sensation";
  184.     "Never a ~cigar when you need one";
  185.     "Ouch, ouch, hot ... hot...";
  186. }
  187.  
  188. DEATH_SLIME0 = {
  189.     "What a world ... what a world.";
  190.     "Ow.";
  191.     "Mmmmmmm. Toxic.";
  192. }
  193.  
  194. DEATH_SLIME1 = {
  195.     "Ahh ... lawyer hell!";
  196.     "I think I found ", 0, "'s ancestors.";
  197.     "Who spilled the yogurt?";
  198. }
  199.  
  200. DEATH_DROWN0 = {
  201.     "* Glub *";
  202.     "So, I failed Remedial Swimming 101.";
  203.     "C'mon in! The water's fine!";
  204. }
  205.  
  206. DEATH_DROWN1 = {
  207.     "Next time, women and children first.";
  208.     "Everybody, out of the pool.";
  209.     "I'm sleeping with the fishes now.";
  210. }
  211.  
  212. DEATH_DROWN2 = {
  213.     "I'm just looking for mermaids.";
  214.     "Instant death, just add water.";
  215.     "Now that's a water slide!";
  216. }
  217.  
  218. D_PRAISE = {
  219.     "Yeah, Baby, YEAH!";
  220.     "You win the prize for that ~one.";
  221.     "You go, ", friendname, "!";
  222.     "Rockin' shot, ", 0, ". Just ~don't do it again.";
  223.     "That ~one almost blew me to ", place, "!";
  224. }
  225.  
  226. D_PRAISE1 = {
  227.     ":)";
  228.     "Nice ~one, ", 0, "!";
  229.     "Figures. Fragged on the day I ~don't wear clean underwear.";
  230.     "OK ", 0, " let's dance ~one more time!";
  231.     "Let's dance that tune again ... but this time I lead.";
  232. }
  233.  
  234. D_PRAISE2 = {
  235.     "Nice! How you'd do that ", 0, "?";
  236.     "Impressive!";
  237.     "Excellent!!";
  238.     "That rocked ", 0, "!";
  239.     "I never saw that ~one coming ", 0, ".";
  240.     "Nice frag.";
  241. }
  242.  
  243. D_PRAISE3 = {
  244.     "Not gonna let you do that again, ", 0, ". ", negative;
  245.     "Smooo-oooth";
  246.     "Rockin' good shot there.";
  247.     "Nice style!";
  248.     "8-D";
  249.     "Stylin'";
  250. }
  251.  
  252. D_PRAISE4 = {
  253.     "You aren't making this easy for me ", 0, ".";
  254.     "... and the nominee for best shot is ", 0, ".";
  255.     "Very Cool";
  256.     "Was that a hot shot? ", affirmative;
  257.     "Nice shootin' ", friendname, "!";
  258.     "Nice shootin' ", 0, "!";
  259. }
  260.  
  261. D_PRAISE5 = {
  262.     "You had me dead to rights with that ~one ", 0, ".";
  263.     "Magnefique, ", friendname, "!";
  264.     "Some mighty fine shooting there, ", friendname, ".";
  265.     "Send me the instruction book for that move!";
  266. }
  267.  
  268. D_PRAISE6 = {
  269.     "I'd take a bow but I can't find my legs.";
  270.     "Looks like all the legends about ", 0, " are true.";
  271.     "That was bellisimo, baby!"; 
  272.     "They ~don't come much better than that.";
  273. }
  274.  
  275. LEVEL_END0 = {
  276.     "gg";
  277.     "Quite the challenge.";
  278.     "This will not go unavenged.";
  279.     "Good match ... better if I win.";
  280.     
  281. }
  282.  
  283. LEVEL_END1 = {
  284.     "gg";
  285.     "Bunch of losers.";
  286.     "I'm definitely out of my league here.";
  287.     "Figures. 'Mr. Camper' on top.";
  288.     "Figures. ", 2, " the camper is on the top.";
  289. }
  290.  
  291. LEVEL_END2 = {
  292.     "gg";
  293.     "Definitely fun ... let's do it again sometime.";
  294.     "hehehe";
  295.     "Very challenging.";
  296.     "Whew. Let me catch my breath here.";
  297. }
  298.  
  299. LEVEL_END3 = {
  300.     "gg";
  301.     "That was the biggest waste of time ever.";
  302.     "I really enjoyed that, except for ", 0, ".";
  303.     "Getting out of here while I still can.";
  304.     "There's only winning and losing. Nothing in between.";
  305. }
  306.  
  307. LEVEL_END4 = {
  308.     "gg";
  309.     "This has been truly tragic.";
  310.     "It saddens me to see tactics brought to such a low estate.";
  311.     "I will accept this as yet another learning experience.";
  312. }
  313.  
  314. GOODBYE = {
  315.     "Hasta la vista, ", friendname, "s.";
  316.     "Oops. No time to chat. Gotta run.";
  317.     "I'm so outta here.";
  318.     "Later folks";
  319. }
  320.  
  321. GOODBYE1 = {
  322.     "Exit, stage left.";
  323.     "Beam me up scottie.";
  324.     "I'm outta here.";
  325. }
  326.     
  327. GOODBYE2 = {
  328.     "Goodbye";
  329.     "I gotta wash my hair.";
  330.     "It's been real.";
  331.     "I got an appointment with my ", random_counselor, ".";
  332. }
  333.  
  334. GOODBYE3 = {
  335.     "Sayonara mutha's";
  336.     "Anyone for getting lunch? ", food, " sounds good to me!";
  337.     "This is too much for me."
  338.     "Parting tis sweet sorrow ...";
  339. }
  340.     
  341. GOODBYE4 = {
  342.     "ttfn";
  343.     "C u l8er";
  344.     "Gotta fly.";
  345.     "It's happy hour.";
  346. }
  347.  
  348. GOODBYE5 = {
  349.     "cya";
  350.     "Will you look at the time?!";
  351.     0, " is outta here.";
  352. }
  353.  
  354. GOODBYE6 = {
  355.     "Gotta fly";
  356.     "Miss ya!... Mean it! ... Not!";
  357.     "Fairwell my friends.";
  358.     "May you all die painfully.";
  359. }
  360.  
  361. HELLO = {
  362.     "Run for cover ", fighter, "s! I'm back!";
  363.     "Hi!";
  364.     "Oh look, ", 1, "'s back for another beating.";
  365.     "Hello";
  366. }
  367.  
  368. HELLO1 = {
  369.     "Hey there, ho there, hi there!";
  370.     "I'll bet you missed me.";
  371.     "G'day mates. Time to toss you on the barbie.";
  372.     "Yo! ", 0, " is in the house!";
  373.     "wassup!";
  374. }
  375.  
  376. HELLO2 = {
  377.     "wassup!";
  378.     "Hey there!";
  379.     "I've got a grudge to settle with ", 1, ".";
  380.     "H'lo";
  381.     "I got me some primal urges to work here.";
  382. }
  383.  
  384. HELLO3 = {
  385.     "Howdy!";
  386.     "This is GREAT!! I OWN ", 4, "!";
  387.     "Who's going to be the first to die?";
  388.     "John C said to tell you guys 'hi.'";
  389. }
  390.  
  391. HELLO4 = {
  392.     "Konnichiwa";
  393.     "No challenge here today.";
  394.     "Run in fear, ", 0, " is here!";
  395.     "Hello!";
  396.     "Time to party down!";
  397. }
  398.  
  399. HELLO5 = {
  400.     "Awright!! I OWN this arena!";
  401.     "Crap. Losers in here again!";
  402.     "Yessss! New victims everywhere!";
  403.     "I see ", 1, " just doesn't know when to quit.";
  404.     "I'm back!";
  405. }
  406.  
  407. HELLO6 = {
  408.     "Salutations, ", fighter;
  409.     "I'm taking volunteers for target practice.";
  410.     "It's showtime!";
  411.     "Back for more, eh ", 1, "?";
  412.     "Oh yeah! I'm so ready for this.";
  413. }
  414.  
  415. HELLO7 = {
  416.     "Let's get it ON!";
  417.     "Great! Nothing but easy frags here today.";
  418.     "Hello. This is the voice of death speaking.";
  419.     "Let's do it!";
  420.     "Let's frag the losers and make 'em cry!";
  421.  
  422. }
  423.  
  424. HELLO8 = {
  425.     "Let's get rollin'!";
  426.     "I see ", 1, " has healed from the last beating I gave out.";
  427.     "I'm just thrilled you could make here today, ", 1, ".";
  428.     "It's time for some fireworks.";
  429. }
  430.  
  431. HELLO9 = {
  432.     "Heh. ", 4, " is ~one of my favorite places to be.";
  433.     "Today, I am death incarnate! Fear the name of ", 0, "!";
  434.     "Yo, ", 1, ", I've got a rocket with your name on it!";
  435.     0, " is here. There will be no survivors!";
  436. }
  437.  
  438. HELLO10 = {
  439.     "Hey ", 1, " your mommy said for you to come home right now.";
  440.     0, " rules here. You will respect my authority!";
  441.     "Hey, we're in ", 4, "! I thought we trashed this place last time.";
  442.     4, " again? I'm tired of this arena.";
  443. }
  444.  
  445. HELLO11 = {
  446.     "Yo! I'm back in da House!";
  447.     "WOW! Is the circus in town or something?";
  448.     "So, ", 1, " we meet again.";
  449. }
  450.  
  451. HIT_NOKILL0 = {
  452.     "I was robbed! That should've fragged you ", 0, "!";
  453.     "What? You're supposed to be dead ", 0, "!";
  454.     "You wearing iron underpants there, ", 0, "?";
  455. }
  456.  
  457. HIT_NOKILL1 = {
  458.     "Next time ", 0, " ... you won't be so lucky.";
  459.     "Run for the health little rabbit!";
  460.     "That was just a ranging shot, ", 0, ".";
  461.     "Use that medkit now, or the next shot's for the money!";
  462. }
  463.  
  464. KILL_INSULT0 = {
  465.     "C'mon ", 0, "! Try to give me some challenge here.";
  466.     "Bag 'em, tag 'em and drag 'em!";
  467.     "You'e slowing down, ", 0, ". That was far too easy.";
  468. }
  469.  
  470. KILL_INSULT1 = {
  471.     "Nice skull you had there ", 0, ".";
  472.     0, ", maybe you ought to take up chess.";
  473.     "Do you to practice to be that bad, ", 0, "?";
  474.     "I'm so good I even impress me!";
  475.     "Gotta love this new 'geek-seeking' ammo!";
  476. }
  477.  
  478. KILL_INSULT2 = {
  479.     "You keep this up and I'm gonna run out of insults.";
  480.     "Like shootin' fish in a barrel.";
  481.     "Bah! Too easy!";
  482.     "You can't win a match with your thumb in your mouth, ", 0, "!";
  483.     "You gonna be a threat anytime soon, ", 0, "?";
  484.     "This is too easy.";
  485.     "Like taking candy from a baby.";
  486.     "Are you some kind of pacifist, ", 0, ".";
  487.     "That's what a steady diet of ", food, " will do to you.";
  488. }
  489.  
  490. KILL_INSULT3 = {
  491.     "What is this, some kind of game to you ", 0, "?";
  492.     "There's a lot more of the same where that came from, ", 0, ".";
  493.     "How did you like that ", 0, "?";
  494.     "There oughtta be a law against me.";
  495. }
  496.  
  497. KILL_INSULT4 = {
  498.     "I hope you're not the best there is, ", 0, ".";
  499.     "They got stuff that'll remove those stains.";
  500.     "How about giving me a little challenge here, ", 0, "?";
  501.     "Flat-lined!";
  502. }
  503.  
  504. KILL_INSULT5 = {
  505.     "Too bad there's no medals for 'best target', ", 0, ".";
  506.     "Let's see ... you were 'on the phone', right?";
  507.     "Hey everyone, it's open season on ", 0, ".";
  508.     "Bwahahaha!";
  509. }
  510.  
  511. KILL_INSULT6 = {
  512.     "That's ~one more lesson in humility for you, ", 0, ".";
  513.     "You can call me the steam-roller, because I just flattened you good.";
  514.     0, " is ^1TERMINATED!";
  515.     "Oooo ... such language from ~one so lame.";
  516. }
  517.  
  518. KILL_INSULT7 = {
  519.     "Ka-POW!";
  520.     "Atomic powered loser remover at your service.";
  521.     "Now that ~one must have hurt a little.";
  522. }
  523.  
  524. KILL_INSULT8 = {
  525.     
  526.     "Pathetic. Truly pathetic.";
  527.     "~One unpleasant learning experience, sunny side up!";
  528.     "And I'm still just warming up.";
  529.     "Is anybody taking notes here? That was a classic frag.";
  530. }
  531.  
  532. KILL_INSULT9 = {
  533.     "Somebody wanna clean this mess up?";
  534.     "Why ~don't you just give up ", 0, "?";
  535.     "I'm filing a protest. I deserve better opponents than this.";
  536.     "I'm far too good to be fighting you.";
  537. }
  538.  
  539. KILL_INSULT10 = {
  540.     "Get down and stay down!";
  541.     "Surrender now while you still can.";
  542.     "Can't you at least make this interesting, ", 0, "?";
  543. }
  544.  
  545. KILL_INSULT11 = {
  546.     "There's no excuse for that kind of sloppy behaviour, ", 0, ".";
  547.     "Mess with the best, ",0, "; die like the rest!";
  548.     "That shot belonged in a museum.";
  549.     "You do a great 'roadkill' impression, ", 0, ".";
  550. }
  551.  
  552. KILL_INSULT12 = {
  553.     "better run ", 0, " ... I'm catching my stride here.";
  554.     "Hey ", 0, " ... ya shoulda zigged when ya zagged there.";
  555.     "Hey nice catch ", 0, "!";
  556. }
  557.  
  558. KILL_INSULT13 = {
  559.     "Thought so. You got nothing to back up the smack talk.";
  560.     "You fought the law and the law won."
  561.     "Just call me 'City Hall.'";
  562.     "Oh, Yesssssss!";
  563.     
  564. }
  565.  
  566. KILL_INSULT14 = {
  567.     "I thought so. You WERE full of hot air ", 0, ".";
  568.     "That should take you down a couple hat sizes ", 0, ".";
  569.     "Thought I should leave you with something to remember me by.";
  570.     "OK. I'll stop being so easy on you.";
  571. }
  572.  
  573. KILL_INSULT15 = {
  574.     "My how the mighty have fallen. And fallen. And fallen.";
  575.     "I think this is your exit, ", 0, ".";
  576.     "Clean up your mess before you go ", 0, ".";
  577.     "Too easy. I think I'll switch to the gauntlet.";
  578. }
  579.  
  580. KILL_INSULT16 = {
  581.     "BINGO!";
  582.     "Left kidney in the side pocket.";
  583.     "Ugh. You leave quite the mess, ", 0, ".";
  584.     "Mind if I keep the skull? I'm making a chess set.";
  585. }
  586.  
  587. KILL_INSULT17 = {
  588.     "I'm collecting ears, but I got way too many of yours ", 0, ".";
  589.     "That was beautiful, like art.";
  590.     "Whack 'em and Stack 'em!";
  591.     "Respect THAT!";
  592. }
  593.  
  594. KILL_INSULT18 = {
  595.     "I'm simply unstoppable.";
  596.     "~Don't mind me. I'm just takin' out the trash.";
  597.     "Bang, yer dead!";
  598.     "Hey ", 0, ", you make a great throw rug.";
  599. }
  600.  
  601. KILL_INSULT19 = {
  602.     "Wahooootie!";
  603.     "That shot rocked!";
  604.     "I think it's time you evolved into something more talented, ", 0, ".";
  605.     "M-m-m-Momma!";
  606. }
  607.  
  608. KILL_INSULT20 = {
  609.     "Happy, happy, joy, joy!";
  610.     "We aim to please ... ourselves.";
  611.     "And another species of loser marches into extinction.";
  612. }
  613.  
  614. KILL_INSULT21 = {
  615.     "And another ~one's gone. Another ~one bites the dust.";
  616.     "Here lies, ", 0, ". Another victim of pointless ambition.";
  617.     "Skill first, ", 0, "; victory later.";
  618.     "It's always fun fighting with ", 0, ", 'cause I get to win.";
  619. }
  620.  
  621. KILL_INSULT22 = {
  622.     "Let's hurry this up, I'm running out of good lines.";
  623.     "Say good night, ", 0, ".";
  624.     "Happiness is a warm ", weapon, ".";
  625. }
  626.  
  627. KILL_INSULT23 = {
  628.     "I am so :)";
  629.     "So many ", fighter, "s, not enough ammo.";
  630.     "My mama taught me that move ... just before I fragged her.";
  631.     "I'm gonna keep doing this til you get it right, ", 0, ".";
  632. }
  633.  
  634. KILL_INSULT24 = {
  635.     "Grenade Jump that ", 0, "!";
  636.     "I need more targets.";
  637.     "Are you normally this bad ", 0, "?";
  638.     "Groovy.";
  639.     "You need to spend some more quality time with Crash, ", 0, ".";
  640. }
  641.  
  642. KILL_INSULT25 = {
  643.     "HAH!";
  644.     "Maybe next time I just use my bare hands.";
  645.     "I'm hot and you're not!";
  646.     "I've got my groove back.";
  647.     0, "'s Arena career looks to be a short ~one.";
  648.     "You weren't hoping to win today, were you, ", 0, "?";
  649.     "You were hoping I'd go easy on you, right, ", 0, "?";
  650.     "Well ", 0, ", I see you've met my boomstick.";
  651. }
  652.  
  653. KILL_INSULT26 = {
  654.     "I rock!";
  655.     "You suck!";
  656.     "What was that? You can't even die right!";
  657.     "I give lessons. I think you need 'em.";
  658. }
  659.  
  660. KILL_INSULT27 = {
  661.     "The TimCo Fragamatic! It slices! It dices!";
  662.     "Can I get a doggy bag for that?";
  663.     "~Don't point that gun at me ", 0, ", unless you know how to use it.";
  664. }
  665.  
  666. KILL_INSULT28 = {
  667.     "SMACK!!";
  668.     "POW!";
  669.     "You're right. This is all an evil conspiracy.";
  670.     "Bring 'em on, I'm hot today!!";
  671. }
  672.  
  673. KILL_INSULT29 = {
  674.     "Next time, I use live ammo.";
  675.     "Another ~one bites the dust, hey, hey, hey!";
  676.     "And that, settles that.";
  677. }
  678.  
  679. KILL_INSULT30 = {
  680.     "Mmmmmmm. Revenge is soooooo sweet!";
  681.     "You ain't near fast enough, ", friendname, ".";
  682.     "I hate you ", 0, " ... and this time I mean it";
  683. }
  684.  
  685. KILL_INSULT31 = {
  686.     "Man, there isn't enough left of ", 0, " to make gravy.";
  687.     "Isn't it your bedtime ", 0, "?";
  688.     "Hey, ", 0, " does your mommy know you're here?";
  689. }
  690.  
  691. KILL_INSULT32 = {
  692.     "I'm new and improved. Can't you tell?";
  693.     "I don't think I left enough of you to respawn.";
  694.     "Lesson ~number ~one: Shoot anything that moves.";
  695. }
  696.  
  697. KILL_INSULT33 = {
  698.     "~Two more and I win a free vacation!";
  699.     "Mmmmmm. Looks yummy.";
  700.     0, ", you have the right to remain dead.";
  701. }
  702.  
  703. KILL_INSULT34 = {
  704.     "Fine ... just be dead then.";
  705.     "Cooperate and we'll all be done much sooner.";
  706.     "Nice catch, ", 0, "!";
  707.     "Give til it hurts ", friendname, "!";
  708. }
  709.  
  710. KILL_INSULT35 = {
  711.     "What we have here, is a failure to communicate.";
  712.     "Next time, I'll do it blindfolded and backwards.";
  713.     "I'm impressed. That's a lot side meat you had there.";
  714.     "Ooops. You lose again.";
  715. }
  716.  
  717. KILL_INSULT36 = {
  718.     "Ready to be ground into hamburger again ", 0, "?";
  719.     "Hurry up and respawn. I need another cheap frag.";
  720.     "I'm like a hot knife and you're butter.";
  721.     "That was quick.";
  722.     "Premature Termination AGAIN?";
  723. }
  724.  
  725. KILL_INSULT37 = {
  726.     "Aww did I stain your shirt, ", 0, "?";
  727.     "Well, ", 0, ". Think of this as a really fast diet";
  728.     0, " is now a pizza!";
  729.     "One move and ", 0," is dead, ... oopsie!";
  730. }
  731.  
  732. KILL_INSULT38 = {
  733.     "Boom Boom Boom, its time for a broom";
  734.     "A couple of shots and you just fall to pieces ", 0, ".";
  735.     "Hahaha! Stop, ", 0, ", you're killing me. No, wait! I'm killing you!";
  736. }
  737.  
  738. KILL_INSULT39  = {
  739.     "So you're the best, ", 0, ". Hmmmm. What planet were you from again?";
  740.     "You look good on the ceiling ", 0, " ... and on the floor, and the wall ...";
  741. }
  742.  
  743. KILL_EXTREME_INSULT = {
  744.     "Maybe you're just in the wrong line of business.";
  745.     "I'm spittin' on your corpse and dancin' on your grave ", 0, "!"; 
  746.     "Stupid, stupid, stupid.";
  747. }
  748.  
  749. MISC0 = {
  750.     "Anyone seen Bitterman around here?";
  751.     "I hate L33T Sp34K";
  752.     "Aw crap. Not brown AGAIN.";
  753. }
  754.  
  755. MISC1 = {
  756.     "Anyone found the dust puppy yet?";
  757.     "Gimme some action!";
  758.     "No challenge here today!";
  759. }
  760.  
  761. MISC2 = {
  762.     "Wahooooooooo!!!";
  763.     "I ain't afraid of anyone here.";
  764.     "Can we wrap this up soon? I need my beauty sleep.";
  765. }
  766.  
  767. MISC3 = {
  768.     "You are all just so dead!";
  769.     "Go home and play with your dollies, ", 0, " ... or are they too scary?";
  770.     "I've had it for today";
  771. }
  772.  
  773. MISC4 = {
  774.     "Killme. Killme now!";
  775.     "Cowabunga!!";
  776.     "*[snicker]*";
  777.     "Hey ", 1, ". This blood smear looks just like you.";
  778. }
  779.  
  780. MISC5 = {
  781.     "Anybody out there?";
  782.     "I watched your last match, ", 0, ", no threat there.";
  783.     "Somebody got a match? I can't see.";
  784. }
  785.  
  786. MISC6 = {
  787.     "Hey, ", 0, ", I think I hear your mommy calling.";
  788.     "Ow ... I bumped my toe on something. Oh, it was your head.";
  789.     "Warriors, come out and play!!";
  790. }
  791.  
  792. MISC7 = {
  793.     "Phooey. I'm lost again.";
  794.     "Hey. Truce. Let's all team up go after the Arena Masters.";
  795.     "I can smell fear ... and frankly you stink right now.";
  796. }
  797.  
  798. MISC8 = {
  799.     "Where's all the lava? I thought all these arenas had it.";
  800.     "Where oh where has my little dog gone ... ?";
  801.     "Who wants to be a hero?";
  802. }
  803.  
  804. MISC9 = {
  805.     "I am the rocket lord and I'm giving out samples.";
  806.     "Who dies first?";
  807.     "Am I a god? You even have to ask?";
  808.     "I'm surrounded by stinking ", fighter, "s!";
  809. }
  810.  
  811. MISC10 = {
  812.     "I know where all the hiding places are.";
  813.     "So, are you hiding, camping, or just running away?";
  814.     "Face to face, like true warriors.";
  815. }
  816.  
  817. MISC11 = {
  818.     "There is no honor or glory in camping. Unless I'm doing it.";
  819.     "Mr. Elusive. Paging Mr. Elusive. Pick up the white courtesy phone.";
  820.     "I'm confused. Do I have a kick the idiot sign on my back?";
  821.     0, " + ", 5, "= disaster!";
  822. }
  823.  
  824. MISC12 = {
  825.     "Where are you hiding little rabbit?";
  826.     "You know you are just delaying the inevitable ", 0, ".";
  827.     "You can run, but thre is no place you can hide.";
  828. }
  829.  
  830. MISC13 = {
  831.     "Use it or lose it baby.";
  832.     "Hey any of you ", fighter, "s got a map for ", 4, "?";
  833.     "Holy Crud. Where did that come from?";
  834.     "You're a master of disguise ", 1, ". I mistook you for someone dangerous.";
  835. }
  836.  
  837. MISC14 = {
  838.     "Let's agree right now, ", 0, ". I'm the winner and you're not.";
  839.     "Let's agree right now, you ", fighter, "s. I'm the winner and you're not.";
  840.     "When you pull out the pin, Mr. Grenade is no longer your friend.";
  841.     "Anyone seen my other leg?";
  842. }
  843.  
  844. MISC15 = {
  845.     "I've got you ", fighter, "s surrounded.";
  846.     "Hot spit! I own this arena!";
  847.     "Oooooooo. Now I am so scared.";
  848. }
  849.  
  850. MISC16 = {
  851.     "Ahh, No one told me it was an ugly party!";
  852.     "I've got a prize for the first ~one who finds me!";
  853.     0, "Needs an ugly slap!";
  854. }
  855.  
  856. GUYTALK = {
  857.     "*[flex]* Chicks really go for the ripped muscles.";
  858.     "Oh yeah. That's the way I like it, Baby!";
  859.     "I'm just too ~sexy for my own good.";
  860. }
  861.  
  862. GUYTALK2 = {
  863.     "All you chicks keep begging for more";
  864.     "Did you see the BFG on that ~one?!";
  865.     "I'm not the guy you want to bring home to Mommy.";
  866. }
  867.  
  868. PRAISE = {
  869.     "Next time, things will not go so easy for you ", 0, ".";
  870.     "I think a retreat is in order on my part ...";
  871.     "Not half bad, ", 0, " Not half bad.";
  872. }
  873.  
  874. PRAISE1 = {
  875.     "A solid hit ", 0, "!";
  876.     "Definitely ~one for the record books, ", 0, "!";
  877.     "Nice. Really nice.";
  878. }
  879.  
  880. PRAISE2 = {
  881.     "Die with a smile ", 0, "!";
  882.     "You can't win 'em all, ", 0, " ... unless you're me.";
  883.     "You need eyes in the back of your head, ", 0, ".";
  884. }
  885.  
  886. PRAISE3 = {
  887.     "Some fine work there!";
  888.     "Cool. Show me how you did that ", 0, ".";
  889.     "Owww. Way to go ", 0, " That definitely hurt.";
  890. }
  891.  
  892. PRAISE4 = {
  893.     "You really die with class, ", 0, ".";
  894.     "You made me work hard for that ~one ", 0, "!";
  895.     "Almost, but not quite enough that time, ", 0, ".";
  896. }
  897.  
  898. PRAISE5 = {
  899.     "I'll knock back a cold ~one for ya ", 0, "!";
  900.     "That ~one could have gone either way!";
  901.     "Heh Heh, you remind me of my younger self, ", 0, ".";
  902. }
  903.  
  904. LEVEL_START0 = {
  905.     "Ahhhh! I OWN this arena.";
  906.     "Oh good. I always win here.";
  907.     "Uggh. Why is it always THIS arena?";
  908. }
  909.  
  910. LEVEL_START1 = {
  911.     "Raise the curtains and start the band! It's SHOWTIME!";
  912.     "Oh yeah! I smell victory already.";
  913.     "Gonna rock around the clock tonight!";
  914.     "It's party time!";
  915.     "Everybody out of the pool! I'm swimming with the sharks tonight.";
  916. }
  917.  
  918. LEVEL_START2 = {
  919.     "Come let us frag!";
  920.     "I am so ready for this.";
  921.     "Is everybody ready for some serious fragging?!";
  922.     "Time to settle some scores!!";
  923. }
  924.  
  925. LEVEL_START3 = {
  926.     "It's time for 'Bowling for Morons'";
  927.     "I'm like a kid in a candy store!";
  928.     "Guess its time to mow the grass.";
  929.     "Let the tears begin!";
  930. }
  931.  
  932. TAUNT = {
  933.     "Chew on this!";
  934.     "You can eat my socks.";
  935.     "pineapple salad for everyone.";
  936.     "Want some? Come and get it!";
  937. }
  938.  
  939. TAUNT1 = {
  940.     "You can eat my ... dust.";
  941.     "Hey, catch this.";
  942.     "Go cry to your mommy.";
  943. }
  944.  
  945. TAUNT2 = {
  946.     "Fear this!";
  947.     "Lemme at ya";
  948.     "Kissy. Kissy.";
  949. }
  950.  
  951. TAUNT3 = {
  952.     "Come and get some ", 0, ".";
  953.     "Hey dummy, the action's over here.";
  954.     "Say cheese!";
  955. }
  956.  
  957. TAUNT4 = {
  958.     "When I'm done with you, ", 0, " there won't be enough left to spread on a cracker.";
  959.     "You want praise ", 0, "?  Praise this!";
  960.     "Run fool! RUN!";
  961. }
  962.  
  963. TAUNT5 = {
  964.     "Burn baby, burn";
  965.     0, ", is that a mask or are you just naturally ugly?";
  966.     "What I have is skill. What you have, ", 0, ", is luck.";
  967. }
  968.  
  969. TAUNT6 = {
  970.     "I think you're the red-shirt here today, ", 0, ".";
  971.     "I'm the best and you are the rest.";
  972.     "Do your best, loser.";
  973. }
  974.  
  975. TAUNT7 = {
  976.     "I just punched a hole in your luck ", 0, ", and it's all run out.";
  977.     "You call this excitement? Not hardly.";
  978.     0, ", you are hardly even target practice today.";
  979. }
  980.  
  981. TAUNT8 = {
  982.     "C'mon ", fighter, ", show me what you got.";
  983.     "You can all go howl!";
  984.     "Whatever.";
  985. }
  986.  
  987. TAUNT9 = {
  988.     "**[Sniff Sniff]** smells like ", 0, " is runnin' scared again.";
  989.     "Oh stop whining, ", 0, ".";
  990.     "Hey Zippy I'm over here!";
  991. }
  992.  
  993. TAUNT_FEM = {
  994.     0, ", I feel your pain ... and I'm getting darn tired of it.";
  995.     "I am nobody's bee-yatch.";
  996.     "Men are such babies.";
  997. }
  998.         
  999. TAUNT_FEM1 = {
  1000.     "Trick or Treat. Hmmmm. Nothing left but tricks.";
  1001.     "Pigs.";
  1002.     "I am feeling so nasty right now.";
  1003. }
  1004.         
  1005. TAUNT_FEM2 = {
  1006.     "I think someone needs to have the air let out of him.";
  1007.     "The difference is that I look good doing this.";
  1008.     "You ought to let your mommy dress you ", 0, ".";
  1009.     0, ", you can kiss my ... ", weapon, ".";
  1010. }
  1011.         
  1012. TAUNT_FEM3 = {
  1013.     "The lips says 'no' ... but my ", weapon, " says 'Hell NO.'";
  1014.     "I ~don't have to pad it to flaunt it.";
  1015.     "Oh ... that WAS a rocket launcher in your pocket.";
  1016. }
  1017.         
  1018. TAUNT_FEM4 = {
  1019.     "Ooooooo. Designer combat boots ", 0, ". How trendy.";
  1020.     "When was the last time you even saw a REAL woman?";
  1021.     "You know what they say about a man with a small gun?";
  1022. }
  1023.         
  1024. TAUNT_FEM5 = {
  1025.     "Is that the best you've got to offer?";
  1026.     "Size does matter ", 0, ". Who told you it didn't?";
  1027.     0, " is REALLY starting to piss me off.";
  1028. }
  1029.         
  1030. TAUNT_FEM6 = {
  1031.     "~Don't call me 'girl.' I am nobody's 'girl.'";
  1032.     "A ", weapon, " is a grrrl's best friend!";
  1033.     "Chicks rule. Loozerz drool.";
  1034.     "Mmmmmmmm...baby!";
  1035. }
  1036.  
  1037. TAUNT_FEM7 = {
  1038.     "I ~don't date losers ... I frag them.";
  1039.     "So ", 0, " show me what you think you got.";
  1040.     "What a cute outfit ", 0, ". Did you dress up just for me?";
  1041. }
  1042.  
  1043. TAUNT_FEM8 = {
  1044.     "It's time to stop letting Mommy dress you.";
  1045.     "If you stare less you may get a shot off.";
  1046.     "Hell Yes, I faked it.";
  1047. }
  1048.  
  1049. TELEFRAGGED0 = {
  1050.     "Slicker'n snot!";
  1051.     "Whack! Pay attention ", 0, ". That's how we do it downtown.";
  1052.     "Ewwww. Now I've got ", 0, "'s gick all over me.";
  1053. }
  1054.  
  1055. TELEFRAGGED1 = {
  1056.     "Awww. Did it that hurt poor little ", 0, "?";
  1057.     ":)";
  1058.     "Atomized!";
  1059. }
  1060.  
  1061. TELEFRAGGED2 = {
  1062.     "That's ~one way to become one with the universe.";
  1063.     "Gotta move faster than that.";
  1064.     "That is just so funny.";
  1065. }
  1066.  
  1067. TELEFRAGGED3 = {
  1068.     "Move it or lose it ... permanently.";
  1069.     "Now that's what I call a 'moving violation.'";
  1070.     "LOL";
  1071. }
  1072.  
  1073. TELEFRAGGED4 = {
  1074.     "WOWEEE!";
  1075.     "So much for trying to get an autograph.";
  1076.     "That was truly evil. Bwahahahahaha!";
  1077. }
  1078.  
  1079. TELEFRAGGED5 = {
  1080.     "Tag, you're it.";
  1081.     "Beam me up Scotty and we can try it again.";
  1082.     "Billions and billions of little tiny atoms everywhere.";
  1083. }
  1084.  
  1085. TELEFRAGGED6 = {
  1086.     "WooHoo!";
  1087.     "Oh yeah!! Too easy.";
  1088.     "Tis better to give than receive.";
  1089. }
  1090.  
  1091. TELEFRAGGED7 = {
  1092.     "Ugh. Someone get a mop.";
  1093.     "Looks like gelatin dessert tonight.";
  1094.     "Careful contents under pressure.";
  1095. }
  1096.  
  1097. DEATH_SUICIDE0 = {
  1098.      "Crap!";
  1099.     "Doh!";
  1100.     "Frack!";
  1101. }
  1102.  
  1103. DEATH_SUICIDE1 = {
  1104.      "I'm my own worst enemy.";
  1105.     "Grrrrrr.";
  1106.     "Just a minor setback.";
  1107. }
  1108.  
  1109. DEATH_SUICIDE2 = {
  1110.      "I hate it when that happens.";
  1111.     "Stop laughing ", 0, "!";
  1112.     "Hehe";
  1113. }
  1114.  
  1115. DEATH_SUICIDE3 = {
  1116.     "Arrrrg. I can't believe that happened.";
  1117.     "Care to join me down here ", 0, "?";
  1118.     "Alright, who pushed me?";
  1119. }
  1120.  
  1121. DEATH_SUICIDE4 = {
  1122.     "I can't believe I did that.";
  1123.     "I ~don't plan on repeating this.";
  1124.     "I did that to even the odds ... looked like ", 0, " needed the help.";
  1125. }
  1126.  
  1127. DEATH_SUICIDE5 = {
  1128.     "D'oh!";
  1129.     "Oops";
  1130.     "Heh";
  1131. }
  1132.  
  1133. DEATH_SUICIDE6 = {
  1134.     "I did that on purpose.";
  1135.     "There's never a personal teleporter when you need ~one.";
  1136. }
  1137.  
  1138. KILL_RAIL0 = {
  1139.     "Am I good or what?";
  1140.     "Just like shooting fish in a barrel.";
  1141.     "WoooHooo. Dodge that suckah.";
  1142. }
  1143.  
  1144. KILL_RAIL1 = {
  1145.     "Click. Bang! Splat!";
  1146.     "I looove this gun.";
  1147.     "Set 'em up and knock 'em down.";
  1148. }
  1149.  
  1150. KILL_RAIL2 = {
  1151.     "Thanks for being such a great target ", 0, ".";
  1152.     "Ewwww. That had to hurt.";
  1153.     "Man, I'd hate anyone doing that to me.";
  1154. }
  1155.  
  1156. DEATH_RAIL0 = {
  1157.     "Camping Punk!";    
  1158.     0, "!! You ... CAMPER!";
  1159.     "Wow. Where did that shot come from?";
  1160.     "Nice shot ", 0, "!";
  1161. }
  1162.  
  1163. DEATH_RAIL1 = {
  1164.     "Great! ", 0, " gets lucky once and I'm the target!";
  1165.     "Bet you can't do that again ", 0, ".";
  1166.     0, " is starting to piss me off.";
  1167. }
  1168.  
  1169. DEATH_RAIL2 = {
  1170.     "You have to run out of ammo sometime, camper.";
  1171.     "Camping's fun, ", 0, "But you're going to run out of ammo eventually.";
  1172.     "That's it ", 0, ". No more being nice to you.";
  1173.     "When I find ~one of those, you're in big trouble, ", 0, ".";
  1174. }
  1175.  
  1176. KILL_GAUNTLET0 = {
  1177.     "You are such an easy mark!";
  1178.     "That was fun. I think I'll do it again real soon.";
  1179.     "Uh-oh. My 'Loser-meter' detects ~Zero challenge here.";
  1180. }
  1181.  
  1182. KILL_GAUNTLET1 = {
  1183.     "WooHoo. Tag as an 'Extreme Sport'. Gotta love it.";
  1184.     "I float like a butterfly and sting like a bee.";
  1185.     "Reach out and touch ...";
  1186. }
  1187.  
  1188. KILL_GAUNTLET2 = {
  1189.     "Brutal, but effective.";
  1190.     "BIFF!! WHAM!! POW!!";
  1191.     "Definitely Crude, but it does the job.";
  1192. }
  1193.  
  1194. DEATH_GAUNTLET0 = {
  1195.     "Get that thing outta my face ", 0,"!";
  1196.     "~Don't you ever touch me with that again ", 0,".";
  1197.     "This is starting to piss me off ", 0,"!";
  1198. }
  1199.  
  1200. DEATH_GAUNTLET1 = {
  1201.     "Yeah. Do that again ", 0, ". I just love being humiliated!";
  1202.     "That really makes me mad.";
  1203.     "I can't believe I let you do that to me ", 0, ".";
  1204. }
  1205.  
  1206. DEATH_GAUNTLET2 = {
  1207.     "I'm not going to let you do that again ", 0, "!";
  1208.     "Death by gauntlet. I feel so ... so unclean.";
  1209.     "Heh.";
  1210. }
  1211.  
  1212. DEATH_FALLING = {
  1213.     "D'oh!";
  1214.     "Alright, who pushed me?";
  1215.     "Look Jack, I'm flying!";
  1216. }
  1217.  
  1218. DEATH_TELEFRAGGED0 = {
  1219.     "Dag-nabbit!";
  1220.     "Dangit, ", 0, ", I told you to quit following me!";
  1221.     "What a cheap frag ", 0, ".";
  1222. }
  1223.  
  1224. DEATH_TELEFRAGGED1 = {
  1225.     "Do that a bunch more, ", 0, ", and you just might beat me.";
  1226.     "Lucky";
  1227.     "Heh.";
  1228. }
  1229.  
  1230. DEATH_TELEFRAGGED2 = {
  1231.     "I bet you're pretty darn proud of yourself right now, " , 0, ".";
  1232.     "**sigh**";
  1233.     "Nice move ", 0, ".";
  1234. }
  1235.  
  1236. DEATH_TELEFRAGGED3 = {
  1237.     "Oh heck.";
  1238.     "I hate that. I just hate that.";
  1239.     "Well, ", 0, ", I owe you ~one for that.";
  1240. }
  1241.  
  1242. LEVEL_END_VICTORY0 = {
  1243.     "The air smells like sweet victory right now.";
  1244.     "Yesssssss!!!";
  1245.     "Holey Moley!";
  1246. }
  1247.  
  1248. LEVEL_END_VICTORY1 = {
  1249.     "I rule this place!";
  1250.     "I rule ", 4, "!";
  1251.     "Game Over Man!!";
  1252.     "I'd like to thank all the little pieces of those who made this possible.";
  1253. }
  1254.  
  1255. LEVEL_END_VICTORY2 = {
  1256.     ":-D";
  1257.     "You ", fighter, "s can all go home now!";
  1258.     "It's survival of the fittest.";
  1259. }
  1260.  
  1261. LEVEL_END_VICTORY3 = {
  1262.     "Humility is for wimps. I AM the Champion!";
  1263.     "Wahoooo! I am on my way to the top!";
  1264.     "Outta my way you ", fighter, ". The train is comin' through.";
  1265. }
  1266.  
  1267. LEVEL_END_VICTORY4 = {
  1268.     "You gotta earn this spot the hard way, ", 3, ".";
  1269.     "My Momma would be so proud.";
  1270.     "I dedicate this victory to ... ME. Yeah baby.";
  1271. }
  1272.  
  1273. LEVEL_END_LOSE0 = {
  1274.     "Great match. Just ~don't expect to repeat it the next time, ", 2, ".";
  1275.     "Of course I lost, I was playing hurt!";
  1276.     "~Don't get used to it, ", 2, "-- ~lightning doesn't strike twice.";
  1277. }
  1278.  
  1279. LEVEL_END_LOSE1 = {
  1280.     "Yeah, I let you win this time, ", 2, ".";
  1281.     "I let you win.";
  1282.     ":-(";
  1283. }
  1284.  
  1285. LEVEL_END_LOSE2 = {
  1286.     "I hate losing.";
  1287.     "I hate losing to a worthless ", fighter, " like ", 2, ".";
  1288.     "I'm not a poor loser. I seem to be pretty good at losing.";
  1289.     "Losing stinks.";
  1290. }
  1291.  
  1292. DEATH_TALKING = {
  1293.     "I can see that you're not much into the honor and fair play thing, ", 0, ".";
  1294.     "Talker Killer.";
  1295.     "You know, ", 0, ", that was a remarkably cheap shot.";
  1296. }
  1297.  
  1298.  
  1299. //===========================================================================
  1300. //        GROUP B RANDOM MESSAGES ,,, orignal random messages
  1301. //        The messages in this sub-grouping are intended as fill-in-the-blank
  1302. //        variables.  Care must be taken not to set up recursive call situations.
  1303. //===========================================================================
  1304. exclamation = {"!"; "!!"; "!"; "!!!"; "!!!!!!!"; "!!!";}
  1305. good = {"good"; "gooood"; "so good"; "sooo goood";}
  1306. looser = {"sucker"; "loser"; "sckr"; "loosr";}
  1307. nerd = {"pizza"; "nerdy"; "nerd";}
  1308. boyz = {"boyz"; "boyz & grllz"; "girlies";}
  1309. ramble = {ramblelist; one_liners;} //warning this is a repointer variable
  1310. response = {affirmative; negative; neutral; response_insult;} //warning this is a repointer variable
  1311.  
  1312. list_sort = { //points at other random key lists ... be wary of recursion
  1313.     weapon;
  1314.     response;
  1315.     food;
  1316.     liquid;
  1317.     family_member;
  1318.     fighter;
  1319.     item;
  1320.     namez;
  1321.     place;
  1322.     animal;
  1323.     substance;
  1324. }
  1325.  
  1326. language = {
  1327.     "English";
  1328.     "Chinese";
  1329.     "Dutch";
  1330.     "Urdu";
  1331.     "Cantonese";
  1332.     "French";
  1333.     "Spanish";
  1334.     "German";
  1335.     "Italian";
  1336.     "Russian";
  1337.     "Arabic";
  1338.     "Hebrew";
  1339.     "Korean";
  1340.     "Japanese";
  1341.     "Vietnamese";
  1342.     "Pushtu";
  1343.     "Afrikaans";
  1344.     "Amhara";
  1345.     "Swahili";
  1346.     "Greek";
  1347.     "Japanese";
  1348.     "Hungarian";
  1349.     "Polish";
  1350. }
  1351.  
  1352. weapon = {
  1353.     "gauntlet";
  1354.     "rocket launcher";
  1355.     "shotgun";
  1356.     "machine gun";
  1357.     "grenade launcher";
  1358.     "railgun";
  1359.     "plasmagun";
  1360.     "BFG";
  1361.     "BFG 10K";
  1362.     "lightning gun";
  1363. }
  1364.  
  1365. ponder = {
  1366.     "Interesting.";
  1367.     "Hmmmm.";
  1368.     "So What?";
  1369.     "Now that's something.";
  1370.     "Alright.";
  1371.     "So you say.";
  1372.     "Oh really?";
  1373.     "Are you crazy?";
  1374.     "That's crazy!";
  1375.     "*[YAWN}*";
  1376.     "That doesn't sound right.";
  1377.     "What?";
  1378.     "How charming.";
  1379.     "*[ROLLS EYES]*";
  1380.     "That makes no sense.";
  1381.     "That makes sense.";
  1382.     "That's just stupid.";
  1383.     "Huh.";
  1384.     "Bah!";
  1385.     "~Don't give me that.";
  1386.     "Horse-puckey!";
  1387.     "Bull!";
  1388.     "Here we go again.";
  1389.     "Not again.";
  1390.     "Oh come off it.";
  1391.     "That's bull and you know it.";
  1392.     "Sounds like a conspiracy.";
  1393.     "That's ridiculous.";
  1394. }
  1395.  
  1396. response_insult = {
  1397.     "What is this, a radio talk show?";
  1398.     "Are you just gonna blabber me to death?";
  1399.     "Will you just shut up and fight?!";
  1400.     "Bite my ass"; //'cause Graeme said so
  1401.     "Discussion time is over!";
  1402.     "Take that conversation outside!";
  1403.     "**[unacceptably rude gesture]**";
  1404.     "You're confusing me for someone who wants to listen!";
  1405.     "You've confused me with someone who gives a rip!";
  1406.     "I can't hear you!";
  1407.     "What am I supposed to be, your private  ", random_counselor, "?";
  1408.     "Less chatting more shooting!";
  1409.     "Oh bite me!";
  1410.     "Bite me fan boy!";
  1411.     "Oh whatever! Can we just fight?";
  1412.     "Fight, or get the heck outta Dodge.";
  1413.     "This arena isn't big enough for me and your chat balloon.";
  1414.     negative, " We are not working this out by talking.";
  1415.     "This ain't no war of words we got here.";
  1416.     "This is an arena, not a confessional.";
  1417.     "You trying to talk me to death here?";
  1418.     "Keep talking, I'm reloading!";
  1419.     "That mouth of yours makes a great target!";
  1420.     "That chat balloon makes a great target!";
  1421.     "I ain't your ", random_counselor, " ", fighter, ".";
  1422.     "We're not here to work out your personal problems.";
  1423.     "You got personal problems, take 'em to your ", random_counselor, ".";
  1424.     "I'm not in a talking mood.";
  1425.     "Will you SHUT UP already?!";
  1426.     "Shoot me here already, OK?";
  1427.     "Enough with the talking!";
  1428.     "Whatsamatter, you not getting enough attention at home?";
  1429.     "Talk to the ", weapon, ", because the ear ain't listening.";
  1430.     "Keep talking, I need more ammo.";
  1431.     "The arena masters didn't set up a debate club here.";
  1432.     "This is an arena, not a chat room.";
  1433.     "You some kind of touchy-feely, granola-eating nut?";
  1434.     "Ugh. You gonna get all touchy-feely on me?";
  1435.     "You want therapy? Therapy this!";
  1436.     "You need help and I ain't the ~one to help you.";
  1437.     "We FIGHT here. We TALK somewhere else.";
  1438.     "Can't you see I'm busy here?";
  1439.     "Shouldn't you be doing something about all that pent-up aggression?";
  1440.     "Cut the chatter.";
  1441.     "Zip the lip, ", fighter, ".";
  1442.     "You wanna keep it down? I'm trying to frag here!";
  1443.     "Ohboy. Non-moving target!";
  1444.     "Somebody shut this ", fighter, " up!";
  1445.     "I ~don't wanna argue! I wanna fight!";
  1446.     "Somebody kill this ", fighter ," before we're all bored to death.";
  1447.     "Gahhh! You just yakked my ear off!";
  1448.     "Gahhh!";
  1449.     "Blah, blah, blah!";
  1450.     "Whatever.";
  1451.     "Am I supposed to be taking notes here?";
  1452.     "Just, Shut, UP.";
  1453.     "Will you just stop with all the whining?";
  1454.     "You're whining again.";
  1455.     affirmative, " Now just SHUT UP!";
  1456.     "Who do you think I am, Sigmund Freud?!";
  1457.     "Your MOM!!";
  1458. }
  1459.  
  1460. random_counselor = { //nice people who listen, counsel or give advice
  1461.     "guidance counselor";
  1462.     "astrologist";
  1463.     "psychic pal";
  1464.     "doctor";
  1465.     "girlfriend";
  1466.     "sex therapist";
  1467.     "shrink";
  1468.     "hair dresser";
  1469.     "psychiatrist";
  1470.     "pschologist";
  1471.     "~witch doctor";
  1472.     "radio talk show host";
  1473.     "mother";
  1474.     "grandmother";
  1475.     "granny";
  1476.     family_member;
  1477.     "mommy";
  1478.     "priest";
  1479.     "pastor";
  1480.     "rabbi";
  1481.     "mullah";
  1482.     "minister";
  1483.     "guru";
  1484.     "bartender";
  1485.     "imaginary friend";
  1486. }
  1487.  
  1488. family_member = {
  1489.     "sister";
  1490.     "brother";
  1491.     "mother";
  1492.     "father";
  1493.     "uncle";
  1494.     "aunt";
  1495.     "grandmother";
  1496.     "grandfather";
  1497.     "cousin";
  1498.     "second cousin";
  1499.     "brother-in-law";
  1500.     "sister-in-law";
  1501.     "weird uncle";
  1502.     "goofy aunt";
  1503.     "niece";
  1504.     "nephew";
  1505.     "kid";
  1506.     
  1507. }
  1508.  
  1509. friendname = {
  1510.     "amigo";
  1511.     "bud";
  1512.     "buddy";
  1513.     "chum";
  1514.     "chummer";
  1515.     "comrade";
  1516.     "dude";
  1517.     "friend";
  1518.     "guy";
  1519.     "kid";
  1520.     "kid-O";
  1521.     "pal";
  1522.     "baby";
  1523.     "Tex";
  1524. }
  1525.  
  1526.  
  1527. different = {
  1528.     "bigger";
  1529.     "smarter";
  1530.     "better looking";
  1531.     "larger";
  1532.     "uglier";
  1533.     "smellier";
  1534.     "cleaner";
  1535.     "dirtier";
  1536.     "more beautiful";
  1537.     "smaller";
  1538.     "more disturbed";
  1539.     "crazier";
  1540.     "more sane";
  1541.     "less friendly";
  1542.     "more friendly";
  1543.     "fatter";
  1544.     "more powerful";
  1545.     "more manly";
  1546.     "more effeminate";
  1547.     "stupider";
  1548.     "more alien";
  1549.     "weirder";
  1550.     "more normal";
  1551.     "better educated";
  1552.     "longer winded";
  1553.     "more boring";
  1554.     "goofier";
  1555.     "more dangerous";
  1556.     "older";
  1557.     "younger";
  1558.     "better off";
  1559.     "worse off";
  1560.     "prettier";
  1561.     "worse looking";
  1562.     "better smelling";
  1563.     "better groomed";
  1564.     "better dressed";
  1565. }
  1566.  
  1567. fighter = {
  1568.     "bottom feeder"; 
  1569.     "camper";
  1570.     "camping punk";
  1571.     "cheap frag"; 
  1572.     "chump";
  1573.     "coward";
  1574.     "dirtbag"; 
  1575.     "frag bait";
  1576.     "geek";
  1577.     "girlie";
  1578.     "goof-ball";
  1579.     "hair-ball";
  1580.     "~jerk"; 
  1581.     "lamer";
  1582.     "little kitten"; 
  1583.     "llama";
  1584.     "loser";
  1585.     "loozR";
  1586.     "lounge-lizard";
  1587.     "microbe";
  1588.     "monkey butt";
  1589.     "miserable excuse"; 
  1590.     "nerd";
  1591.     "newbie"; 
  1592.     "no-account";
  1593.     "pissant";
  1594.     "puke";
  1595.     "rodent"; 
  1596.     "scab";
  1597.     "scumbag"; 
  1598.     "scumbutt"; 
  1599.     "~scum-sucker"; 
  1600.     "slimeball"; 
  1601.     "slime surfer";
  1602.     "slug"; 
  1603.     "spud";
  1604.     "stiff";
  1605.     "stupid cow";
  1606.     "thug"; 
  1607.     "vidiot"; 
  1608.     "week-night warrior";
  1609.     "weak-sister"; 
  1610.     "wimp";
  1611.     "yellow-belly";
  1612.     "frag-weasel"; 
  1613.     "hairball";
  1614.     "lowlife";
  1615.     "frag farmer";
  1616.     "spawn camper";
  1617. }
  1618.  
  1619. rearrange = {"DARK CAR MANIAC"; "KICKBUTT"; "~SEVEN SWORDS"; "AWESOME"; "LLAMA"; "LOOZERS"; "ANARKI RULEZ"; "NO CONTEST"; "my mom's name";}
  1620.  
  1621. femalebot = {
  1622.  
  1623. "Sorlag";
  1624. "Major";
  1625. "Hunter";
  1626. "Lucy";
  1627. "Mynx";
  1628. "Angel";
  1629. "Slash";
  1630. "Daemia";
  1631. "Pi";
  1632. }
  1633.  
  1634. androbot = {
  1635. "Xaero";
  1636. "Ranger";
  1637. "Keel";
  1638. "Razor";
  1639. "Visor";
  1640. "Patriot";
  1641. "Biker";
  1642. "Doom";
  1643. "Gorre";
  1644. "Anarki";
  1645. "Grunt";
  1646. "Bitterman";
  1647. "Hossman";
  1648. "Sarge";
  1649. "Stripe";
  1650. "Wrack";
  1651. "Phobos";
  1652. "Mr. Elusive";
  1653. "Cadavre";
  1654. "Fritzkrieg";
  1655. }
  1656.  
  1657. neuterbot = {
  1658. "Orbb";
  1659. "Tankjr";
  1660. "Klesk";
  1661. "Uriel";
  1662. }
  1663.  
  1664. botnames = {
  1665. "Xaero";
  1666. "Orbb";
  1667. "Slash";
  1668. "Sorlag";
  1669. "Major";
  1670. "Uriel";
  1671. "Ranger";
  1672. "Keel";
  1673. "Razor";
  1674. "Visor";
  1675. "Hunter";
  1676. "Tankjr";
  1677. "Patriot";
  1678. "Biker";
  1679. "Lucy";
  1680. "Klesk";
  1681. "Doom";
  1682. "Mynx";
  1683. "Gorre";
  1684. "Angel";
  1685. "Anarki";
  1686. "Grunt";
  1687. "Bitterman";
  1688. "Daemia";
  1689. "Hossman";
  1690. "Sarge";
  1691. "Stripe";
  1692. "Wrack";
  1693. "Phobos";
  1694. "Pi";
  1695. "Friztkrieg";
  1696. "Mr. Elusive";
  1697. "Cadavre";}
  1698.  
  1699. negative = { 
  1700. "No.";
  1701. "Nope.";
  1702. "No way.";
  1703. "No!";
  1704. "Heck no.";
  1705. "Nahhhhh!";
  1706. "Not on your life!";
  1707. "Of course not.";
  1708. "I ~don't think so.";
  1709. "Homey ~don't play that.";
  1710. "Sure ... NOT!.";
  1711. "No.";
  1712. "Negative.";
  1713. "I think not.";
  1714. "No way, Jose.";
  1715. "No.";
  1716. "I think maybe ... NO!";
  1717. "Forget that!";
  1718. "Belay that.";
  1719. "Forget that.";
  1720. "Negatory.";
  1721. "Not a chance.";
  1722. "Not in a million years!";
  1723. "Not now. Not ever.";
  1724. }
  1725.  
  1726. affirmative = { 
  1727. "Yes.";
  1728. "OK!";
  1729. "Right!";
  1730. "Certainly!";
  1731. "It is agreed.";
  1732. "Yep.";
  1733. "You bet.";
  1734. "Uh-huh.";
  1735. "Of course!";
  1736. "You betcha.";
  1737. "Darn tootin'.";
  1738. "Affirmative.";
  1739. "That's a big 10-4!";
  1740. "10-4 good buddy!";
  1741. "Correct.";
  1742. "Yeah.";
  1743. "That is right!";
  1744. "You got it!";
  1745. "Sure.";
  1746. "Yes.";
  1747. "Oui!";
  1748. "Precisely right.";
  1749. "That sounds right.";
  1750. "Exactly!";
  1751. "You know it!";
  1752. "Yeppers.";
  1753. "Absolutely.";
  1754. "You got that.";
  1755. "You know it.";
  1756. "Ain't it the truth.";
  1757. "Yeah, whatever.";
  1758. }
  1759.  
  1760. neutral = { 
  1761. "What are you talking about?";
  1762. "Beats me.";
  1763. "Geez.";
  1764. "Ick!";
  1765. "Wait a sec ... what?";
  1766. "I don't understand.";
  1767. "Dunno.";
  1768. "Not sure.";
  1769. "Let me think.";
  1770. "Hmm.";
  1771. ":-)";
  1772. ";-\\";
  1773. ":(";
  1774. "What do you mean?";
  1775. "Am I supposed to tell you?";
  1776. "How should I know?";
  1777. "I could tell you, but then I would have to kill you.";
  1778. "I will never tell!";
  1779. "I have no idea!";
  1780. "~Don't ask me.";
  1781. "What is this, 20 questions?";
  1782. "No ~one said there would be a test.";
  1783. "I thought YOU knew!";
  1784. "I'm not gonna tell you!";
  1785. "I know nothing about that!";
  1786. "That information is top secret, sorry.";
  1787. "Can't say.";
  1788. "Search me!";
  1789. "What?!";
  1790. "Do what?";
  1791. "Huh?";
  1792. "I ~don't know that!";
  1793. "Sorry, dunno!";
  1794. "I am clueless here!";
  1795. "I'm too sleepy to think straight.";
  1796. "Answer hazy. Try back later.";
  1797. "I dunno, man.";
  1798. "That's for me to know and you to find out.";
  1799. "*[confused]*";
  1800. "I am not knowing.";
  1801. "I really ~don't know.";
  1802. "No idea.";
  1803. "Haven't the foggiest.";
  1804. "Can I get back to you later?";
  1805. "Errrrrrrr.";
  1806. "~Don't know.";
  1807. "Whatever.";
  1808. "Definitely ... maybe.";
  1809. "I ~don't know ... what do you think?";
  1810. "Whatever does it for you.";
  1811. "Uhhh . . .";
  1812. }
  1813.  
  1814. confused_response = {
  1815.     "Confused?";
  1816.     "You are confused?"
  1817.     "Why are you confused?";
  1818.     "I'm not confused!";
  1819.     "Sorry confusion caused you.";
  1820.     "I understand perfectly.";
  1821.     "Maybe you have weasels in your brain.";
  1822.     "I understand, ~don't you?";
  1823.     "Do ... you ... speak ... English?!";
  1824.     "Are you confused?";
  1825.     "What ~don't you understand?";
  1826.     "I understand everything";
  1827.     "I think you understand perfectly well.";
  1828.     "Did I speak too fast for you?";
  1829.     "Are you a newbie or something?";
  1830.     "*[sigh}* ... Newbies.";
  1831.     neutral;
  1832.     response_insult;
  1833. }
  1834.  
  1835. ramblelist = { 
  1836. ":-(";
  1837. ":-)";
  1838. "I'm falling asleep here.";
  1839. "I;m getting sick.. ughh.";
  1840. "*[vomit]*";
  1841. "I'm bored.";
  1842. "I'm really tired.";
  1843. "I hate life.";
  1844. "I just ask for belonging.";
  1845. "What is everyone talking about?";
  1846. "Whoops.";
  1847. "Yawn";
  1848. "Zzzzzzzzzzzz";
  1849. "Oh.";
  1850. "No doubt!";
  1851. "I am being repressed by The Man!";
  1852. "I see.";
  1853. "I think I'm getting a cold.";
  1854. "Ahh.";
  1855. "Anyone else smell smoke?";
  1856. "Anyone here actually have any intelligence?";
  1857. "Explain further.";
  1858. "Fascinating.";
  1859. "Go on.";
  1860. "Great.";
  1861. "Excellent.";
  1862. "Hahaha";
  1863. "Hehehe";
  1864. "Shocking!";
  1865. "Grrr...";
  1866. "pfft!";
  1867. "*[sniff]*";
  1868. "*[snort]*";
  1869. "*[grin]*";
  1870. "Hmmm";
  1871. "Ummmm";
  1872. "Ho hum";
  1873. "La de dah.";
  1874. "Really.";
  1875. "School sucks.";
  1876. "La la la la. I'm not listening!";
  1877. "So what shall we talk about?";
  1878. "That's nice.";
  1879. "Tsk tsk tsk.";
  1880. "*[sigh]*";
  1881. "Oh?";
  1882. "Aaaaaah.";}
  1883.  
  1884. item = { 
  1885. "2x3 flat-sawed board";
  1886. "8-track tape player";
  1887. "aluminum can";
  1888. "athletic supporter";
  1889. "bar code reader";
  1890. "bag of cat litter";
  1891. "belly button stud";
  1892. "bongo set";
  1893. "bucket of money";
  1894. "can opener";
  1895. "car battery";
  1896. "car";
  1897. "cat";
  1898. "ceiling fan";
  1899. "cell phone";
  1900. "chemistry kit";
  1901. "computer";
  1902. "console game";
  1903. "construction toy";
  1904. "curling iron";
  1905. "demonic soul";
  1906. "digital alarm clock";
  1907. "dog";
  1908. "DVD player";
  1909. "facial tissue";
  1910. "floppy drive";
  1911. "FM radio";
  1912. "German sports car";
  1913. "gold coin";
  1914. "goldfish";
  1915. "hard drive";
  1916. "hedge trimmer";
  1917. "joystick";
  1918. "kielbasa sausage";
  1919. "mouse ears";
  1920. "mouse pad";
  1921. "MP3 player";
  1922. "new car";
  1923. "Picasso painting";
  1924. "pop-up toaster";
  1925. "pressure gauge";
  1926. "riding lawn-mower";
  1927. "rock";
  1928. "rubber ball";
  1929. "rubber frog";
  1930. "snow shovel";
  1931. "soccer ball";
  1932. "soda pop bottle";
  1933. "sports bra";
  1934. "statue";
  1935. "sticky-note";
  1936. "table saw";
  1937. "telephone";
  1938. "television";
  1939. "toe fungus";
  1940. "toupee";
  1941. "tubes of epoxy glue";
  1942. "weed trimmer";
  1943. "wig";
  1944. "wooden chair";
  1945. }
  1946.  
  1947. place = { 
  1948.     "Lake Titicaca";
  1949. "42nd Street";
  1950. "a pasture";
  1951. "Alabama";
  1952. "Alaska";
  1953. "Amsterdam";
  1954. "Arizona";
  1955. "Arkansas";
  1956. "Atlantis";
  1957. "Australia";
  1958. "Barcelona";
  1959. "Belgium";
  1960. "Bergen";
  1961. "Berlin";
  1962. "Bermuda";
  1963. "Birmingham";
  1964. "Bonaire";
  1965. "Bonn";
  1966. "Brazil";
  1967. "Brisbane";
  1968. "Brussels";
  1969. "Calgary";
  1970. "California";
  1971. "Canada";
  1972. "Caracas";
  1973. "China";
  1974. "Colorado";
  1975. "Connecticut";
  1976. "Curacoa";
  1977. "Dallas";
  1978. "Deimos";
  1979. "Delaware";
  1980. "Denmark";
  1981. "Dusseldorf";
  1982. "Eldorado";
  1983. "Florida";
  1984. "France";
  1985. "Geneva";
  1986. "Georgia";
  1987. "Greece";
  1988. "Hawaii";
  1989. "Idaho";
  1990. "Illinois";
  1991. "Indiana";
  1992. "Indonesia";
  1993. "Iowa";
  1994. "Isle of Man"; 
  1995. "Istanbul";
  1996. "Jackson";
  1997. "Jakarta";
  1998. "Japan";
  1999. "Java";
  2000. "Kalamazoo";
  2001. "Kansas";
  2002. "Katmandu"; 
  2003. "Kentucky";
  2004. "Lake Geneva";
  2005. "Lesotho";
  2006. "London";
  2007. "Louisiana";
  2008. "Lourdes";
  2009. "Maastricht";
  2010. "Madagascar"; 
  2011. "Madrid";
  2012. "Maine";
  2013. "Mars";
  2014. "Massachussetts";
  2015. "Mesquite";
  2016. "Michigan";
  2017. "Minnesota";
  2018. "Minnesota";
  2019. "Mississipi";
  2020. "Missouri";
  2021. "Montana";
  2022. "Moscow";
  2023. "my parent's basement";
  2024. "Nebraska";
  2025. "Nevada";
  2026. "New England";
  2027. "New Hampshire";
  2028. "New Jersey";
  2029. "New Mexico";
  2030. "North Dakota";
  2031. "North Carolina";
  2032. "Nova Scotia";
  2033. "New York";
  2034. "Newcastle";
  2035. "Norway";
  2036. "Nottingham";
  2037. "Ohio";
  2038. "Oklahoma";
  2039. "Oregon";
  2040. "Oregon";
  2041. "Oregon";
  2042. "Oslo";
  2043. "outer space";
  2044. "Paris";
  2045. "Pennsylvania";
  2046. "~Phobos";
  2047. "prison";
  2048. "Rhode Island";
  2049. "Rotterdam";
  2050. "Russia";
  2051. "San Jose";
  2052. "Scotland";
  2053. "Seattle";
  2054. "South Carolina";
  2055. "South Dakota";
  2056. "South Africa";
  2057. "Spain";
  2058. "St. Etienne";
  2059. "St. Paul";
  2060. "Sweden";
  2061. "Tennesee";
  2062. "Texas";
  2063. "the 3rd planet from the sun";
  2064. "the area behind the bleachers";
  2065. "the attic";
  2066. "the basement";
  2067. "the farthest star";
  2068. "the ghetto";
  2069. "the high plains";
  2070. "the Left coast";
  2071. "the Midwest";
  2072. "the moon";
  2073. "the Netherlands";
  2074. "the North Pole";
  2075. "the Pacific Northwest";
  2076. "the planet Uranus";
  2077. "the Rocky Mountains";
  2078. "the U.S.A.";
  2079. "the wetlands of Florida";
  2080. "Tierra Del Fuego";
  2081. "Toronto";
  2082. "Toulouse";
  2083. "Troy";
  2084. "United Kingdom";
  2085. "Utah";
  2086. "Vancouver";
  2087. "Venus";
  2088. "Vermont";
  2089. "Virginia";
  2090. "Washington";
  2091. "Washington D.C.";
  2092. "West Virginia";
  2093. "Willemstad";
  2094. "Wisconsin";
  2095. "Wyoming";
  2096. "Yellowstone Park";
  2097. "Zambezia";
  2098. "Zimbabwe";
  2099. }
  2100.  
  2101. class = {
  2102. "math";
  2103. "English language";
  2104. "geometry";
  2105. "gym";
  2106. "art";
  2107. "Spanish language";
  2108. "French language";
  2109. "German language";
  2110. "Latin language";
  2111. "Hebrew language";
  2112. "Mandarin language";
  2113. "Cantonese language";
  2114. "Japanese language";
  2115. "geography";
  2116. "science";
  2117. "geology";
  2118. "calculus";
  2119. "computer science";
  2120. "history";
  2121. "political science";
  2122. "physics";
  2123. "economics";
  2124. "chemistry";
  2125. "biology";
  2126. "anthropology";
  2127. "elementary education";
  2128. "nuclear engineering";
  2129. "electrical engineering";
  2130. "sociology";
  2131. "environmental engineering";
  2132. "management";
  2133. "accounting";
  2134. "marketing";}
  2135.  
  2136. liquid = { 
  2137. "cola";
  2138. "soda pop";
  2139. "mocha latte";
  2140. "coffee";
  2141. "brandy";
  2142. "orange juice";
  2143. "gin and tonic";
  2144. "milk";
  2145. "bottled water";
  2146. "mineral water";
  2147. "hydrochloric acid";
  2148. "lye";
  2149. "cherry cola";
  2150. "beer";
  2151. "bitter lemon";
  2152. "water";
  2153. "rum";
  2154. "rum and coke";
  2155. "wine";
  2156. "gasoline";
  2157. "rain water";
  2158. "iced tea";
  2159. "stout";
  2160. "pond water";
  2161. "cognac";
  2162. "vodka";
  2163. "pilsner";
  2164. "ale";
  2165. "ichor";
  2166. "celery soda pop";
  2167. "cocoanut milk";
  2168. "whiskey";
  2169. "scotch";
  2170. "bleach";
  2171. "turpentine";
  2172. "paint thinner";
  2173. "pool sanitizer";
  2174. "sulfuric acid";
  2175. "mercury";
  2176. "bicarbonate of soda";
  2177. "wine cooler";}
  2178.  
  2179. number = { 
  2180. "0";
  2181. "a billion";
  2182. "a trillion";
  2183. "a million";
  2184. "billions and billions";
  2185. "a gross";
  2186. "a dozen";
  2187. "a couple dozen";
  2188. "a baker's dozen";
  2189. "1";
  2190. "2";
  2191. "3";
  2192. "4";
  2193. "5";
  2194. "6";
  2195. "7";
  2196. "8";
  2197. "9";
  2198. "10";
  2199. "100";
  2200. "1,500";
  2201. "13";
  2202. "234";
  2203. "845";
  2204. "23";
  2205. "42";
  2206. "around 11";
  2207. "like 2 or 3";
  2208. "like 8 or 9";
  2209. "a buttload of";
  2210. "a bunch of";
  2211. "~fifty";
  2212. "~sixty";
  2213. "~seventy";
  2214. "~eighty";
  2215. "a hundred";
  2216. "a bazillion";
  2217. "a trillion";}
  2218.  
  2219. profession = { 
  2220. "accountant";
  2221. "actor";
  2222. "archeologist";
  2223. "artist";
  2224. "astronaut";
  2225. "bank robber";
  2226. "brick layer";
  2227. "cashier";
  2228. "cook";
  2229. "courier ";
  2230. "dancer";
  2231. "dish washer";
  2232. "doctor";
  2233. "drinker";
  2234. "engineer";
  2235. "electrician";
  2236. "fast food clerk";
  2237. "fast-food manager";
  2238. "female impersonator";
  2239. "game designer";
  2240. "grease monkey";
  2241. "hacker";
  2242. "judge";
  2243. "lawyer";
  2244. "~marine biologist";
  2245. "messenger";
  2246. "musician";
  2247. "phone-repairman";
  2248. "pizza deliverer";
  2249. "plumber";
  2250. "police officer";
  2251. "preacher";
  2252. "pre-school teacher";
  2253. "professor";
  2254. "radio announcer";
  2255. "programmer";
  2256. "psychopath";
  2257. "rocker";
  2258. "sacker";
  2259. "salesman";
  2260. "scientist";
  2261. "slacker";
  2262. "stocker";
  2263. "student";
  2264. "system administrator";
  2265. "thief";
  2266. "truck driver";
  2267. "writer";
  2268. "car salesman";
  2269. "hair dresser";
  2270. "mercenary soldier";
  2271. "sailor";
  2272. "telephone sanitizer";
  2273. }
  2274.  
  2275. namez = { 
  2276. "N37w1z4rd";
  2277. "Sterling";
  2278. "Zorgo";
  2279. "the FBI";
  2280. "the CIA";
  2281. "the KGB";
  2282. "President McKinley";
  2283. "the ghost of Teddy Roosevelt";
  2284. "NIA";
  2285. "Ninja";
  2286. "the evil emperor";
  2287. "the evil empire";
  2288. "Scarface";
  2289. "some guy";
  2290. "Nostromo";
  2291. "Huckleberry";
  2292. "Baxter";
  2293. "Scorpio";
  2294. "the Cult of Quake";
  2295. "the Cult of Cthon";
  2296. "the Silver Dawn";
  2297. "the Illuminati";
  2298. "medieval recreationists";
  2299. "gamers";
  2300. "elite hackers";
  2301. "survival nuts";
  2302. "doomsday cultists";
  2303. "Y2K survivalist wackos";
  2304. "the Mexicans";
  2305. "the Aussies";
  2306. "the Dutch";
  2307. "the telephone company";
  2308. "the Cubans";
  2309. "the Canadians";
  2310. "the Iraqis";
  2311. "the Libyans";
  2312. "the Communist Chinese";
  2313. "the Argentinians";
  2314. "the Brazilians";
  2315. "the Strogg cyborgs";
  2316. "the Russians";
  2317. "the Texans";
  2318. "the Brits";
  2319. "the French";
  2320. "the liberal left";
  2321. "the left wing media";
  2322. "the conservative right";
  2323. "chitinids";
  2324. "Sorg reptiloids";
  2325. "a demigod";}
  2326.  
  2327. immaturity01 = {
  2328. "I suppose you're going to test all those other 'special' words too?";
  2329. "That's pretty much where I draw the line!";
  2330. "I just forwarded that message to your mom.";
  2331. "I just forwarded that message to the police.";
  2332. "I just forwarded that message to your ", random_counselor, ".";
  2333. "*[sigh]* Yeah, you and every other 14-year-old on the planet.";
  2334. "Still waiting for puberty to hit, eh, ", 7, "?";
  2335. "I was right about you.";
  2336. "PIG!!";
  2337. "You disgust me ", 7, "!";
  2338. "Oh grow up.";
  2339. "Do you have to talk about that?";
  2340. "Did I really need to know that?";
  2341. "Not that again!";
  2342. "Disgusting.";
  2343. "Immature little pervert.";
  2344. "You're sick, leave me alone.";
  2345. "Ugh. I think I'm going to throw up.";
  2346. }
  2347.  
  2348. proposition01 = {
  2349.  
  2350. "Hmmmmm. Let's talk about that later.";
  2351. "Sure. But we should finish this first.";
  2352. botnames, " may go for that , but not me.";
  2353. "Tell me more.";
  2354. "You might want to take a moment and get ready.";
  2355. "Again?";
  2356. "Sure. Meet me in ", level_title, ". I'll be wearing the Battle Suit.";
  2357. "So .... what are you wearing?";
  2358. }
  2359.  
  2360. male_one_liners = {
  2361. "He shoots! He scores! The crowd goes wild!";
  2362. "I'm the BFG king! Thank you, thank you very much.";
  2363. }
  2364. female_one_liners = {
  2365. "She shoots! She scores! The crowd goes wild!";
  2366. "Call me 'Cleopatra,' because I am the queen of denial!";
  2367. }
  2368. one_liners = { 
  2369. "Been there, done that, got the t-shirt.";
  2370. "Been there, done that, sent the post cards.";
  2371. "They got post cards for this place?";
  2372. "Ow. Not a good time to get a hang nail.";
  2373. "You got an early retirement coming up, ", 0, ".";
  2374. "We are definitely not going there.";
  2375. "Time to dance on the avalanche again.";
  2376. "Run, run, as fast as you can. Can't catch me, I'm the gingerbread man!";
  2377. "Time to reap the whirlwind.";
  2378. "I'm your ~one-way ticket to oblivion.";
  2379. "If you can't keep up with the big dogs, stay on the porch.";
  2380. "Brain, brain, blown away, respawn back another day.";
  2381. "The pain ... it's so ... motivating.";
  2382. "Welcome to Etermination Central.";
  2383. "Welcome to Frag School. Lessons are free today.";
  2384. "The freight train is a-coming through.";
  2385. "There will be NO survivors.";
  2386. "Chew on this!";
  2387. "Yippie-ki-yi-yay!";
  2388. "Ammo-gram!";
  2389. "Get ready to join the dinosaurs ", 0, ".";
  2390. "Well blow me down!";
  2391. "Shiver me timbers!";
  2392. "You're pretty fly for a meat pie.";
  2393. "I have not yet begun to fight.";
  2394. "Ink this on your tailbone!";
  2395. "Fear stalks you like heat!";
  2396. "Taste the fever wind!";
  2397. "Feel my shrieking rocket blast in your gibs!";
  2398. "Is this a bad time for you?";
  2399. "Winning's not everything -- it's just my middle name.";
  2400. "Too bad about your ribcage.";
  2401. "You better see a doctor about that.";
  2402. "Is that weapon licensed?";
  2403. "Watch your back -- I am.";
  2404. "Hey, was that your chest or yesterday's spaghetti I stepped in?";
  2405. "It's Killer time!";
  2406. "Spot & splatter.";
  2407. "Did you see that? I didn't think so.";
  2408. "Have a double-ought forget-me-not.";
  2409. "It's dangerous sneaking up behind a cyborg.";
  2410. "Didn't your mother teach you never to run with a ~rail gun?";
  2411. "I thought I told you to shut up.";
  2412. "I'm sure I told you to shut up.";
  2413. "Hey, little kitty-cat, I have a treat for you.";
  2414. "Guaranteed to remove unwanted brain tissue.";
  2415. "I found this rocket -- it has your name on it.";
  2416. "You ain't near fast enough, Tex.";
  2417. "Try pulling that little triggery thing.";
  2418. "Juggle grenades -- it's a blast!";
  2419. "Neither snow, nor sleet, nor rain of gibs will prevent delivery of the ~rail.";
  2420. "Paper, scissors, ROCKET!";
  2421. "I'm bad to your ~bones.";
  2422. "Your mom should have warned you about me.";
  2423. "I ~don't like to speak ill of the dead, but you suck.";
  2424. "Pain clears the mind.";
  2425. "I can take away your pain.";
  2426. "You're runnin' with the big dogs now.";
  2427. "You shouldn't oughtta have made me mad.";
  2428. "It's not too late to apologize.";
  2429. "We accept all leading surrender cards.";
  2430. "Welcome to Generation Ex.";
  2431. "Annrkee Roolz!";
  2432. "Loose lips need to be sewed shut.";
  2433. "You got real purty eyes.";
  2434. "Why do you run away? Won't you be my friend?";
  2435. "Put down the gun and we'll talk.";
  2436. "I swear, you got no sense O' humor.";
  2437. "Ping! Found you!";
  2438. "What's the sound of one hand slapping?";
  2439. "I ~don't know which came first, you or the egg.";
  2440. "I can't carry all this ammo. You want some?";
  2441. "I got blisters on my trigger finger!";}
  2442.  
  2443. adj = { 
  2444. "scary";
  2445. "furry";
  2446. "colorful";
  2447. "old";
  2448. "new";
  2449. "greasy";
  2450. "slimy";
  2451. "sticky";
  2452. "humongous";
  2453. "big";
  2454. "small";
  2455. "little";
  2456. "soft";
  2457. "hard";
  2458. "strange";
  2459. "fluffy";
  2460. "eerie";
  2461. "weird";
  2462. "teeny-tiny";
  2463. "tiny";
  2464. "smelly";
  2465. "high-tech";
  2466. "fat";
  2467. "putrid";
  2468. "skinny";
  2469. "dark";
  2470. "light";
  2471. "heavy";}
  2472.  
  2473. color = { 
  2474. "blue";
  2475. "red";
  2476. "white";
  2477. "pink";
  2478. "green";
  2479. "yellow";
  2480. "clear";
  2481. "tangerine";
  2482. "black";
  2483. "purple";
  2484. "pink";
  2485. "brown";
  2486. "tan";
  2487. "gray";
  2488. "olive";
  2489. "orange";
  2490. "violet";
  2491. "gold";
  2492. "silver";
  2493. "bronze";
  2494. "scarlet";
  2495. "crimson";
  2496. "rusty";
  2497. "crystal clear";
  2498. "emerald green";
  2499. "bloody red";
  2500. "chartreuse";
  2501. "fuschia";
  2502.  
  2503. }
  2504.  
  2505. whenf = { 
  2506. "never";
  2507. "when?";
  2508. "next week";
  2509. "next month";
  2510. "a long time from now";
  2511. "2 million A.D.";
  2512. "not now";
  2513. "tommorrow";
  2514. "tonight";
  2515. "in ~one year";
  2516. "in ", number, " years";
  2517. "in the next millenium";
  2518. "next year";
  2519. "in 2010";
  2520. "in the year 2025";
  2521. "in 2001";
  2522. "when the cows come home";
  2523. "in an aeon or ~two";
  2524. "who knows when";}
  2525.  
  2526. whenp = { 
  2527. "1 million BC";
  2528. "a very long time ago";
  2529. "just this morning";
  2530. "yesterday";
  2531. "last week";
  2532. "last month";
  2533. number, " years ago";
  2534. number, " weeks ago";
  2535. "last week";
  2536. "1999";
  2537. "1776";
  2538. "1492";
  2539. "1066";
  2540. "1984";
  2541. "before breakfast";}
  2542.  
  2543. time = { 
  2544. "0:00";
  2545. "1:00";
  2546. "2:00";
  2547. "3:00";
  2548. "4:00";
  2549. "5:00";
  2550. "6:00";
  2551. "7:00";
  2552. "8:00";
  2553. "9:00";
  2554. "10:00";
  2555. "11:00";
  2556. "12:00";
  2557. "1:30";
  2558. "2:30";
  2559. "3:30";
  2560. "4:30";
  2561. "5:30";
  2562. "6:30";
  2563. "7:30";
  2564. "8:30";
  2565. "9:30";
  2566. "10:30";
  2567. "11:30";
  2568. "12:30";}
  2569.  
  2570. food = { 
  2571. "anchovies";
  2572. "asparagus puree";
  2573. "baked potato";
  2574. "bananas";
  2575. "barbeque";
  2576. "beans and wieners";
  2577. "beef ~jerky";
  2578. "beef";
  2579. "black jellybeans";
  2580. "buffalo chicken wings";
  2581. "cabbage";
  2582. "canned meat";
  2583. "cheese puffs";
  2584. "cheese spread";
  2585. "cheese";
  2586. "chicken";
  2587. "Chinese take-out";
  2588. "chips and salsa";
  2589. "cottage cheese";
  2590. "dehydrated Brussel sprouts";
  2591. "eggplant";
  2592. "french fries";
  2593. "fried chicken";
  2594. "fried pork rinds";
  2595. "fugu";
  2596. "greasy fast food";
  2597. "ham";
  2598. "hamburger";
  2599. "head cheese";
  2600. "kung pao chicken";
  2601. "liver";
  2602. "liver and onions";
  2603. "mammoth meat";
  2604. "meatloaf";
  2605. "nachos";
  2606. "oatmeal";
  2607. "olive loaf";
  2608. "onion rings";
  2609. "pate fois gras";
  2610. "pickled pig's feet";
  2611. "pizza";
  2612. "popcorn";
  2613. "porkchops and applesauce";
  2614. "quesadillas";
  2615. "rutabaga paste";
  2616. "salami";
  2617. "sardines";
  2618. "sashimi";
  2619. "shrimp";
  2620. "shrimp cocktail";
  2621. "sliced white bread";
  2622. "soup";
  2623. "spaghetti";
  2624. "steak";
  2625. "sushi";
  2626. "sweet and sour";
  2627. "taffy";
  2628. "teriyaki";
  2629. "Texas toast";
  2630. "tuna fish";
  2631. "turkey";
  2632. "vegetarian meat loaf";
  2633. "goat meat";
  2634. }
  2635.  
  2636. animal = { 
  2637. "monkey";
  2638. "tiger";
  2639. "horse";
  2640. "hippo";
  2641. "sheep";
  2642. "lion";
  2643. "cow";
  2644. "wombat";
  2645. "kangaroo";
  2646. "zebra";
  2647. "giant eel";
  2648. "raccoon";
  2649. "duck";
  2650. "dog";
  2651. "cat";
  2652. "shark";
  2653. "spotted owl";
  2654. "mouse";
  2655. "rat";
  2656. "moose";
  2657. "armadillo";
  2658. "aardvark";
  2659. "wombat";
  2660. "goose";
  2661. "gorilla";
  2662. "squirrel";
  2663. "chipmunk";
  2664. "platypus";
  2665. "blue-footed booby";
  2666. "caribou";
  2667. "head louse";
  2668. "mosquito";}
  2669.  
  2670. weather = { 
  2671. "hot";
  2672. "Afica-hot";
  2673. "showering meteors";
  2674. "raining acid"; 
  2675. "threatening tornadoes";
  2676. "frigid";
  2677. "snot-freezing cold";
  2678. "melt-your-brains hot";
  2679. "bitter cold";
  2680. "Equatorial";
  2681. "cold";
  2682. "windy";
  2683. "so-so";
  2684. "hot as Hades";
  2685. "cold as Hades";
  2686. "sunny";
  2687. "cloudy";
  2688. "rainy";
  2689. "pretty cool";
  2690. "a bit warm";
  2691. "overcast";
  2692. "storming";
  2693. "raining";
  2694. "flooding";
  2695. "snowing";
  2696. "hailing";
  2697. "sleeting";}
  2698.  
  2699. month = { 
  2700. "January";
  2701. "February";
  2702. "March";
  2703. "April";
  2704. "May";
  2705. "June";
  2706. "July";
  2707. "August";
  2708. "September";
  2709. "October";
  2710. "November";
  2711. "December";}
  2712.  
  2713. substance = { // weird or unusual substance
  2714. "catnip";
  2715. "breath mints";
  2716. "stamp glue";
  2717. "cottage cheese";
  2718. "fruit juice";
  2719. "ice cubes"
  2720. "doggie biscuits"
  2721. "durian candy";}
  2722.  
  2723. level_title = { // the titles of the game maps
  2724.  
  2725. "Training Realm";
  2726. "Arena Gate";
  2727. "House of Pain";
  2728. "Arena of Death";
  2729. "Powerstation 0218";
  2730. "Place of Many Deaths";
  2731. "The Forgotten Place";
  2732. "The Campgrounds";
  2733. "The Proving Grounds";
  2734. "Temple of Retribution";
  2735. "Brimstone Abbey";
  2736. "Hero's Keep";
  2737. "Hell's Gate";
  2738. "The Nameless Place";
  2739. "Deva Station";
  2740. "The Dredwerkz";
  2741. "Vertical Vengeance";
  2742. "Lost World";
  2743. "Grim Dungeons";
  2744. "Demon Keep";
  2745. "Fatal Instinct";
  2746. "The Bouncy Map";
  2747. "The Longest Yard";
  2748. "Space Chamber";
  2749. "Apocalypse Void";
  2750. "Final Encounter";
  2751. "Dueling Keeps";
  2752. "Brimstone Abbey";
  2753. "The Stronghold";
  2754. "Assassins' Roost";
  2755. "Space CTF";
  2756. }
  2757.  
  2758. liquidmeasures = {  // Uriel's dramatic measurements of liquid
  2759. "gallons";
  2760. "litres";
  2761. "swirling rivers";
  2762. "bottomless oceans";
  2763. "cascading fountains";
  2764. "churning seas";
  2765. "steaming lakes";
  2766. "endless streams";
  2767. "raging tides";}
  2768.  
  2769. operation1 = { // Ranger's Mission Statements, part one
  2770. "Ambivalent";
  2771. "Benignant";
  2772. "Blasphemous";
  2773. "Convenient";
  2774. "Conventional";
  2775. "Convincing";
  2776. "Corpulent";
  2777. "Desert";
  2778. "Desperate";
  2779. "Deviant";
  2780. "Disturbing";
  2781. "Dormant";
  2782. "Extreme";
  2783. "Flagrant";
  2784. "Flatulent";
  2785. "Frequent";
  2786. "Heroic";
  2787. "Hideous";
  2788. "Malignant";
  2789. "Mighty";
  2790. "Migrant";
  2791. "Missing";
  2792. "Northern";
  2793. "Pristine";
  2794. "Rolling";
  2795. "Secret";
  2796. "Significant";
  2797. "Somnambulant";
  2798. "Southern";
  2799. "Statutory";
  2800. "Succulent";
  2801. "Torpid";
  2802. "Troubled";
  2803. "Truculent";
  2804. "Vagrant";
  2805. "Vapid";
  2806. "Vibrant";
  2807. }
  2808.  
  2809. operation2 = {// Ranger's Mission Statements, part two
  2810. "Argument";
  2811. "Bosom";
  2812. "Breakfast";
  2813. "Breeze";
  2814. "Buffalo";
  2815. "Childhood";
  2816. "Colors";
  2817. "Crime";
  2818. "Dinner";
  2819. "Eagle";
  2820. "Excuse";
  2821. "Experiment";
  2822. "Falcon";
  2823. "Flyer";
  2824. "Fruit";
  2825. "Growth";
  2826. "Haiku";
  2827. "Hawk";
  2828. "Heat";
  2829. "Humor";
  2830. "Intern";
  2831. "Luggage";
  2832. "Lunch";
  2833. "Manhood";
  2834. "Measures";
  2835. "Mistake";
  2836. "Morsel";
  2837. "Other";
  2838. "Stock";
  2839. "Storm";
  2840. "Tiger";
  2841. "Tumor";
  2842. "Violation";
  2843. "Visage";
  2844. "Waters";
  2845. "Wave";
  2846. "Wind";
  2847. "Winter";
  2848. "Womanhood";
  2849. }
  2850.  
  2851. curse = {
  2852.     "Curse you, ";
  2853.     "A pox on you, ";
  2854.     "Blast you, ";
  2855. }
  2856.  
  2857. // The following are for use in game modes that use a the team chat function
  2858.  
  2859. teamchat_01 = { //randoms for teamchat replies
  2860.     "Go on without me.";
  2861.     " ";
  2862.     " ";
  2863.     "I won't follow you anymore.";
  2864.     "Watch your back.";
  2865.     "Be alert.";
  2866.     "You go on ahead.";
  2867.     "Carry on without me.";
  2868.     "You go on.";
  2869.     "Go on without me.";
  2870. }
  2871.  
  2872. teamchat_02 = {
  2873.     "I'm going my own way now.";
  2874.     " ";
  2875.     " ";
  2876.     "]:-(";
  2877.     "I give up already.";
  2878.     "Ask someone else.";
  2879.     "I'm gonna do something else.";
  2880.     "I'm going to do something else.";
  2881.     "I'm off duty.";
  2882.     "I'm off.";
  2883.     "I quit.";
  2884. }
  2885.  
  2886. teamchat_03 = {
  2887.     "No ~one gets past this camper.";
  2888.     "The enemy is toast!";
  2889.     "The enemy doesn't stand a chance against me.";
  2890.     "Let's hammer these losers!";
  2891.     "Let's hammer these ", fighter, "s!";
  2892. }
  2893.  
  2894. teamchat_04 = {
  2895.     "No need to panic,";
  2896.     "~Don't get excited,";
  2897.     "~Don't get your panties in a bunch,";
  2898.     "Calm down, ";
  2899.     "Take a deep breath,";
  2900.     "Whoaaa there pardner,";
  2901.     "Chill,";
  2902.     "Back off,";
  2903.     "Take it easy,";
  2904.     "Lighten up,";
  2905. }
  2906.  
  2907. //General hints and tips for better playing
  2908. playtips = {
  2909. "In the language of the arena, a 'frag' means a 'kill'.";
  2910. "Running is faster, but walking is quieter.";
  2911. "Use sound cues to tell you where your enemies can be found.";
  2912. "When using weapons that do not hit instantly, aim your weapon where you estimate the opponent will be.";
  2913. "The Personal Teleporter can save you from a falling death.";
  2914. "Some weapons do a 'splash' radius damage. An effective tactic is to fire at walls or floors near your foe.";
  2915. "Use the ~railgun against foes bouncing in the air.";
  2916. "Learn to use all weapons equally well. ~Don't rely on favorites.";
  2917. "Use a combination of weapons to make frags happen faster.";
  2918. "At close range, the shotgun delivers an extremely powerful attack.";
  2919. "Never turn your back on the enemy. Run backwards and shoot.";
  2920. "When you are hurt, health and armor are often more important than getting the frag.";
  2921. "Mentally keep track of power-up re-spawn times.";
  2922. "Learn the arenas & make them your home! Knowledge is power.";
  2923. "Jumping frequently can help avoid enemy shots.";
  2924. "Change directions frequently when moving.";
  2925. "Develop paths that let you harvest or control items."; 
  2926. "~Don't be predictable.";
  2927. "~Don't be a monkey.";
  2928. "~Don't use splash weapons, like the rocket launcher, in close quarters.";
  2929. "Fire grenades into rooms containing multiple enemies.";
  2930. "Hunt down your enemies rather than letting them hunt you.";
  2931. "Keep Hunter away from the ~lightning gun.";
  2932. "The ~railgun and a high sniper position are a deadly combination.";
  2933. "Jumping while running is faster.";
  2934. "If you can spare the ammo, fire rockets or grenades through door openings for chance frags.";
  2935. "Practice 'air control', moving while jumping on bounce or acceleration pads to control where you will land.";
  2936. "Learn your enemy's behavior.";
  2937. "Estimate where an enemy will be and prepare for the shot.";
  2938. "'Camping' means positioning yourself so your field of fire covers an important arena location.";
  2939. "Firing shots at weapon or power up re-spawn points can catch a lucky frag.";
  2940. "Combine the Haste power up and the plasma gun for a deadly effect.";
  2941. "Mynx's favorite weapon is the shotgun.";
  2942. "NEVER, never, never let Klesk or Xaero get the ~railgun!";
  2943. "The Battle Suit is a great rocket jumping aid.";
  2944. "Never kick your bosses' butt in a death match.";
  2945. "Fear the click. Change weapons BEFORE you run out of ammo.";
  2946. "Always hit your enemy and never let them hit you.";
  2947. "The red 'Fog of Death' is bad for your health.";
  2948. "BFG ammo is a rare and wonderful gift. Use it wisely.";
  2949. "Learn your foes' strengths. Keep them from their best weapons.";
  2950. "Health and armor are important. Keep them well stocked up.";
  2951. "Try talking to your opponents. They may surprise you.";
  2952. "Practice combinations of maneuvers like jumping and shooting.";
  2953. "To rocket jump, point your rocket launcher floorward, fire and jump simultaneously.";
  2954. "Rocket jumping without wearing armor is likely to be fatal.";
  2955. "The BFG can be used for rocket jumping, but why waste it?";
  2956. "Master the skill of 'strafing': moving from side to side without turning.";
  2957. "Most weapons require more than ~one hit to frag an opponent.";
  2958. "The ~railgun is an excellent sniper weapon.";
  2959. "The ~railgun is a poor choice for close-in fighting.";
  2960. "The ~railgun takes a few seconds to recharge before it can fire again.";
  2961. "If you fall too far, you take damage.";
  2962. "Most falls to solid surfaces in the arenas will not kill an uninjured warrior.";
  2963. "The Arenas Eternal are not a safe place.";
  2964. "~Don't stay where you spawn in.";
  2965. "Generally speaking ... Frag everything that isn't you.";
  2966. "In 'free for all fights', the match begins when you enter the arena.";
  2967. "In team games, ~don't hog all the resources.";
  2968. "~Don't wait to start collecting weapons and armor. Your opponents won't.";
  2969. "Power ups like the ~quad spawn into the arena later on.";
  2970. "Red hot and deadly, that's what lava is.";
  2971. "Try hopping out of lava. You take less damage that way.";
  2972. "The Battle Suit will protect you completely from lava.";
  2973. "The Battle Suit offers little protection against direct hits.";
  2974. "Green and dangerous, that's what slime is.";
  2975. "Generally speaking, slime is not as deadly as lava.";
  2976. "The Battle Suit will protect you completely from slime.";
  2977. "The BFG is a powerful weapon and appears in the game only rarely.";
  2978. "Be careful of the BFG's damage splash in close quarters.";
  2979. "The modern BFG requires more skill to use than its predecessor.";
  2980. "You lose points when you are fragged by hazards in the arena itself.";
  2981. "Death by falling costs you a frag point.";
  2982. "Dying in a pit of red fog costs you a frag point.";
  2983. "Falling into the void of space costs you a frag point.";
  2984. "Weapon traps that kill you cost you a frag point.";
  2985. "Use the 'say_team' command to control computer gladitors on your side in a team game.";
  2986. "Use an opponent's injury sounds to assess how badly damaged he or she may be.";
  2987. "Pressing the attack against a badly injured opponent is often worth the risk.";
  2988. }
  2989.  
  2990.  
  2991.  
  2992.