Ignore:
Timestamp:
09/09/03 19:56:20 (9 years ago)
Author:
kevdadrum
Message:

Just a couple more minor improvements to the text used in the want/need question handler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_questions.tcl

    r248 r249  
    238238 
    239239set question_want_reply_wrapper { 
    240   "Why? I've got %VAR{sillyThings}" 
    241   "With %VAR{sillyThings} I have no need for anything else" 
    242   "Ooh yes please, I've had %VAR{sillyThings} for so long it's boring me" 
    243   "Will it feel as good as %VAR{sillyThings} from %ruser" 
     240  "Why? I've got %VAR{sillyThings}!" 
     241  "With %VAR{sillyThings} I have no need for anything else." 
     242  "Ooh yes please, I've had %VAR{sillyThings} for so long it's boring me." 
     243  "Will it feel as good as %VAR{sillyThings} from %ruser?" 
    244244  "Hell yes, %ruser's given me %VAR{sillyThings} and I can't wait to get away from it!" 
    245   "I don't know, %VAR{sillyThings} from %ruser just %VAR{fellOffs}" 
    246   "Yes, %VAR{confuciousStart} %VAR{confuciousEnd}" 
    247   "No, %VAR{confuciousStart} %VAR{confuciousEnd}" 
     245  "I don't know, %VAR{sillyThings} from %ruser just %VAR{fellOffs}." 
     246  "Yes, %VAR{confuciousStart} %VAR{confuciousEnd}." 
     247  "No, %VAR{confuciousStart} %VAR{confuciousEnd}." 
    248248  "Can I have a %VAR{chocolates} too?" 
    249   "Yes please, I left %VAR{sillyThings} in %VAR{answerWheres}" 
    250   "Not until %VAR{answerWhens}" 
    251   "Yes please, the Borg Queen offered me %VAR{trekNouns} and I only got %VAR{sillyThings}" 
    252   "%VAR{sweet}" 
    253 } 
     249  "Yes please, I left %VAR{sillyThings} in %VAR{answerWheres}." 
     250  "Not until %VAR{answerWhens}." 
     251  "Yes please, the Borg Queen offered me %VAR{trekNouns} and I only got %VAR{sillyThings}." 
     252  "%VAR{sweet}." 
     253} 
Note: See TracChangeset for help on using the changeset viewer.