kid-code.txt 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. ok so the new lesson is this
  2. (random 3) <- give me a random number
  3. => 1 <- computer answers
  4. ("someCommand" (if [= 1 (random 2)]
  5. (respond "this is equal to 1")
  6. (respond "this is equal to 0") ) )
  7. ("date?" (if [= 1 (random 2) ] <- we can use square brackets [ ] for readability
  8. (respond "I'd love to") <- this is if [ = 1 (random 2)] was true
  9. (respond "I am busy, maybe some other time") ) ) <- this is if [ = 1 (random 2)]
  10. ^ put attention to the whole command
  11. It is not hard, just pay attention!!!
  12. ("date (if [= 1 (random 2)] <---- we ask for a random number 0 or 1
  13. (if our number was 1 sara says yes) <- we just change this for what we want sara to say (respond "I'd love to")
  14. (if our number was 0 sara says no) <- change this for what sara says (respond "I am busy, sorry")
  15. (""date?"" ( if [ = 1 (random 2)]
  16. (respond "I'd love to")
  17. (respond "sorry i am doing a LOOOOOT of home work.:C I cant!:C") ) ) <- no wait I did this one jajaja
  18. ("chocolate?" (if [= 1 (random 2) ]
  19. ( respond "oh thanks babe ~a" speaker)
  20. (respond "are you trying to make me fat?? NO THANKS") ) )
  21. ("angel" (if [= 1 (random 2) ]
  22. (respond "I am so cute, right :3 " )
  23. (respond "I know, thanks sweety :)") ) )
  24. start--
  25. 1("dinner" (if [= 1 (random 2) ]
  26. (respond "you are eating dinner? awesome! i had chicken (sorry i know ur vegan and i may actually quit eating meat soon!) with spinach! ohh it was TASTY!")
  27. (respond "you're having dinner? that's awesome!:) i had enchiladas! i LOVE enchiladas"))) <- very good!!!
  28. 2 ("^_^" (if [= 1 (random 2) ]
  29. (respond "YOU AWESOME! did you know that? <3")
  30. (respond "O.O"))) <--- perfect!!!
  31. 3 ("YOU" (if [= 1 (random 2) ]
  32. ( respond "me????")
  33. (respond ".0_0 me what?"))) <- the spaces are not necessary but make the code easier to read
  34. 4 ("AWESOME!" (if [= 1 (random 2) ]
  35. (respond "I is awesome????") <- this is ok but I don't understand the "I is" shoudln't it be "I'am" ?
  36. (respond "uhh....you're saying i'm awesome???")))
  37. 5 ("yesss" (if [= 1 (random 2) ]
  38. (respond ":) thanks!")
  39. (respond "of course i am! =3"))) <- very good kid!!! Keep going!!!
  40. 4 ("date?"
  41. (respond "sounds good. later tonight?"))
  42. (respond "i'm a bit busy right now....later i think can do it though!")) where is the IF??? huh? i dun think i understand i
  43. (respond "ok! on my wayy!!"))
  44. (respond "sorry i am doing a LOOOOOT of home work.:C I cant!:C")
  45. <------ puppy bot------->
  46. ("sit" (respond "i'm a puppppyyy! i wanna ruunnnn!"))
  47. ("numnum's" (respond "NUM NUM NUMMMMMMMS"))
  48. ("work!" (respond "NEVAH!"))
  49. ("sit" (respond "ima puppppyy:C i dun wanna doo itt!" ))
  50. ("hate" (respond ":C:C:C meany!!!!" ))
  51. ("cuteness!!" (respond "awwwwwwwwwwww! us doggies got it good!"))
  52. ("woof!" (respond "nononononono I am the dog NAWT YEW!"))
  53. ("heater" (respond "aaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh =W= <=3"))
  54. ("pupster!" (respond (format #f "~aster!" speaker)))
  55. ("walk?" (respond "YESS! POTTY TIME! COME ON HOOMAN GET THE LEASH GET THE LEASH! HURRY HURRY!! *goes out for a walk* ahhh i feel much better!"))
  56. ("steal" (respond (format #f "C:< *steals ~a's underwear*"speaker)))
  57. ("beath" (respond "what?"))
  58. ("bath" (respond "=W= JK NO BATH NO BATH NO BATH NOOooooooooooooooooooooooooooooooooooooooo"))
  59. (">:)" (respond ":O:O:O:O:O" ))
  60. <- Sara start->
  61. 1 ("hi!" (respond "hellooo! :)" ))
  62. 2 ("wassup?" (respond "i'm good! you?"))
  63. 3 ("good:D" (respond "i'm glad =)"))
  64. 5 ("yess:D:D" (respond "k! be there!"))
  65. 6 ("<3" (respond "awwwww. you too :) <3"))
  66. 7 ("afk" (respond " :C see you soon!"))
  67. 8 ("goodnight!" (respond " aww. see you soon babe! <3"))
  68. 9 ("mornin'" (respond "yay you're here!!!"))
  69. 10 ("hungry" (respond "awww:C i wish i could cook you some food! hope you eat soon! <3"))
  70. call me ( name) : respond ok ~a! (replacing default name with that requested name in her data banks. aka when ever a ~a comes she calls me by that) example: call me reton: respond: ok reton!
  71. -start here -
  72. 11 ("bye" ( respond " aww:( good bye! <3 :("))
  73. 12 ("come" (respond "coming!<3"))
  74. 13 ("sleep" (respond " Ok. i will miss you! good bye, bae <3" ))
  75. 14("hello" (respond "Hi! I'm a bit busy. be back in....2 minutes! love you! =)" ))
  76. 15("Kiss?" (respond ":) *kisses handsome* <3"))
  77. 16 ("Kid" (respond "You meant noordinaryspider? He is awesome!!<3"))
  78. <- sara ends->