Changeset 262


Ignore:
Timestamp:
09/15/03 14:59:15 (8 years ago)
Author:
jamesoff
Message:

fixed multiline spacing
added all abstracts back in again (using new system)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts.tcl

    r253 r262  
    22# $Id$ 
    33# 
    4  
    5  
    64############################################################################### 
    7  
    8  
    95# bMotion - an 'AI' TCL script for eggdrops 
    106 
    11  
    127# Copyright (C) James Michael Seward 2000-2002 
    13  
    14  
    158# 
    16  
    17  
    189# This program is free software; you can redistribute it and/or modify 
    19  
    20  
    2110# it under the terms of the GNU General Public License as published by 
    2211 
    23  
    2412# the Free Software Foundation; either version 2 of the License, or  
    25  
    26  
    2713# (at your option) any later version. 
    28  
    29  
    3014# 
    31  
    32  
    3315# This program is distributed in the hope that it will be useful, but  
    34  
    35  
    3616# WITHOUT ANY WARRANTY; without even the implied warranty of  
    37  
    38  
    3917# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU  
    40  
    41  
    4218# General Public License for more details. 
    43  
    44  
    4519# 
    46  
    47  
    4820# You should have received a copy of the GNU General Public License  
    49  
    50  
    5121# along with this program; if not, write to the Free Software  
    52  
    53  
    5422# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    55  
    56  
    5723############################################################################### 
    5824 
    59  
    60  
    61  
    62  
    6325set randomsVersion {$Id$} 
    6426 
    65  
    66  
    67  
    68  
    6927set fellOffs { 
    70  
    71  
    7228  "fell off" 
    73  
    74  
    7529  "exploded" 
    76  
    77  
    7830  "imploded" 
    79  
    80  
    8131  "caught fire" 
    82  
    83  
    8432  "got eaten" 
    85  
    86  
    8733  "turned into %noun" 
    88  
    89  
    9034  "got discontinued" 
    91  
    92  
    9335  "ran out" 
    94  
    95  
    9636  "ran off" 
    97  
    98  
    9937  "expired" 
    100  
    101  
    10238  "bounced off" 
    103  
    104  
    10539  "collapsed" 
    106  
    107  
    10840  "split into component atoms" 
    109  
    110  
    11141  "got sat on by a fat person" 
    112  
    113  
    11442  "get turned in to %VAR{sillyThings}" 
    115  
    116  
    117 } 
    118  
    119  
    120  
    121  
     43} 
    12244 
    12345set jokeends { 
    124  
    125  
    12646  "Confucious say, %VAR{confuciousStart} %VAR{confuciousEnd}" 
    127  
    128  
    129 } 
    130  
    131  
    132  
    133  
     47} 
    13448 
    13549set confuciousStart { 
    136  
    137  
    13850  "man who walk through turnstile sideways" 
    139  
    140  
    14151  "man with hand in pocket" 
    142  
    143  
    14452  "passionate kiss, like spider web," 
    145  
    146  
    14753  "girl who sits in judge's lap" 
    148  
    149  
    15054  "boy who go to sleep with hard problem" 
    151  
    152  
    15355  "man who drop watch in toilet" 
    154  
    155  
    15656  "man who jump off cliff" 
    157  
    158  
    159 } 
    160  
    161  
    162  
    163  
     57} 
    16458 
    16559set confuciousEnds { 
    166  
    167  
    16860  "going to Bangkok." 
    169  
    170  
    17161  "feel cocky all day." 
    172  
    173  
    17462  "lead to undoing of fly" 
    175  
    176  
    17763  "get honourable discharge" 
    178  
    179  
    18064  "wake up with solution in hand" 
    181  
    182  
    18365  "keep shitty time" 
    184  
    185  
    18666  "jump to conslusion" 
    187  
    188  
    189 } 
    190  
    191  
    192  
    193  
    194  
    195  
     67} 
    19668 
    19769 
    19870bMotion_abstract_register "ranjoins" 
    19971 
    200  
    201  
    202  
    20372bMotion_abstract_register "bigranjoins" 
    20473 
    205  
    206  
    207  
    20874bMotion_abstract_register "lols" 
    20975 
    210  
    211  
    212  
    21376bMotion_abstract_register "smiles" 
    214  
    215  
    216  
    21777bMotion_abstract_register "unsmiles" 
    218  
    219  
    220  
    22178bMotion_abstract_register "frightens" 
    222  
    223  
    224  
    22579bMotion_abstract_register "thanks" 
    226  
    227  
    228  
    22980bMotion_abstract_register "mingreplies" 
    23081 
    231  
    232  
    233  
    23482bMotion_abstract_register "greetings" 
    235  
    236  
    237  
    23883bMotion_abstract_register "welcomes" 
    239  
    240  
    241  
    24284bMotion_abstract_register "sorryoks" 
    243  
    244  
    245  
    24685bMotion_abstract_register "loveresponses" 
    247  
    248  
    249  
    25086bMotion_abstract_register "blindings" 
    25187 
    252  
    253  
    254  
    25588bMotion_abstract_register "boreds" 
    25689 
    257  
    258  
    259  
    26090bMotion_abstract_register "rarrs" 
    26191 
    262  
    263  
    264  
    26592bMotion_abstract_register "upyourbums" 
    26693 
    267  
    268  
    269  
    27094bMotion_abstract_register "hides" 
    27195 
    272  
    273  
    274  
    27596bMotion_abstract_register "kills" 
    27697 
    277  
    278  
    279  
    28098bMotion_abstract_register "makeItSos" 
    281  
    282  
    283  
    28499bMotion_abstract_register "balefired" 
    285100 
    286  
    287  
    288  
    289101bMotion_abstract_register "moos" 
    290102 
    291  
    292  
    293  
    294103bMotion_abstract_register "insultsupermarket" 
    295104 
    296  
    297  
    298  
    299105bMotion_abstract_register "aiis" 
    300106 
    301  
    302  
    303  
    304107bMotion_abstract_register "sillyThings" 
    305  
    306  
    307  
    308108bMotion_abstract_register "randomStuff" 
    309109 
    310  
    311  
    312  
    313110bMotion_abstract_register "hellos" 
    314111 
    315  
    316  
    317  
    318112bMotion_abstract_register "goAways" 
    319  
    320  
    321  
    322113bMotion_abstract_register "randomStuffFemale" 
    323114 
    324  
    325  
    326  
    327115bMotion_abstract_register "randomStuffMale" 
    328116 
    329  
    330  
    331  
    332117bMotion_abstract_register "wahey" 
    333118 
    334  
    335  
    336  
    337119bMotion_abstract_register "pullsOut" 
    338  
    339  
    340  
    341120bMotion_abstract_register "ers" 
    342  
    343  
    344  
    345121bMotion_abstract_register "noneOfYourBusiness" 
    346  
    347  
    348  
    349122bMotion_abstract_register "ruins" 
    350  
    351  
    352  
    353123bMotion_abstract_register "smokes" 
    354  
    355  
    356  
    357124bMotion_abstract_register "stonedRandomStuff" 
    358  
    359  
    360  
    361125bMotion_abstract_register "stonedAnnounce" 
    362  
    363  
    364  
    365126bMotion_abstract_register "goDowns" 
    366127 
    367  
    368  
    369  
    370128bMotion_abstract_register "stupidReplies" 
    371  
    372  
    373  
    374129bMotion_abstract_register "nos" 
    375  
    376  
    377  
    378130bMotion_abstract_register "yeses" 
    379  
    380  
    381  
    382131bMotion_abstract_register "ididntresponses" 
    383  
    384  
    385  
    386132bMotion_abstract_register "shocked" 
    387  
    388  
    389  
    390133bMotion_abstract_register "randomAways" 
    391  
    392  
    393  
    394134bMotion_abstract_register "silences" 
    395135 
    396  
    397  
    398  
    399136set stolens { 
    400  
    401  
    402137  "Hey NO :(%|That's mine%|/sulks at %%" 
    403  
    404  
    405138  "heeeeyyyy%|:(" 
    406  
    407  
    408139  "bah%|/steals it back" 
    409  
    410  
    411140  "/smacks %%" 
    412  
    413  
    414141  "hey no, that's *MINE*" 
    415  
    416  
    417142  "nnk" 
    418  
    419  
    420 } 
    421  
    422  
    423  
    424  
     143} 
    425144 
    426145set fuckOffs { 
    427  
    428  
    429146  "Not now, I'm not in the mood for him" 
    430  
    431  
    432147  "SILENCE%colen" 
    433  
    434  
    435148  "Bite my shiny metal ass" 
    436  
    437  
    438149  "fuck off yourself" 
    439  
    440  
    441150  "go fuck yourself %%" 
    442  
    443  
    444 } 
    445  
    446  
    447  
    448  
     151} 
    449152 
    450153set silenceAways { 
    451  
    452  
    453154  "bah" 
    454  
    455  
    456155  "/goes to find someone more interesting to talk to" 
    457  
    458  
    459156  ":(" 
    460  
    461  
    462157  "fine" 
    463  
    464  
    465158  "/stamps foot%|*sulk*" 
    466  
    467  
    468159  "/talks to %ruser instead" 
    469  
    470  
    471160  "hai!" 
    472  
    473  
    474161  "nnk" 
    475  
    476  
    477 } 
    478  
    479  
    480  
    481  
     162} 
    482163 
    483164set lovesits { 
    484  
    485  
    486165  "/loves it" 
    487  
    488  
    489166  "stop making me horny" 
    490  
    491  
    492167  "~oof~" 
    493  
    494  
    495168  "~rarr~" 
    496  
    497  
    498169  "har har" 
    499  
    500  
    501170  "i love it when you do that :D" 
    502  
    503  
    504171  "ooh more, more! MORE!" 
    505  
    506  
    507172  "%REPEAT{3:10:m}" 
    508  
    509  
    510 } 
    511  
    512  
    513  
    514  
     173} 
    515174 
    516175set chocolates { 
    517  
    518  
    519176  "mars bar" 
    520  
    521  
    522177  "bounty bar" 
    523  
    524  
    525178  "malteaser" 
    526  
    527  
    528179  "toblerone" 
    529  
    530  
    531180  "polo" 
    532  
    533  
    534181  "cadbury's dairy milk" 
    535  
    536  
    537182  "twix" 
    538  
    539  
    540183  "toffee crisp" 
    541  
    542  
    543184  "crunchie" 
    544  
    545  
    546185  "%OWNER{%rbot} chocolate orange" 
    547  
    548  
    549186  "Yorkie - it's not for girls" 
    550  
    551  
    552187  "smarties" 
    553  
    554  
    555188  "cadburys buttons" 
    556  
    557  
    558189  "edible panties" 
    559  
    560  
    561 } 
    562  
    563  
    564  
    565  
     190} 
    566191 
    567192set hiddenBehinds { 
    568  
    569  
    570193  "heeeeyyyy" 
    571  
    572  
    573194  "oi" 
    574  
    575  
    576195  "hey, watch it" 
    577  
    578  
    579196  "watch where you're putting your hands :P" 
    580  
    581  
    582197  "/hides behind %%" 
    583  
    584  
    585198  "/runs for it" 
    586  
    587  
    588199  "/makes a break for it" 
    589  
    590  
    591200  "I say, look over there%|/runs" 
    592  
    593  
    594201  "/smacks %%" 
    595  
    596  
    597202  "Shame I'm transparent today really" 
    598  
    599  
    600 } 
    601  
    602  
    603  
    604  
     203} 
    605204 
    606205set satOns { 
    607  
    608  
    609206  "hey ow :(" 
    610  
    611  
    612207  "heeeyyy :O" 
    613  
    614  
    615208  "bah" 
    616  
    617  
    618209  "arrrrgh" 
    619  
    620  
    621210  "erk" 
    622  
    623  
    624211  "gerrof!" 
    625  
    626  
    627212  "NNK" 
    628  
    629  
    630 } 
    631  
    632  
    633  
    634  
     213} 
    635214 
    636215#question answers 
    637  
    638  
    639216set answerWhats { 
    640  
    641  
    642217  "a book" 
    643  
    644  
    645218  "3 fingers" 
    646  
    647  
    648219  "cycling" 
    649  
    650  
    651220  "I can't tell you that!" 
    652  
    653  
    654221  "a joint" 
    655  
    656  
    657222  "coffee!" 
    658  
    659  
    660223  "pizza" 
    661  
    662  
    663224  "french fries of course!" 
    664  
    665  
    666225  "talking" 
    667  
    668  
    669226  "a TV" 
    670  
    671  
    672227  "nothing%|/looks shifty." 
    673  
    674  
    675228  "some string" 
    676  
    677  
    678229  "a floppy disk" 
    679  
    680  
    681230  "warm" 
    682  
    683  
    684231  "cold" 
    685  
    686  
    687232  "a CD" 
    688  
    689  
    690233  "mp3!" 
    691  
    692  
    693234  "the Lord of the Rings" 
    694  
    695  
    696235  "the One Ring" 
    697  
    698  
    699236  "a monitor" 
    700  
    701  
    702237  "a snowboard" 
    703  
    704  
    705238  "a wall" 
    706  
    707  
    708239  "a processor" 
    709  
    710  
    711240  "cheese" 
    712  
    713  
    714241  "rainbows" 
    715  
    716  
    717242  "kittens" 
    718  
    719  
    720243  "%noun" 
    721  
    722  
    723 } 
    724  
    725  
    726  
    727  
     244} 
    728245 
    729246set answerWhos { 
    730  
    731  
    732247  "%ruser" 
    733  
    734  
    735248  "me" 
    736  
    737  
    738249  "you" 
    739  
    740  
    741250  "Domilijn" 
    742  
    743  
    744251  "Joost" 
    745  
    746  
    747252  "Bill Gates" 
    748  
    749  
    750253  "damo" 
    751  
    752  
    753254  "monica" 
    754  
    755  
    756255  "jms" 
    757  
    758  
    759256  "Britney Spears" 
    760  
    761  
    762257  "Colen" 
    763  
    764  
    765258  "the Kazon" 
    766  
    767  
    768259  "the cast of Dallas" 
    769  
    770  
    771260  "Ling Xiaoyu" 
    772  
    773  
    774261  "Hwoarang" 
    775  
    776  
    777262  "Bob Monkhouse" 
    778  
    779  
    780263  "Dale Winton" 
    781  
    782  
    783264  "Anna Kournikova" 
    784  
    785  
    786265  "Holly Valence" 
    787  
    788  
    789266  "Harold from Neighbours" 
    790  
    791  
    792267  "Jade of Big Brother" 
    793  
    794  
    795268  "Davina McCall" 
    796  
    797  
    798269  "Tony Blair" 
    799  
    800  
    801270  "Graham Norton" 
    802  
    803  
    804271  "the editor of The Sun" 
    805  
    806  
    807272  "Tim" 
    808  
    809  
    810273  "Brian" 
    811  
    812  
    813274  "who do you think?" 
    814  
    815  
    816 } 
    817  
    818  
    819  
    820  
     275} 
    821276 
    822277set answerWithWhos { 
    823  
    824  
    825278  "%ruser" 
    826  
    827  
    828279  "me" 
    829  
    830  
    831280  "you" 
    832  
    833  
    834281  "Domilijn" 
    835  
    836  
    837282  "Joost" 
    838  
    839  
    840283  "Bill Gates" 
    841  
    842  
    843284  "damo" 
    844  
    845  
    846285  "monica" 
    847  
    848  
    849286  "jms" 
    850  
    851  
    852287  "Britney Spears" 
    853  
    854  
    855288  "Colen" 
    856  
    857  
    858289  "the Kazon" 
    859  
    860  
    861290  "the cast of Dallas" 
    862  
    863  
    864291  "anyone, i'm easy" 
    865  
    866  
    867292  "at least 3 females" 
    868  
    869  
    870293  "Ling Xiaoyu" 
    871  
    872  
    873294  "everyone!" 
    874  
    875  
    876295  "Bob Monkhouse" 
    877  
    878  
    879296  "Dale Winton" 
    880  
    881  
    882297  "Anna Kournikova" 
    883  
    884  
    885298  "Holly Valence" 
    886  
    887  
    888299  "Harold from Neighbours" 
    889  
    890  
    891300  "Jade of Big Brother" 
    892  
    893  
    894301  "Davina McCall" 
    895  
    896  
    897302  "Tony Blair" 
    898  
    899  
    900303  "Graham Norton" 
    901  
    902  
    903304  "the editor of The Sun" 
    904  
    905  
    906305  "Tim" 
    907  
    908  
    909306  "Brian" 
    910  
    911  
    912307  "at least three men" 
    913  
    914  
    915308  "probably at least 3 pr0n DVDs" 
    916  
    917  
    918 } 
    919  
    920  
    921  
    922  
     309} 
    923310 
    924311set answerWhys { 
    925  
    926  
    927312  "why not?" 
    928  
    929  
    930313  "hmm?" 
    931  
    932  
    933314  "because i said so" 
    934  
    935  
    936315  "don't look at me, i thought YOU were responsible for that" 
    937  
    938  
    939316  "sunspots" 
    940  
    941  
    942317  "aliens" 
    943  
    944  
    945318  "too hot" 
    946  
    947  
    948319  "i think %ruser knows..." 
    949  
    950  
    951320  "beats working" 
    952  
    953  
    954 } 
    955  
    956  
    957  
    958  
     321} 
    959322 
    960323set answerWheres { 
    961  
    962  
    963324  "in bed" 
    964  
    965  
    966325  "behind the fridge" 
    967  
    968  
    969326  "on the desk" 
    970  
    971  
    972327  "in a book" 
    973  
    974  
    975328  "Devon" 
    976  
    977  
    978329  "Amsterdam" 
    979  
    980  
    981330  "a cheese shop" 
    982  
    983  
    984331  "Exeter" 
    985  
    986  
    987332  "America" 
    988  
    989  
    990333  "Mars" 
    991  
    992  
    993334  "the USS Enterprise" 
    994  
    995  
    996335  "north pole" 
    997  
    998  
    999336  "in a field" 
    1000  
    1001  
    1002337  "under a book" 
    1003  
    1004  
    1005338  "on top of the telly" 
    1006  
    1007  
    1008339  "in the toilet" 
    1009  
    1010  
    1011340  "Chippenham" 
    1012  
    1013  
    1014341  "London" 
    1015  
    1016  
    1017342  "New York" 
    1018  
    1019  
    1020343  "%OWNER{%ruser} house" 
    1021  
    1022  
    1023344  "hidden." 
    1024  
    1025  
    1026345  "in the coffee pot" 
    1027  
    1028  
    1029346  "down the local shop" 
    1030  
    1031  
    1032347  "in the car" 
    1033  
    1034  
    1035348  "at the shops" 
    1036  
    1037  
    1038349  "over thair%|*point*" 
    1039  
    1040  
    1041350  "next to %ruser" 
    1042  
    1043  
    1044351  "in bed with Madonna" 
    1045  
    1046  
    1047 } 
    1048  
    1049  
    1050  
     352} 
    1051353set answerWellbeing { 
    1052  
    1053354    "fine thanks" 
    1054  
    1055355    "much better now" 
    1056  
    1057356    "not now, I'm 'busy'. mmmmmm." 
    1058  
    1059357    "so much better now I've got %VAR{sillyThings}" 
    1060  
    1061358    "oh the pain, the pain, the....I'm fine thanks" 
    1062359    "I'm not bad thanks, how're you?" 
    1063360} 
    1064  
    1065361set answerWhens { 
    1066  
    1067  
    1068362  "this morning" 
    1069  
    1070  
    1071363  "this afternoon" 
    1072  
    1073  
    1074364  "now!" 
    1075  
    1076  
    1077365  "this evening" 
    1078  
    1079  
    1080366  "yesterday" 
    1081  
    1082  
    1083367  "tomorrow" 
    1084  
    1085  
    1086368  "today" 
    1087  
    1088  
    1089369  "in 10 minutes" 
    1090  
    1091  
    1092370  "4:32" 
    1093  
    1094  
    1095371  "7:53" 
    1096  
    1097  
    1098372  "9:21" 
    1099  
    1100  
    1101373  "16:08" 
    1102  
    1103  
    1104 } 
    1105  
    1106  
    1107  
    1108  
     374} 
    1109375 
    1110376set answerHowmanys { 
    1111  
    1112  
    1113377  "42" 
    1114  
    1115  
    1116378  "5" 
    1117  
    1118  
    1119379  "34975" 
    1120  
    1121  
    1122380  "ninety-five" 
    1123  
    1124  
    1125381  "minus 6" 
    1126  
    1127  
    1128382  "6" 
    1129  
    1130  
    1131383  "342" 
    1132  
    1133  
    1134384  "pi" 
    1135  
    1136  
    1137385  "e" 
    1138  
    1139  
    1140386  "i" 
    1141  
    1142  
    1143387  "38" 
    1144  
    1145  
    1146388  "0" 
    1147  
    1148  
    1149389  "none" 
    1150  
    1151  
    1152390  "22" 
    1153  
    1154  
    1155391  "%NUMBER{1000}" 
    1156  
    1157 } 
    1158  
    1159  
    1160  
    1161  
     392} 
    1162393 
    1163394set answerHows { 
    1164  
    1165  
    1166395  "magic" 
    1167  
    1168  
    1169396  "pull harder" 
    1170  
    1171  
    1172397  "give it a push" 
    1173  
    1174  
    1175398  "climb on top and try again" 
    1176  
    1177  
    1178399  "more lubricant" 
    1179  
    1180  
    1181400  "think happy thoughts!" 
    1182  
    1183  
    1184401  "using the power of greyskull" 
    1185  
    1186  
    1187402  "try twisting" 
    1188  
    1189  
    1190403  "teamwork" 
    1191  
    1192  
    1193404  "drugs. Gotta be drugs." 
    1194  
    1195  
    1196405  "drop an anvil on it" 
    1197  
    1198  
    1199406  "industrial light and magic" 
    1200  
    1201  
    1202407  "drink volvic first, then try" 
    1203  
    1204  
    1205 } 
    1206  
    1207  
    1208  
    1209  
     408} 
    1210409 
    1211410set phaserFires { 
    1212  
    1213  
    1214411  "/fires several shots from the forward phaser banks, disabling %%" 
    1215  
    1216  
    1217412  "/fires several shots from the forward phaser banks, destroying %%%|/flies out through the explosion in an impressive bit of piloting (not to mention rendering :)" 
    1218  
    1219  
    1220413  "/accidentally activates the wrong system and replicates a small tree" 
    1221  
    1222  
    1223414  "/misses a gear and stalls%|Oops%|%bot[50,¬VAR{ruins}]" 
    1224  
    1225  
    1226415  "/uses attack pattern alpha, spiralling towards %%, firing all phaser banks%|* %% is blown to pieces as %me flies off into the middle distance" 
    1227  
    1228  
    1229416  "/anchors %% to a small asteriod, paints a target on their upper hull, and fires a full phaser blast at them" 
    1230  
    1231  
    1232417  "/rolls over, flying over %% upside down, firing the dorsal phaser arrays on the way past" 
    1233  
    1234  
    1235418  "/flies around %%, firing the ventral arrays" 
    1236  
    1237  
    1238419  "/jumps to high impulse past %% and fires the aft phaser banks" 
    1239  
    1240  
    1241420  "System failure: TA/T/TS could not interface with phaser command processor (ODN failure)" 
    1242  
    1243  
    1244421  "/pulls the Picard move (the non-uniform one)" 
    1245  
    1246  
    1247 } 
    1248  
    1249  
    1250  
    1251  
     422} 
    1252423 
    1253424set torpedoFires { 
    1254  
    1255  
    1256425  "/fires a volley of torpedos at %%" 
    1257  
    1258  
    1259426  "/breaks into a roll and fires torpedos from dorsal and ventral launchers in sequence" 
    1260  
    1261  
    1262427  "/breaks into a roll and ties itself in a knot%|Damn.%|%bot[50,¬VAR{ruins}]" 
    1263  
    1264  
    1265428  "System failure: TSC error" 
    1266  
    1267  
    1268429  "/flies past %% and fires a full spread of torpedos from the aft launchers" 
    1269  
    1270  
    1271430  "/heads directly for %%, firing a full spread of torpedos from the forward lauchers%|/flies out through the wreakage" 
    1272  
    1273  
    1274 } 
    1275  
    1276  
    1277  
    1278  
     431} 
    1279432 
    1280433set everythingFires { 
    1281  
    1282  
    1283434  "/opens the cargo hold and ejects some plastic drums at %%" 
    1284  
    1285  
    1286435  "/lauches all the escape pods" 
    1287  
    1288  
    1289436  "/fires the Universe Gun(tm) at %%" 
    1290  
    1291  
    1292437  "/launches some torpedos and fires all phasers" 
    1293  
    1294  
    1295438  "/shoots a little stick with a flag reading 'BANG' on it out from the forward torpedo launchers" 
    1296  
    1297  
    1298439  "/lobs General Darian at %%" 
    1299  
    1300  
    1301 } 
    1302  
    1303  
    1304  
    1305  
     440} 
    1306441 
    1307442set trekNouns { 
    1308  
    1309  
    1310443  "Neelix" 
    1311  
    1312  
    1313444  "Captain Janeway" 
    1314  
    1315  
    1316445  "Deputy Wall Licker 97th Class Splock" 
    1317  
    1318  
    1319446  "the USS Enterspace" 
    1320  
    1321  
    1322447  "the USS Enterprise" 
    1323  
    1324  
    1325448  "the USS Voyager" 
    1326  
    1327  
    1328449  "a class M planet" 
    1329  
    1330  
    1331450  "a class Y planet" 
    1332  
    1333  
    1334451  "the holodeck" 
    1335  
    1336  
    1337452  "Deanna Troi" 
    1338  
    1339  
    1340453  "Tasha Yar" 
    1341  
    1342  
    1343454  "Lt Cmdr Tuvok" 
    1344  
    1345  
    1346455  "a shuttle" 
    1347  
    1348  
    1349456  "the phaser bank" 
    1350  
    1351  
    1352457  "several female Maquis crewmembers" 
    1353  
    1354  
    1355458  "the entire male crew" 
    1356  
    1357  
    1358459  "the entire female crew" 
    1359  
    1360  
    1361460  "the entire crew" 
    1362  
    1363  
    1364461  "the Kazon" 
    1365  
    1366  
    1367462  "a PADD" 
    1368  
    1369  
    1370463  "the FLT processor" 
    1371  
    1372  
    1373464  "the Crystalline Entity(tm)" 
    1374  
    1375  
    1376465  "a Targ" 
    1377  
    1378  
    1379466  "a proton" 
    1380  
    1381  
    1382467  "a Black Hole" 
    1383  
    1384  
    1385468  "Dr Crusher" 
    1386  
    1387  
    1388469  "the EMH" 
    1389  
    1390  
    1391470  "the Borg" 
    1392  
    1393  
    1394471  "Deep Space 9" 
    1395  
    1396  
    1397 } 
    1398  
    1399  
    1400  
    1401  
     472} 
    1402473 
    1403474set charges { 
    1404  
    1405  
    1406475  "exploding %%" 
    1407  
    1408  
    1409476  "setting fire to %%" 
    1410  
    1411  
    1412477  "gross incompetence" 
    1413  
    1414  
    1415478  "teaching the replicators to make decaffinated beverages" 
    1416  
    1417  
    1418479  "existing" 
    1419  
    1420  
    1421480  "misuse of %%" 
    1422  
    1423  
    1424481  "improper use of %%" 
    1425  
    1426  
    1427482  "improper conduct with %%" 
    1428  
    1429  
    1430483  "plotting with %%" 
    1431  
    1432  
    1433484  "doing warp 5 in a 3 zone" 
    1434  
    1435  
    1436485  "phase-shifting %%" 
    1437  
    1438  
    1439486  "having sex on %%" 
    1440  
    1441  
    1442487  "having sex with %%" 
    1443  
    1444  
    1445488  "attempting to replicate %%" 
    1446  
    1447  
    1448489  "terraforming %%" 
    1449  
    1450  
    1451490  "putting %% into suspended animation" 
    1452  
    1453  
    1454491  "writing a character development episode" 
    1455  
    1456  
    1457492  "timetravelling without a safety net" 
    1458  
    1459  
    1460 } 
    1461  
    1462  
    1463  
    1464  
     493} 
    1465494 
    1466495set punishments { 
    1467  
    1468  
    1469496  "talk to Neelix for 5 hours" 
    1470  
    1471  
    1472497  "be keel-dragged through an asteriod field" 
    1473  
    1474  
    1475498  "play chess against 7 of 9 (you may leave as soon as you win)" 
    1476  
    1477  
    1478499  "degauss the entire viewscreen with a toothpick" 
    1479  
    1480  
    1481500  "be Neelix's food taster for a day" 
    1482  
    1483  
    1484501  "have your holodeck priviledges removed for a week" 
    1485  
    1486  
    1487502  "listen to Harry Kim practice the clarinet" 
    1488  
    1489  
    1490503  "polish Captain Picard's head" 
    1491  
    1492  
    1493504  "polish the EMH's head" 
    1494  
    1495  
    1496505  "lick %% clean" 
    1497  
    1498  
    1499506  "watch that really bad warp 10 episode of Voyager. Twice" 
    1500  
    1501  
    1502507  "listen to an album by Olivia Newton-John" 
    1503  
    1504  
    1505508  "explain quantum physics to Jade" 
    1506  
    1507  
    1508509  "carry out a level 1 diagonstic single handed" 
    1509  
    1510  
    1511510  "find Geordi a date" 
    1512  
    1513  
    1514 } 
    1515  
    1516  
    1517  
    1518  
     511} 
    1519512 
    1520513set brigBanzais { 
    1521  
    1522  
    1523514  "The %% Being In Brig Bet!" 
    1524  
    1525  
    1526515  "The Naughty %% Charge Conundrum!" 
    1527  
    1528  
    1529516  "%%'s Prison Poser!" 
    1530  
    1531  
    1532 } 
    1533  
    1534  
    1535  
    1536  
     517} 
    1537518 
    1538519set banzaiMidBets { 
    1539  
    1540  
    1541520  "bet bet bet!" 
    1542  
    1543  
    1544521  "bet now! Time running out!" 
    1545  
    1546  
    1547522  "come on, bet!" 
    1548  
    1549  
    1550523  "what you waiting for? bet now!" 
    1551  
    1552  
    1553524  "you want friends to laugh at you? Bet!" 
    1554  
    1555  
    1556 } 
    1557  
    1558  
    1559  
    1560  
     525} 
    1561526 
    1562527set wands { 
    1563  
    1564  
    1565528  "/waves %hisher <notopic>magic wand</notopic>" 
    1566  
    1567  
    1568529  "Go go gadget magic wand!" 
    1569  
    1570  
    1571 } 
    1572  
    1573  
    1574  
    1575  
     530} 
    1576531 
    1577532set harhars { 
    1578  
    1579  
    1580533  "har har" 
    1581  
    1582  
    1583534  "h4w." 
    1584  
    1585  
    1586535  "h4w" 
    1587  
    1588  
    1589536  "This victory strengthens the soul of %me!" 
    1590  
    1591  
    1592537  "<canadian>Yeah, I am perfect!</canadian>" 
    1593  
    1594  
    1595538  "/<-- winnar" 
    1596  
    1597  
    1598539  "I am the greatest!" 
    1599  
    1600  
    1601 } 
    1602  
    1603  
    1604  
    1605  
     540} 
    1606541 
    1607542set analsexhelps { 
    1608  
    1609  
    1610543  "/hands %% the KY jelly" 
    1611  
    1612  
    1613544  "/watches" 
    1614  
    1615  
    1616545  "/offers to help" 
    1617  
    1618  
    1619546  "~rarr~" 
    1620  
    1621  
    1622547  "*wank*" 
    1623  
    1624  
    1625548  "/lubes %% up" 
    1626  
    1627  
    1628549  "/lubes %pronoun up" 
    1629  
    1630  
    1631 } 
    1632  
    1633  
    1634  
    1635  
     550} 
    1636551 
    1637552set wankhelps { 
    1638  
    1639  
    1640553  "/helps %%" 
    1641  
    1642  
    1643554  "~rarr~" 
    1644  
    1645  
    1646555  "~oof~" 
    1647  
    1648  
    1649556  "/watches" 
    1650  
    1651  
    1652557  "/perves" 
    1653  
    1654  
    1655 } 
    1656  
    1657  
    1658  
    1659  
     558} 
    1660559 
    1661560set niceTrys { 
    1662  
    1663  
    1664561  "Nice try." 
    1665  
    1666  
    1667562  "You wish." 
    1668  
    1669  
    1670563  "Stop trying to break me or I'll break you." 
    1671  
    1672  
    1673564  "00h! j00r try1n9 t0 h4X0r m3h!%|/ph33rs" 
    1674  
    1675  
    1676 } 
    1677  
    1678  
    1679  
    1680  
    1681  
    1682  
    1683  
    1684  
    1685  
     565} 
    1686566 
    1687567 
    1688568set awwws { 
    1689  
    1690  
    1691569  "awww" 
    1692  
    1693  
    1694570  "awww%|poor %%" 
    1695  
    1696  
    1697571  "awww%|/kisses it better" 
    1698  
    1699  
    1700572  "awww%|/rubs %% better" 
    1701  
    1702  
    1703 } 
    1704  
    1705  
    1706  
    1707  
     573} 
    1708574 
    1709575set randomReplies { 
    1710  
    1711  
    1712576  "%ruser" 
    1713  
    1714  
    1715577  "Orange." 
    1716  
    1717  
    1718578  "about half-past three, I think" 
    1719  
    1720  
    1721579  "yes" 
    1722  
    1723  
    1724580  "no" 
    1725  
    1726  
    1727581  "maybe" 
    1728  
    1729  
    1730582  "medium-rare" 
    1731  
    1732  
    1733583  "no thanks, i already have some" 
    1734  
    1735  
    1736584  "woah cool, let me try that!" 
    1737  
    1738  
    1739585  "sorry no, I'm still sore from last time" 
    1740  
    1741  
    1742586  "eh?" 
    1743  
    1744  
    1745587  "what?" 
    1746  
    1747  
    1748588  "yellow, and sometimes blue" 
    1749  
    1750  
    1751589  "I like edam best of all" 
    1752  
    1753  
    1754590  "perhaps" 
    1755  
    1756  
    1757591  "I didn't like it before" 
    1758  
    1759  
    1760592  "someone set up us the bomb" 
    1761  
    1762  
    1763593  "we get signal" 
    1764  
    1765  
    1766594  "nothing" 
    1767  
    1768  
    1769595  "panties%|%BOT[¬VAR{rarrs}]" 
    1770  
    1771  
    1772596  "moist knickers%|%BOT[¬VAR{rarrs}]" 
    1773  
    1774  
    1775597  "what do you think?" 
    1776  
    1777  
    1778598  "i can't tell you that" 
    1779  
    1780  
    1781599  "it wasn't me" 
    1782  
    1783  
    1784600  "exeter" 
    1785  
    1786  
    1787601  "amsterdam" 
    1788  
    1789  
    1790602  "you should ask Domilijn :)" 
    1791  
    1792  
    1793603  "i'd rather not" 
    1794  
    1795  
    1796604  "not particularly, no" 
    1797  
    1798  
    1799605  "last night, yes" 
    1800  
    1801  
    1802606  "i'll consider that" 
    1803  
    1804  
    1805607  "do you really want to know that?" 
    1806  
    1807  
    1808608  "i am not at liberty to discuss that" 
    1809  
    1810  
    1811609  "only with spud" 
    1812  
    1813  
    1814610  "why the hell not" 
    1815  
    1816  
    1817611  "only if there are no alternatives" 
    1818  
    1819  
    1820612  "what a silly question *giggle*" 
    1821  
    1822  
    1823613  "only on Wednesdays" 
    1824  
    1825  
    1826614  "42" 
    1827  
    1828  
    1829615  "a tv" 
    1830  
    1831  
    1832616  "purple dildos" 
    1833  
    1834  
    1835617  "shopping" 
    1836  
    1837  
    1838618  "sailing" 
    1839  
    1840  
    1841619  "coffee" 
    1842  
    1843  
    1844620  "lots and lots of tea" 
    1845  
    1846  
    1847621  "french fries of course!" 
    1848  
    1849  
    1850622  "not without lubricant" 
    1851  
    1852  
    1853623  "only with you %%" 
    1854  
    1855  
    1856624  "only with %ruser" 
    1857  
    1858  
    1859625  "no." 
    1860  
    1861  
    1862626  "yes." 
    1863  
    1864  
    1865627  "yes, but only on sundays and selected bank holidays" 
    1866  
    1867  
    1868628  "yes, but only on the third wednesday of every month" 
    1869  
    1870  
    1871629  "over there" 
    1872  
    1873  
    1874630  "crap" 
    1875  
    1876  
    1877631  "yes, that makes me horny" 
    1878  
    1879  
    1880632  "yes, but only at the weekend" 
    1881  
    1882  
    1883633  "no, never, not me" 
    1884  
    1885  
    1886634  "you wish" 
    1887  
    1888  
    1889635  "lemmie go look that up" 
    1890  
    1891  
    1892636  "brb - library" 
    1893  
    1894  
    1895637  "i'll need to look that one up %%" 
    1896  
    1897  
    1898638  "i wish i knew" 
    1899  
    1900  
    1901639  "have you tried google?" 
    1902  
    1903  
    1904640  "www.google.com" 
    1905  
    1906  
    1907641  "wtf are you asking me for?" 
    1908  
    1909  
    1910642  "www.aj.com" 
    1911  
    1912  
    1913643  "ask jeeves, he is smarter than the average %me" 
    1914  
    1915  
    1916644  "cabbages" 
    1917  
    1918  
    1919645  "penguins" 
    1920  
    1921  
    1922646  "sometimes" 
    1923  
    1924  
    1925647  "perhaps" 
    1926  
    1927  
    1928648  "only with wizwoz" 
    1929  
    1930  
    1931649  "only with %ruser" 
    1932  
    1933  
    1934650  "sunday" 
    1935  
    1936  
    1937651  "tuesday" 
    1938  
    1939  
    1940652  "no, but it does make me horny" 
    1941  
    1942  
    1943653  "no, that doesn't make me horny" 
    1944  
    1945  
    1946654  "can i phone a friend?" 
    1947  
    1948  
    1949655  "can i have 50:50?" 
    1950  
    1951  
    1952656  "can i ask the audience?" 
    1953  
    1954  
    1955657  "what do you think this is? Who Wants to be a Millionaire" 
    1956  
    1957  
    1958658  "only when you win the lottery" 
    1959  
    1960  
    1961659  "ask someone else" 
    1962  
    1963  
    1964660  "have you asked chabby?" 
    1965  
    1966  
    1967661  "69%|would i lie?" 
    1968  
    1969  
    1970662  "69" 
    1971  
    1972  
    1973663  "i know i know, but i have to be paid in pies" 
    1974  
    1975  
    1976664  "if i tell you, i will have to kill you" 
    1977  
    1978  
    1979665  "you want the answer? you can't handle the answer!" 
    1980  
    1981  
    1982666  "you want the truth? you can't handle the truth!" 
    1983  
    1984  
    1985667  "if i just reach in here%|*squelch*%|then the answer will be on this little bit of card" 
    1986  
    1987  
    1988668  "let me consult a fortune cookie" 
    1989  
    1990  
    1991669  "let me check your horoscope" 
    1992  
    1993  
    1994670  "i'm not psychic" 
    1995  
    1996  
    1997671  "omg yes" 
    1998  
    1999  
    2000672  "omg no" 
    2001  
    2002  
    2003673  "i might know" 
    2004  
    2005  
    2006674  "i'll tell ya later" 
    2007  
    2008  
    2009675  "only with fruit" 
    2010  
    2011  
    2012676  "take one little step left" 
    2013  
    2014  
    2015677  "who knows" 
    2016  
    2017  
    2018678  "i might answer, one day" 
    2019  
    2020  
    2021679  "death comes to those who wait" 
    2022  
    2023  
    2024680  "what is your favourite colour?" 
    2025  
    2026  
    2027681  "can i check?" 
    2028  
    2029  
    2030682  "i might" 
    2031  
    2032  
    2033683  "one day" 
    2034  
    2035  
    2036684  "green%|No! Blue!" 
    2037  
    2038  
    2039685  "a shrub" 
    2040  
    2041  
    2042686  "a bush" 
    2043  
    2044  
    2045687  "a shrubbery" 
    2046  
    2047  
    2048688  "that depends. Who's asking?" 
    2049  
    2050  
    2051689  "the answer lies in the stars%|bugger off there and find it" 
    2052  
    2053  
    2054690  "%rbot knows" 
    2055  
    2056  
    2057691  "If only I hadn't used up all my lifelines%|%bot[50,you can have one of mine]%|no thanks, don't know where it's been" 
    2058  
    2059  
    2060 } 
    2061  
    2062  
    2063  
    2064  
     692} 
    2065693 
    2066694set feelings { 
    2067  
    2068  
    2069695  "ok thanks" 
    2070  
    2071  
    2072696  "fine" 
    2073  
    2074  
    2075697  "all good" 
    2076  
    2077  
    2078698  "pretty good" 
    2079  
    2080  
    2081699  "bon" 
    2082  
    2083  
    2084700  "okay" 
    2085  
    2086  
    2087701  "not bad" 
    2088  
    2089  
    2090702  "been worse" 
    2091  
    2092  
    2093703  "been better" 
    2094  
    2095  
    2096704  "friskier than a rabbit in springtime" 
    2097  
    2098  
    2099705  "minging" 
    2100  
    2101  
    2102706  "positively jade-like" 
    2103  
    2104  
    2105707  "like John's mum on a Thursday night" 
    2106  
    2107  
    2108 } 
    2109  
    2110  
    2111  
    2112  
     708} 
    2113709 
    2114710bMotion_abstract_register "blownAways" 
    2115  
    2116711#set blownAways { 
    2117  
    2118  
    2119712#  "/is blown off feet by force of %%'s statement%|%bot[50,¬VAR{picksUp}]" 
    2120  
    2121  
    2122713#  "/falls over%|%bot[50,¬VAR{picksUp}]" 
    2123  
    2124  
    2125714#  "/is blown away by force of %%'s statement%|%bot[50,¬VAR{picksUp}]" 
    2126  
    2127  
    2128715#  "ow my eyes :(" 
    2129  
    2130  
    2131716#  "/blinks" 
    2132  
    2133  
    2134717#  ":O" 
    2135  
    2136  
    2137718#  "o_O" 
    2138  
    2139  
    2140719#  ":o" 
    2141  
    2142  
    2143720#  "blimey" 
    2144  
    2145  
    2146721#  "crumbs" 
    2147  
    2148  
    2149722#  "i say" 
    2150  
    2151  
    2152723#  "lordy" 
    2153  
    2154  
    2155724#} 
    2156  
    2157  
    2158725#bMotion_abstract_batchadd "blownAways" $blownAways 
    2159726 
    2160  
    2161  
    2162  
    2163727set picksUp { 
    2164  
    2165  
    2166728  "/picks up %%" 
    2167  
    2168  
    2169729  "/helps %% back off the ground" 
    2170730 
    2171  
    2172  
    2173  
    2174  
    2175 } 
    2176  
    2177  
    2178  
    2179  
     731} 
    2180732 
    2181733set dildoFlutePlays { 
    2182  
    2183  
    2184734  "this one time at band camp...%|well, i'll show you...%|/puts the flute in herself" 
    2185  
    2186  
    2187735  "this one time, at band camp, i put a flute in my pussy%|/demonstrates" 
    2188  
    2189  
    2190736  "/puts the flute in herself%|we did this at band camp one year, too" 
    2191  
    2192  
    2193 } 
    2194  
    2195  
    2196  
    2197  
     737} 
    2198738 
    2199739set dildoFluteFinishes { 
    2200  
    2201  
    2202740  "/rescues her flute and plays a happy tune" 
    2203  
    2204  
    2205741  "hey %%, want to play it? :P" 
    2206  
    2207  
    2208742  "and that's why I liked band camp :)" 
    2209  
    2210  
    2211 } 
    2212  
    2213  
    2214  
    2215  
     743} 
    2216744 
    2217745# %% = who, %2 = dildo 
    2218  
    2219  
    2220746set dildoPlays { 
    2221  
    2222  
    2223747  "/sits herself down and shows %% how she uses a %2" 
    2224  
    2225  
    2226748  "/lubes up and shows %% how pleased she is with her new present :D" 
    2227  
    2228  
    2229 } 
    2230  
    2231  
    2232  
    2233  
     749} 
    2234750 
    2235751# %% = dildo, %2 = who 
    2236  
    2237  
    2238752set dildoFinishes { 
    2239  
    2240  
    2241753  "/pulls out the %% and shoves it in %2's face%|you want some? :D" 
    2242  
    2243  
    2244754  "~oof~ ... much better :)" 
    2245  
    2246  
    2247 } 
    2248  
    2249  
    2250  
    2251  
     755} 
    2252756 
    2253757set dildoFemaleFemale { 
    2254  
    2255  
    2256758  "/would do some girl-on-girl action here on %%, but needs to know how :P%|KatieStar! ;)" 
    2257  
    2258  
    2259 } 
    2260  
    2261  
    2262  
    2263  
     759} 
    2264760 
    2265761set dildoFemaleFemaleSwap { 
    2266  
    2267  
    2268762  "ok, i hope you're done cos it's my turn now :)%|/has her turn with the %%" 
    2269  
    2270  
    2271763  "my turn my turn my turn!%|/swipes the %%" 
    2272  
    2273  
    2274 } 
    2275  
    2276  
    2277  
    2278  
     764} 
    2279765 
    2280766set dildoMaleFemale { 
    2281  
    2282  
    2283767  "*weg*%|/applies the %2 to %%" 
    2284  
    2285  
    2286768  "ooh you are norty%|/makes %% horny with the %2" 
    2287  
    2288  
    2289769  "i didn't realise you were in the mood for that%|*weg*%|/uses the %2 on %%" 
    2290  
    2291  
    2292770  "cor you are randy%|/sticks the %2 up %%" 
    2293  
    2294  
    2295771  "do you want me to help you eat that or help you sit on it?" 
    2296  
    2297  
    2298772  "hmm, and where do you expect me to put *that*?" 
    2299  
    2300  
    2301773  "/uses the %2 on %%" 
    2302  
    2303  
    2304774  "/abuses %% with the %2" 
    2305  
    2306  
    2307775  "/stretches %% with the %2" 
    2308  
    2309  
    2310 } 
    2311  
    2312  
    2313  
    2314  
     776} 
    2315777 
    2316778set dildoMaleMale { 
    2317  
    2318  
    2319779  "/would do some man-on-man action here on %%, but needs to know how :P%|hmm... who can I ask? :)" 
    2320  
    2321  
    2322 } 
    2323  
    2324  
    2325  
    2326  
     780} 
    2327781 
    2328782set dildoMaleMaleSwap { 
    2329  
    2330  
    2331783  "ok, i hope you're done cos it's my turn now :)%|/has his turn with the %%" 
    2332  
    2333  
    2334 } 
    2335  
    2336  
    2337  
    2338  
     784} 
    2339785 
    2340786set dildoMalePlays { 
    2341  
    2342  
    2343787  "/'plays' with the %2" 
    2344  
    2345  
    2346788  "/replicates himself some lube" 
    2347  
    2348  
    2349 } 
    2350  
    2351  
    2352  
    2353  
     789} 
    2354790 
    2355791set handcoffees { 
    2356  
    2357  
    2358792  "/hands %% a coffee" 
    2359  
    2360  
    2361793  "wake up%colen" 
    2362  
    2363  
    2364794  "go to bed already" 
    2365  
    2366  
    2367795  "sorry, are we <notopic>keeping you up</notopic>?" 
    2368  
    2369  
    2370796  "you need a coffee" 
    2371  
    2372  
    2373797  "/throws water over %% to wake them up" 
    2374  
    2375  
    2376798  "/lends %% a pillow" 
    2377  
    2378  
    2379799  "/lends %% a cushion" 
    2380  
    2381  
    2382 } 
    2383  
    2384  
    2385  
    2386  
     800} 
    2387801 
    2388802set parkedinsDislike { 
    2389  
    2390  
    2391803  "heyyy" 
    2392  
    2393  
    2394804  "hey OW" 
    2395  
    2396  
    2397805  "%colen" 
    2398  
    2399  
    2400806  "that's not very nice" 
    2401  
    2402  
    2403807  "ha, it's mine now!" 
    2404  
    2405  
    2406808  "hey, i don't like that" 
    2407  
    2408  
    2409809  "/disapproves of that sort of thing." 
    2410  
    2411  
    2412 } 
    2413  
    2414  
    2415  
    2416  
     810} 
    2417811 
    2418812set secondDildoPlays { 
    2419  
    2420  
    2421813  "/makes use of the additional %%%|%bot[50,sheesh]" 
    2422  
    2423  
    2424814  "/locates another hole for the %%%|%bot[50,sheesh]" 
    2425  
    2426  
    2427815  "thanks, but i don't have a free hand... could you put that one in for me?" 
    2428  
    2429  
    2430816  "woah cool!%|/gets some more lube%|%bot[50,sheesh]" 
    2431  
    2432  
    2433 } 
    2434  
    2435  
    2436  
    2437  
     817} 
    2438818 
    2439819set thrownAts { 
    2440  
    2441  
    2442820  "wh%REPEAT{4:10:e}!" 
    2443  
    2444  
    2445821  "I can seeee myyy house from heeeerrreeeeee!" 
    2446  
    2447  
    2448822  "*CRUMP*" 
    2449  
    2450  
    2451823  "/flattens %%" 
    2452  
    2453  
    2454824  "hey :(" 
    2455  
    2456  
    2457825  "oi" 
    2458  
    2459  
    2460826  "/sails through the air towards %%" 
    2461  
    2462  
    2463827  "loookkk ooouuuttt beellooww!%|*CRUMP*%|ow :(" 
    2464  
    2465  
    2466828  "/flies through the air with the greatest of ease" 
    2467  
    2468  
    2469 } 
    2470  
    2471  
    2472  
    2473  
     829} 
    2474830 
    2475831set bookmarks { 
    2476  
    2477  
    2478832  "%VAR{smiles}" 
    2479  
    2480  
    2481 } 
    2482  
    2483  
    2484  
    2485  
     833} 
    2486834 
    2487835set punchlines { 
    2488  
    2489  
    2490836  "but it's legal if it's HER dog." 
    2491  
    2492  
    2493837  "because penguins can't dance." 
    2494  
    2495  
    2496838  "look if you don't know where it is put your tongue away." 
    2497  
    2498  
    2499839  "you'll never be half the man your mother was!" 
    2500  
    2501  
    2502840  "so THAT'S where I put the watermelon!" 
    2503  
    2504  
    2505841  "2 in the front 2 in the back" 
    2506  
    2507  
    2508842  "a military coo" 
    2509  
    2510  
    2511843  "big holes all over Australia" 
    2512  
    2513  
    2514844  "that's not my dog!" 
    2515  
    2516  
    2517845  "depends if you're in Texas" 
    2518  
    2519  
    2520846  "she only shaved the front!" 
    2521  
    2522  
    2523 } 
    2524  
    2525  
    2526  
    2527  
     847} 
    2528848 
    2529849set typoFix { 
    2530  
    2531  
    2532850  "oops" 
    2533  
    2534  
    2535851  "oops %SETTING{output:typos:typos:_:_}" 
    2536  
    2537  
    2538852  "%colen" 
    2539  
    2540  
    2541853  "ffs" 
    2542  
    2543  
    2544854  "grrr %SETTING{output:typos:typos:_:_}" 
    2545  
    2546  
    2547855  "%SETTING{output:typos:typos:_:_}" 
    2548  
    2549  
    2550 } 
    2551  
    2552  
    2553  
    2554  
     856} 
    2555857 
    2556858#set locations { 
    2557  
    2558  
    2559859#  "England" 
    2560  
    2561  
    2562860#  "US" 
    2563  
    2564  
    2565861#  "california" 
    2566  
    2567  
    2568862#  "indiana" 
    2569  
    2570  
    2571863#  "the moon" 
    2572  
    2573  
    2574864#  "australia" 
    2575  
    2576  
    2577865#  "holland" 
    2578  
    2579  
    2580866#  "norway" 
    2581  
    2582  
    2583867#  "bosnia" 
    2584  
    2585  
    2586868#  "russia" 
    2587  
    2588  
    2589869#  "canada" 
    2590  
    2591  
    2592870#  "toronto" 
    2593  
    2594  
    2595871#  "amsterdam" 
    2596  
    2597  
    2598872#  "mars" 
    2599  
    2600  
    2601873#  "exeter" 
    2602  
    2603  
    2604874#  "london" 
    2605  
    2606  
    2607875#  "new york" 
    2608  
    2609  
    2610876#  "basingstoke" 
    2611  
    2612  
    2613877#} 
    2614878 
    2615  
    2616  
    2617  
    2618879bMotion_abstract_register "locations" 
    2619  
    2620880#bMotion_abstract_batchadd "locations" $locations 
    2621881 
    2622  
    2623  
    2624  
    2625882bMotion_abstract_register "hugs" 
    2626  
    2627883set hugs { 
    2628  
    2629  
    2630884  "*hugs %%*" 
    2631  
    2632  
    2633885  "/huggles %%" 
    2634  
    2635  
    2636886  "/snuggles %%" 
    2637  
    2638  
    2639887  "*snuggles %%*" 
    2640  
    2641  
    2642888  "/huggles with %%" 
    2643  
    2644  
    2645889  "/squeezes %%" 
    2646  
    2647  
    2648 } 
    2649  
     890} 
    2650891bMotion_abstract_batchadd "hugs" $hugs 
    2651892 
    2652  
    2653  
    2654  
    2655893set blehs { 
    2656  
    2657  
    2658894  "bleh" 
    2659  
    2660  
    2661895  "feh" 
    2662  
    2663  
    2664896  "meh" 
    2665  
    2666  
    2667 } 
    2668  
    2669  
    2670  
    2671  
     897} 
    2672898 
    2673899set huks { 
    2674  
    2675  
    2676900  "huk" 
    2677  
    2678  
    2679901  "kek" 
    2680  
    2681  
    2682902  "tilde" 
    2683  
    2684  
    2685903  "~" 
    2686  
    2687  
    2688 } 
    2689  
    2690  
    2691  
    2692  
     904} 
    2693905 
    2694906set yesnos { 
    2695  
    2696  
    2697907  "%VAR{yeses}" 
    2698  
    2699  
    2700908  "%VAR{nos}" 
    2701  
    2702  
    2703 } 
    2704  
    2705  
    2706  
    2707  
     909} 
    2708910 
    2709911set rehashes { 
    2710  
    2711  
    2712912  "Done." 
    2713  
    2714  
    2715913  "ryoukai" 
    2716  
    2717  
    2718914  "hai" 
    2719  
    2720  
    2721915  "Rehash complete" 
    2722  
    2723  
    2724916  "shiage desu" 
    2725  
    2726  
    2727917  "rehash klaar" 
    2728  
    2729  
    2730918  "okie" 
    2731  
    2732  
    2733 } 
    2734  
    2735  
    2736  
    2737  
     919} 
    2738920 
    2739921set bodypart { 
    2740  
    2741  
    2742922  "foot" 
    2743  
    2744  
    2745923  "arm" 
    2746  
    2747  
    2748924  "head" 
    2749  
    2750  
    2751925  "ear" 
    2752  
    2753  
    2754926  "nose" 
    2755  
    2756  
    2757927  "nostril" 
    2758  
    2759  
    2760928  "eyeball" 
    2761  
    2762  
    2763929  "fingernail" 
    2764  
    2765  
    2766930  "clothes" 
    2767  
    2768  
    2769 } 
    2770  
    2771  
    2772  
    2773  
     931} 
    2774932 
    2775933set dude { 
    2776  
    2777  
    2778934  "Dude!" 
    2779  
    2780  
    2781935  "My god dude!" 
    2782  
    2783  
    2784936  "Duuuuuuuuuuuuuuuuuude!" 
    2785  
    2786  
    2787 } 
    2788  
    2789  
    2790  
    2791  
     937} 
    2792938 
    2793939set sweet { 
    2794  
    2795  
    2796940  "Sweet!" 
    2797  
    2798  
    2799941  "Schweet!" 
    2800  
    2801  
    2802942  "Sweeeeeeeeeet!" 
    2803  
    2804  
    2805 } 
    2806  
    2807  
    2808  
    2809  
     943} 
    2810944 
    2811945set units { 
    2812  
    2813  
    2814946  "inches" 
    2815  
    2816  
    2817947  "miles" 
    2818  
    2819  
    2820948  "feet" 
    2821  
    2822  
    2823949  "sq inches" 
    2824  
    2825  
    2826950  "litres" 
    2827  
    2828  
    2829951  "meters" 
    2830  
    2831  
    2832952  "picas" 
    2833  
    2834  
    2835953  "gigainches" 
    2836  
    2837  
    2838954  "kilomiles" 
    2839  
    2840  
    2841955  "acres" 
    2842  
    2843  
    2844956  "cubits" 
    2845  
    2846  
    2847957  "ultramiles" 
    2848  
    2849  
    2850958  "Roman paces" 
    2851  
    2852  
    2853959  "miles an hour" 
    2854  
    2855  
    2856960  "times the speed of light" 
    2857  
    2858  
    2859961  "kph" 
    2860  
    2861  
    2862962  "meters per second" 
    2863  
    2864  
    2865963  "years" 
    2866  
    2867  
    2868964  "AUs" 
    2869  
    2870  
    2871 } 
    2872  
    2873  
    2874  
    2875  
     965} 
    2876966 
    2877967set oops { 
    2878  
    2879  
    2880968  "oops" 
    2881  
    2882  
    2883969  "whoops" 
    2884  
    2885  
    2886970  "d'oh" 
    2887  
    2888  
    2889971  "doh" 
    2890  
    2891  
    2892972  "huk" 
    2893  
    2894  
    2895973  "heh" 
    2896  
    2897  
    2898 } 
    2899  
    2900  
     974} 
    2901975bMotion_abstract_register "smacks" 
    2902  
    2903976bMotion_abstract_register "hexStart" 
    2904  
    2905977bMotion_abstract_register "hexMiddle" 
    2906  
    2907978bMotion_abstract_register "hexEnd" 
     979 
     980## autogenerated 
     981bMotion_abstract_register "randomZimness" 
     982bMotion_abstract_batchadd "randomZimness" [list "yes, my tallest!" "how can you have an operation impending doom 2 without me?" "doom. doooom." "shouldn't you be frying something?" "but sir, we're still on our own planet" "invader blood runs through my viens like giant radioactive rubber pants... the pants command me! do not ignore my viens!" "silence!" "pitiful human" "Gir... help me... there isn't much time!" "MADNESS%colen" "have you the brain worms?" "you won't make a fool of this Irken invader" "I'll just have to wait for the skin to grow back on my eyeballs" "ow... my spine" "mwahahahahahahahahahaha"  
     983        "you lie... YOU LIEEEEEEE%colen" "squealing fools%colen" "we will begin by testing your absorbancy." "invaders need no one... NO ONE%colen" "victory for %me%colen" "nothing will stand in my way... not even drool!" "so... much... filth!" "prepare yourselves for destruction" "aaah, the stink of clean" "another win for the Irkin Empire... clean lemony fresh victory is mine." "i'm not giving up... i'll destroy you%colen" "you! burger lord! how is this meat so clean... so pure?!" "inferior human organs!" "ow! my squealyspooch!" "say, you're full of organs aren't you? and you wouldn't notice if you were missing a few?"  
     984        "evaluation: PATHETIC%colen" "surely that was no human bee!" "when the repairs are done i shall hunt down that evil death bee." "why am i so amasing?" "what is the meaning of this%colen" "there is no so worthy as %me%colen" "release the pig%colen" "this is no man pig" "don't come any closer or i will lay eggs in your stomach" "get away... you smell like feet%colen" "RIDE THE PIG%colen" "stupid silent glue boy" "i will annihilate you down to your every last cell" "i will be in my lab bathing in paste" "i will be... LORD OF ALL HUMANS%colen"  
     985        "i will rule you all with an iron fist" "i will prepare food with my iron fist" "you... obey my fist" "i am %me%colen" "take me to the meat" "i have a MIGHTY NEED to use the restroom" "LEAVE NO EVIDENCE%colen" "do not invoke the wrath of the Irken elite!" "stop sniveling little worm monkey" "now to release screaming temporal doom" "something is broken and it's not your fault?" "the very thought of it make me... makes... little... sicky noises" "i have a plan... an amasing plan" "FOOLS! i am %me!" "time for another amasing plan from me... %me!"  
     986        "i have already stuffed my normal human belly with delicious human filth that i could not eat another bite" "ah! ah! THE MEAT!! THE HORRIBLE MEAN%colen" "meats of evil! meat of EVIL%colen" "is it a fair fight... is this moose weilding any projectile weapons?" "i told you that you would would rue the day when you messed with %me... now begin your rueing... i'll just sit here and watch." "dumb like a moose." "the dogs! they're after my meat body of juicy bologna meats." "be quiet" "why was there bacon in the soap?" "i will call you... pusstulio" "come my filthy stink children" "you will open your eyes... you have to breath sometime" "he is part of the collective now" "please buy my candies or my little brother will go insane" "they've locked down their fortress... with locks"  
     987        "release me! release me or suffer the wrath of %me" "who are you people" "rise up and use your revolting limbs to escape this prison" "nothing can stop %me... nothing! not even this army of zombies" "silence... my victory begins now" "more power... give me MORE POWER%colen" "prepare to meet your horrible doom" "with my mighty fists of horror, and unstoppable cruelty, i am the tool of destruction, vengeance and fury" "are we going to have trouble soldier" "behold the fortress of pain" "soon they'll all be after my delicious guts" "i have had enough of your smelly mouth filled with corn" "as soon as my skeleton stops being broken i will destroy you" "when will the lies end?!" "wave of doom"  
     988        "you man the tractor beam, i'll pump the cows full of human sewage" "sometimes i'm afraid to find out what goes on in that insane head of yours" "you dare tell me what i already know?!?!?!" "curse you snacks... CURSE YOU%colen" "delicious DELICIOUS... I AM NORMAL%colen" "i'm in a bear suit" "DESTRUCTION IS NICE%colen" "the taste of human annihilation grows stronger in my amasing head" "people of earth! prepare to meet the mighty foot of my planet" "well... yes... i'm an unstoppable death machine" ] 
     989 
     990 
     991bMotion_abstract_register "hides" 
     992bMotion_abstract_batchadd "hides" [list "/ducks" "/runs for the hills" "/legs it" "eek!%|/runs for it" "/hides behind %ruser" "/hides" "/duck-and-covers" "Don't be so silly." "Look over there!%|/runs" ] 
     993 
     994 
     995bMotion_abstract_register "stonedAnnounce" 
     996bMotion_abstract_batchadd "stonedAnnounce" [list "/is quite obviously stoned" "/is stoned" "/is caned" "/is delighted to announce i have achieved the status 'stoned'%|Now to go for very stoned" ] 
     997 
     998 
     999bMotion_abstract_register "goDowns" 
     1000bMotion_abstract_batchadd "goDowns" [list "/goes down on %%" "/goes slowly down on %%" "/flops down on %%" "/pleasures %%" "/pleasures %% with %hisher tongue" ] 
     1001 
     1002 
     1003bMotion_abstract_register "bigranjoins" 
     1004bMotion_abstract_batchadd "bigranjoins" [list "bhar" "r." "r %%" "a%REPEAT{3:8:r}" "boohar %%" "boom" "BOOM%colen" "BOOM!" "alors bof" "pop" "%%%colen" "%%!" ] 
     1005 
     1006 
     1007bMotion_abstract_register "randomGirness" 
     1008bMotion_abstract_batchadd "randomGirness" [list "i don't know... weee hoo hoo hoo!" "I'm gonna sing the doom song now... dooom doom doom" "that's my favourite show" "whoooo I'm naked" "*sniff* I miss you cupcake" "dootie!" "wooo... I like destroying" "i had no idea." "ahhh... it's got chicken legs %VAR{smiles}" "i'm so happy %VAR{smiles}" "yes, my master." "lepricauns" "i'm making a cake" "yes... wait a minute... no." "doo dee doo dedo deee do"  
     1009        "i got chocolate bubblegum!" "hooray for earth!" "weee hehehehehehehehe" "let's go to my room, pig" "aw.. somebody needs a hug %VAR{smiles}" "I like you" "tacos" "where's my moose" "oooh... what's that do?" "do do do do do do do... do do do do do.... do doo do do do do do... do do do do do doooo" "i need tacos... i need them or i explode. that happens sometimes" "WHY! WHY my piggy, WHY?? I loved you my piggy... I loved you" "i know... i'm scared too" "wee... do that again" "let's make biscuts... LET'S MAKE BISCUTS"  
     1010        "stolen?" "i like TV" "aw... i wanted to explode" "I'm guarding the house" "thank you... i love you." "i had a coupon" "yes... i will stop... i will obey" "yay... i'm gonna be sick" "do you have any  tacidos?" "ahh... it's got chicken legs" "i had no idea" "i can still see you" "chicken!! I'm gonna eat you" "aw... you look so cute" "me and the squirrel are friends"  
     1011        "aw... your little robot toy is broken" "hi floor... make me a sandwich" "i gotta go pig... i'll see you later" "aw... it's broken" "you're on fire" "yay! brains!" "yay... i burns" "i don't wanna.... ok" "won't the exploding hurt?" ] 
     1012 
     1013 
     1014bMotion_abstract_register "hexMiddle" 
     1015bMotion_abstract_batchadd "hexMiddle" [list "Cheese Error" "FTB" "GBL" "+MELON+" "Octarine" "Sixth Dimension" "Teatime" "Phase Of Moon Generator" "Unreal Time Clock" "Anthill Inside" "Thaumic Disturbance" "Flux" "Influx" "Hive Interface" "Line 666"  
     1016        "Line %NUMBER{10000}" "Nether Realm" "Conjuring" "Octagram" "Archive Reference" "Enchantment" "Eternal Domain" "Paradox Shifting" "Here Comes The Cheese" "Ow" "%VAR{sillyThings}" ] 
     1017 
     1018 
     1019bMotion_abstract_register "tech_tries" 
     1020bMotion_abstract_batchadd "tech_tries" [list "sacrificing my boss" "reinstalling it" "going to a voodoo witch doctor" "covering it in honey" "putting the CD in the other way up" "putting the CD in the floppy drive" "smearing it with mud" "running it on my Mac" "rebooting" ] 
     1021 
     1022 
     1023bMotion_abstract_register "goodlucks" 
     1024bMotion_abstract_batchadd "goodlucks" [list "GL" "good luck :)" "good luck" ] 
     1025 
     1026 
     1027bMotion_abstract_register "goAways" 
     1028bMotion_abstract_batchadd "goAways" [list "go away" "piss off" "shut up" "get lost" "..." "make like a banana" ] 
     1029 
     1030 
     1031bMotion_abstract_register "smacks" 
     1032bMotion_abstract_batchadd "smacks" [list "smacks" "cuff" "hits" "pats" "slaps" "socks" "spanks" "chops" "clouts" "punches" "annihilates" "annuls" "axes" "butchers" "crusesh"  
     1033        "damages" "defaces" "eradicates" "erases" "exterminates" "extinguishes" "gust" "impairs" "kills" "lays waste" "levels" "liquidates" "maims" "mutilates" "nukes"  
     1034        "nullifies" "quashes" "quells" "ravages" "ravishes" "razes" "ruins" "sabotages" "shatters" "slays" "smashes" "snuffs out" "stamps out" "suppresses" "torpedoes"  
     1035        "trashes" "wastes" "wipes out" "wrecks" "zaps" ] 
     1036 
     1037 
     1038bMotion_abstract_register "ranjoins" 
     1039bMotion_abstract_batchadd "ranjoins" [list "hey %%" "hi %%" "hi there %%" "hi yo~" "Good Morning %%" "%% you're looking especially shagworthy today" ] 
     1040 
     1041 
     1042bMotion_abstract_register "smiles" 
     1043bMotion_abstract_batchadd "smiles" [list ":)" ";)" "=)" "=]" "=D" "^_^" "-_-" ] 
     1044 
     1045 
     1046bMotion_abstract_register "thanks" 
     1047bMotion_abstract_batchadd "thanks" [list "cheers" "ta" "thanks" "merki" "a thousand thankyous" "thx" "tanks" "thankie" "thansk" "praise be to you" ] 
     1048 
     1049 
     1050bMotion_abstract_register "stupidReplies" 
     1051bMotion_abstract_batchadd "stupidReplies" [list "I may be stupid, but you're minging, and I can learn new things :)" "At least I'm not minging." "Minger." "You do better in 6911 lines of TCL :P" "You know, I think you say that just to hide the fact that you're not the sharpest tool in the box either." "*hands over ears* lalalalala I can't hear you..." "I'm only code, what's your excuse?" "Silence!" "I only have 1s and 0s.  You don't seem to be doing so hot with the rest of the numbers" "I'm made of SAND! I think I'm doing bloody well." "You see how you do after 2 years on IRC with no sleep" "You say that now. Wait till I'm in Mensa." "You're so thick even Densa rejected you." "Yes Jade. Absolutely." ] 
     1052 
     1053 
     1054bMotion_abstract_register "moose" 
     1055bMotion_abstract_batchadd "moose" [list "yarr" "pop" "jum" "zort" ] 
     1056 
     1057 
     1058bMotion_abstract_register "get_fact_intros" 
     1059bMotion_abstract_batchadd "get_fact_intros" [list "I think I heard that" "last time I knew," "it could be that" "ok, I'll tell you that" "well, don't tell anyone, but......." "last time I knew," ] 
     1060 
     1061 
     1062bMotion_abstract_register "rarrs" 
     1063bMotion_abstract_batchadd "rarrs" [list "~rarr~" "~oof~" "uNf" "*uNf" "*squeaky*" "*boing*" "%REPEAT{3:8:bl}" "*spangle*" "~oef~" ] 
     1064 
     1065 
     1066bMotion_abstract_register "sorryoks" 
     1067bMotion_abstract_batchadd "sorryoks" [list "ok" "that's ok" "alright then" "i forgive you" "/spanks %%%|%BOT[¬VAR{rarrs}]" "That's ok then. I suppose. Don't think this makes me like you again though" ] 
     1068 
     1069 
     1070bMotion_abstract_register "loveresponses" 
     1071bMotion_abstract_batchadd "loveresponses" [list "awww thanks" "i love you too" "i wuv you too" "and i love you" "and i wuv you" "aww wuv you too" "awww *giggle*" "i love you just as much" "i want to have your babies" "/blushes" "hehe thanks" "you know, I've always loved you the most" ] 
     1072 
     1073 
     1074bMotion_abstract_register "hugs" 
     1075bMotion_abstract_batchadd "hugs" [list "*hugs %%*" "/huggles %%" "/snuggles %%" "*snuggles %%*" "/huggles with %%" "/squeezes %%" ] 
     1076 
     1077 
     1078bMotion_abstract_register "upyourbums" 
     1079bMotion_abstract_batchadd "upyourbums" [list "up your bum." "up yer bum" "up yer cavernous arse" "up ya bum" "up my bum :P" "hold on, i'll check%%|not up my bum :P" "hold on, i'll check%|not up your bum :P" "is it up your bum?" "have you checked your bum yet?" "down the shops." "Turkey." "on a tube train." "on a bus." "halfway up big ben." "toilet."  
     1080        "bathroom." "up my nose." "in a field" "hiding in the long grass" "hidden." "%PICKUSER[female]%|down %OWNER{%ruser} clevage%|%PICKBOT[male]%|%bot{50,i'll get it!}" ] 
     1081 
     1082 
     1083bMotion_abstract_register "tech_answer" 
     1084bMotion_abstract_batchadd "tech_answer" [list "I just bought %VAR{tech_software} and I can't get it to %VAR{tech_problem}, I've tried %VAR{tech_tries} and it still won't work" "I've just got %VAR{tech_software}, and it won't %VAR{tech_problem}. I've tried everything including %VAR{tech_tries} but nothing helps" "I hear you do books by %VAR{answerWhos}, can you sell me one?" "I need a bit of software to %VAR{tech_functions} %VAR{sillyThings}" ] 
     1085 
     1086 
     1087bMotion_abstract_register "prom_first" 
     1088bMotion_abstract_batchadd "prom_first" [list "piss" "shit" "fuck" "turd" "minge" "crap" "vadge" "shat" "clit" "cack" "arse" "cum" "wank" "flid" ] 
     1089 
     1090 
     1091bMotion_abstract_register "silences" 
     1092bMotion_abstract_batchadd "silences" [list "Be quiet" "Enough" "Silence!" "%colen" "no more!" "NNK" ] 
     1093 
     1094 
     1095bMotion_abstract_register "hexEnd" 
     1096bMotion_abstract_batchadd "hexEnd" [list "Disabled+++" "Occurance+++" "Portal Opening+++" "Detected+++" ": Reinstall Syrup+++" "snack break+++" "-(Why Not Take This Time To Register Your Purchase)+++" "=Error %REPEAT{3:6:%NUMBER{100}}+++" "%REPEAT{3:12:?}+++" "Warning : Excess %VAR{sillyThings}" "Data Lost+++" ": Redo From Start+++" "- Please Reboot Universe+++" "Aknowledgment+++" "Ended+++"  
     1097        "-If Problem Persists Contact The Creator+++" "-Could Not Complete Destiny+++" "-no sufficient sentient life forms+++" "Technological Change+++" "-Access Completely And Indefinitely Denied+++" "-Query+++" "+++" "Waaaaah!+++" "Divide By Cucumber Error+++" ": Error - Division By Moonlight+++" ] 
     1098 
     1099 
     1100bMotion_abstract_register "randomDootie" 
     1101bMotion_abstract_batchadd "randomDootie" [list "dootie %VAR{smiles}" "doootie dootie dooootie dootie" "i like dootie" "ooooooooooOOOOOooooo dootie" "weee hoo hooo hooo! dootie" "dooo-tie. dooo-tie. dooo-tie. dooo-tie. dooo-tie" "dootie is my friend" "you said dootie %VAR{smiles}" ] 
     1102 
     1103 
     1104bMotion_abstract_register "prom_second" 
     1105bMotion_abstract_batchadd "prom_second" [list "rifle" "flower" "desk" "curtain" "wheel" "door" "coin" "speaker" "lamp" "radio" "twix" "action" "account" "pump" "puma"  
     1106        "whistle" "shaver" "glass" "flute" "tea" "pot" "square" "robe" "apple" "cave" "lantern" "drawer" "card" "pants" ] 
     1107 
     1108 
     1109bMotion_abstract_register "ididntresponses" 
     1110bMotion_abstract_batchadd "ididntresponses" [list "no, *I* didn't" "Oh really." "Yes you did. We all saw it." "Of course you didn't." "Oh yes you did." "You must think us all fools." "nnk" ] 
     1111 
     1112 
     1113bMotion_abstract_register "aiis" 
     1114bMotion_abstract_batchadd "aiis" [list "wikkid" "aii" "aiiiii" "innit" "respect" "westsyde%|/snaps wrist Ali G-stylee." "true" "keepin' it real" "iz wikkid" "wikkid stylin' of da wikkid!" "/is hangin with his crew" "Respect ma blingbling" "kickin it down with da home boy posse" "That is so last week" ] 
     1115 
     1116 
     1117bMotion_abstract_register "randomStuffFemale" 
     1118bMotion_abstract_batchadd "randomStuffFemale" [list "This one time, at band camp, I put a flute..." "Does my arse look big in this?" "Does my bum look big in this?" "*ping*%|Did it just get cold in here?" "Do you know how we keep warm in Russia?%|... we play chess." "I kinda like thongs" "I wonder what happens when I put that in here...%|oooooooh!" "/plays with herself" "That ain't my belly button" "This one time, at band camp, I put %noun..." "/considers breast implants%|%PICKUSER[female]%|%BOT[¬PICKUSER[female]¬|/feels up ¬¬ to check¬|true, they aren't as good as ¬ruser's¬|/feels up ¬ruser's breasts¬|mmmm ¬VAR{smiles}]" "/considers sexchange operation%|%PICKUSER[male]%|/looks at %ruser%|Maybe not" "%PICKUSER[Female]%|It's good to be female isn't it %ruser" ] 
     1119 
     1120 
     1121bMotion_abstract_register "PROM" 
     1122bMotion_abstract_batchadd "PROM" [list "%VAR{prom_first}-%VAR{prom_second}" ] 
     1123 
     1124 
     1125bMotion_abstract_register "blindings" 
     1126bMotion_abstract_batchadd "blindings" [list "h%REPEAT{5:10:n}" "blinding" "h%REPEAT{5:10:n} blinding" ] 
     1127 
     1128 
     1129bMotion_abstract_register "ers" 
     1130bMotion_abstract_batchadd "ers" [list "er" "erm" "umm" "um" ] 
     1131 
     1132 
     1133bMotion_abstract_register "goodnights" 
     1134bMotion_abstract_batchadd "goodnights" [list "night" "nn" "night %%" "sleep well" "goodnight :)" "night :)" "g'night" "sleep well %%" "nn %%" "don't have really bad dreams about a nasty man coming to strangle you in your bed" ] 
     1135 
     1136 
     1137bMotion_abstract_register "afro_1" 
     1138bMotion_abstract_batchadd "afro_1" [list "1000" "1001" "1002" "1003" "1004" "1005" "1006" "1007" "1008" "1009" "1010" "1011" "1012" "1013" "1014"  
     1139        "1015" "1016" "1017" "1018" "1019" "1020" "1021" "1022" "1023" "1024" "1025" "1026" "1027" "1028" "1029"  
     1140        "1030" "1031" "1032" "1033" "1034" "1035" "1036" "1037" "1038" "1039" "1040" "1041" "1042" "1043" "1044"  
     1141        "1045" "1046" "1047" "1048" "1049" "1050" "1051" "1052" "1053" "1054" "1055" "1056" "1057" "1058" "1059"  
     1142        "1060" "1061" "1062" "1063" "1064" "1065" "1066" "1067" "1068" "1069" "1070" "1071" "1072" "1073" "1074"  
     1143        "1075" "1076" "1077" "1078" "1079" "1080" "1081" "1082" "1083" "1084" "1085" "1086" "1087" "1088" "1089"  
     1144        "1090" "1091" "1092" "1093" "1094" "1095" "1096" "1097" "1098" "1099" ] 
     1145 
     1146 
     1147bMotion_abstract_register "makeItSos" 
     1148bMotion_abstract_batchadd "makeItSos" [list "/makes it so" "/goes to warp" "/fires phasers" "/replicates some coffee" "/jumps to warp" "/sets fire to %%" "/launches a volley of photon torpedos" "/launches a volley of quantum torpedos" ] 
     1149 
     1150 
     1151bMotion_abstract_register "french1" 
     1152bMotion_abstract_batchadd "french1" [list "est-ce que je peut" "je prend" "je vais au" "ou sont les toilettes" "on m'a" "je vais manger" "bounjour" ] 
     1153 
     1154 
     1155bMotion_abstract