Changeset 1027 for trunk/modules/abstracts/en/abstracts.tcl
- Timestamp:
- 08/29/09 05:21:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/abstracts/en/abstracts.tcl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstracts/en/abstracts.tcl
r1023 r1027 30 30 "caught fire" 31 31 "got eaten" 32 "turned into % noun"32 "turned into %VAR{sillyThings}" 33 33 "got discontinued" 34 34 "ran out" … … 41 41 "got turned into %VAR{sillyThings}" 42 42 } 43 bMotion_abstract_add_filter "fellOffs" "%noun" 43 44 44 45 bMotion_abstract_register "jokeends" { … … 175 176 "rainbows" 176 177 "kittens" 177 "%noun" 178 } 178 "%VAR{sillyThings}" 179 } 180 bMotion_abstract_add_filter "answerWhats" "%noun" 179 181 180 182 bMotion_abstract_register "answerWhos" { … … 5465 5467 "r" 5466 5468 "r %VAR{smiles}" 5467 "r %VAR{ sads}"5469 "r %VAR{unsmiles}" 5468 5470 "r " 5469 5471 } 5472 bMotion_abstract_add_filter "theRs" "sads" 5470 5473 5471 5474 source "$bMotionModules/abstracts/en/randomstuff.tcl"
Note: See TracChangeset
for help on using the changeset viewer.
