Changeset 1018
- Timestamp:
- 08/19/09 08:42:59 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
modules/abstracts/en/abstracts.tcl (modified) (3 diffs)
-
modules/abstracts/en/randomstuff.tcl (modified) (3 diffs)
-
plugins/en/complex_joker.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstracts/en/abstracts.tcl
r1016 r1018 806 806 807 807 bMotion_abstract_register "bodypart" { 808 "lip" 809 "mouth flaps" 808 810 "eyelash" 809 811 "toe" … … 1148 1150 1149 1151 bMotion_abstract_register "ranjoins" { 1152 "are you here to fumigate the moose head?" 1153 "are you here to fumigate the moose %VAR{bodypart}?" 1150 1154 "hey %%" 1151 1155 "hi %%" … … 5441 5445 } 5442 5446 5447 bMotion_abstract_register "animals" { 5448 "cow" 5449 "goat" 5450 "sheep" 5451 "giraffe" 5452 "cat" 5453 "dog" 5454 "mouse" 5455 "rat" 5456 "goose" 5457 "elephant" 5458 "anteater" 5459 "panther" 5460 "pig" 5461 } 5462 5463 5443 5464 source "$bMotionModules/abstracts/en/randomstuff.tcl" 5444 5465 -
trunk/modules/abstracts/en/randomstuff.tcl
r1016 r1018 6 6 ### Used when the channel is not 'active' (default > 300s since last line) 7 7 bMotion_abstract_register "randomStuff" { 8 "eww! i touched my own %VAR{bodypart}!" 9 "MASSIVE CORN CLOG IN PORT %NUMBER{10}" 10 "/gives %ruser{friend} %VAR{sillyThings}%|THIS ORIGINATES FROM THE HEART" 11 "I'm going to drink until I reboot!" 12 "This is outrageous! I was going to eat that %VAR{sillyThings:strip}! %ruser{enemy} has got to go!" 13 "%VAR{sillyThings:strip}, %VAR{sillyThings:strip} and %VAR{sillyThings:strip} are trademarks of %channel Corp." 14 "which of the following would you most prefer? a) a puppy, b) a pretty flower from your sweetie, c) a large properly-formatted data file?%|%BOT[CHOOSE]" 15 "which of the following would you most prefer? a) %VAR{sillyThings}, b) a pretty %VAR{sillyThings:strip} from your sweetie, c) a large properly-formatted data file?%|%BOT[CHOOSE]" 8 16 "she took... all those horses..." 9 "princess, i'm certain we could fit one more ho use in your-- in-- in yo-- ....%|Deleting all animes..."17 "princess, i'm certain we could fit one more horse in your-- in-- in yo-- ....%|Deleting all animes..." 10 18 "DELETING ALL %VAR{sillyThings:strip,plural,caps}" 11 19 "how do i %VAR{sillyVerbs:past} %VAR{sillyThings:strip}" … … 505 513 ### Used when the channel is 'active' (default < 300 sec since last line) 506 514 bMotion_abstract_register "activeRandomStuff" { 515 "Mr %ruser{male}... are those your UNDERPANTS?!" 516 "try to stay with the crowd so noone notices how crummy you look" 507 517 "much like your mother" 508 518 "unlike your mother" … … 598 608 "you show that turd who's boss" 599 609 "i've been to some conventions like that" 610 "that sure is one platonic view" 611 "uh huh, uh huh... that's whatever you were talking about for you" 600 612 } 601 613 -
trunk/plugins/en/complex_joker.tcl
r936 r1018 48 48 "how many %VAR{sillyThings}{strip}s does it take to change a light bulb?" 49 49 "what do you do if a blonde throws %VAR{sillyThings} at you?" 50 "what noise does a %VAR{animals} with no %VAR{bodypart:plural} make?" 50 51 } 51 52 … … 62 63 "%NUMBER{10} to hold the %VAR{sillyThings}{strip} and %NUMBER{15} to %VAR{dVerbs} it" 63 64 "pull the %VAR{sillyThings}{strip} out and throw it back!" 65 "%VAR{sound2}" 64 66 } 65 67
Note: See TracChangeset
for help on using the changeset viewer.
