Advertisement
Guest User

Untitled

a guest
Jan 20th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.42 KB | None | 0 0
  1. console.log('Created by Matthew');
  2. console.log('Created by Caleb');
  3. console.log('Chatterbot - Welcome Josh!');
  4.  
  5. var matthew = {
  6. name: 'matthew',
  7. occupation: 'student',
  8. amount_of_eyeballs: 2,
  9. amount_of_nostrils: 2,
  10. parents: 'sherri and chris',
  11. siblings: 'caleb and lexi',
  12. hair_color: 'brown',
  13. info: 'Oh Yeah...'
  14. };
  15.  
  16. var caleb = {
  17. name: 'caleb',
  18. occupation: 'student',
  19. amount_of_eyeballs: 2,
  20. amount_of_nostrils: 2,
  21. parents: 'sherri and chris',
  22. siblings: 'matthew and lexi',
  23. hair_color: 'brown',
  24. info: 'best person in the world!'
  25. };
  26. var lexi = {
  27. name: 'lexi',
  28. occupation: 'student',
  29. amount_of_eyeballs: 2,
  30. amount_of_nostrils: 2,
  31. parents: 'sherri and chris',
  32. siblings: 'caleb and matthew',
  33. hair_color: 'brown'
  34. };
  35.  
  36. var layla = {
  37. name: 'layla',
  38. occupation: 'pet',
  39. amount_of_eyeballs: 2,
  40. amount_of_nostrils: 2,
  41. owners: 'caleb, matthew, lexi, sherri, and chris',
  42. hair_color: 'black and a little bit of white'
  43. };
  44.  
  45. var eric = {
  46. name: 'eric',
  47. occupation: 'leader of the boneclan / student',
  48. amount_of_eyeballs: 2,
  49. amount_of_nostrils: 2,
  50. parents: 'ramona and nolan',
  51. pets: '3 cats and a dog',
  52. hair_color: 'black'
  53. };
  54.  
  55. var tristan = {
  56. name: 'tristan',
  57. occupation: 'student',
  58. amount_of_eyeballs: 2,
  59. amount_of_nostrils: 2,
  60. parents: 'trey and carrie',
  61. siblings: 'jordan, makayla, micah, and addison',
  62. hair_color: 'black'
  63. };
  64.  
  65. var jordan = {
  66. name: 'jordan',
  67. occupation: 'student',
  68. amount_of_eyeballs: 2,
  69. amount_of_nostrils: 2,
  70. parents: 'trey and carrie',
  71. siblings: 'tristan, makayla, micah, and addison',
  72. hair_color: 'black'
  73. };
  74.  
  75. var addison = {
  76. name: 'addison',
  77. occupation: 'student',
  78. amount_of_eyeballs: 2,
  79. amount_of_nostrils: 2,
  80. parents: 'trey and carrie',
  81. siblings: 'tristan, jordan, makayla, and micah',
  82. hair_color: 'black'
  83. };
  84.  
  85. var makayla = {
  86. name: 'makayla',
  87. occupation: 'unknown',
  88. amount_of_eyeballs: 2,
  89. amount_of_nostrils: 2,
  90. parents: 'trey and carrie',
  91. siblings: 'tristan, jordan, micah, and addison',
  92. hair_color: 'brown'
  93. };
  94.  
  95. var micah = {
  96. name: 'micah',
  97. occupation: 'unknown',
  98. amount_of_eyeballs: 2,
  99. amount_of_nostrils: 2,
  100. parents: 'trey and carrie',
  101. siblings: 'jordan, tristan, addison, and makayla',
  102. hair_color: 'brown'
  103. };
  104.  
  105. var chase = {
  106. name: 'chase',
  107. occupation: 'student',
  108. amount_of_eyeballs: 2,
  109. amount_of_nostrils: 2,
  110. parents: 'jenny and travis',
  111. sibling: 'caylie',
  112. hair_color: 'blonde'
  113. };
  114.  
  115. var caylie = {
  116. name: 'caylie',
  117. occupation: 'student',
  118. amount_of_eyeballs: 2,
  119. amount_of_nostrils: 2,
  120. parents: 'jenny and travis',
  121. sibling: 'chase',
  122. hair_color: 'blonde'
  123. };
  124.  
  125. var max = {
  126. name: 'max',
  127. occupation: 'student',
  128. amount_of_eyeballs: 2,
  129. amount_of_nostrils: 2,
  130. parents: 'olga and russell',
  131. sibling: 'andre',
  132. hair_color: 'blonde'
  133. };
  134.  
  135. var andre = {
  136. name: 'andre',
  137. occupation: 'student',
  138. amount_of_eyeballs: 2,
  139. amount_of_nostrils: 2,
  140. parents: 'olga and russell',
  141. sibling: 'max',
  142. hair_color: 'blonde'
  143. };
  144.  
  145. var carter = {
  146. name: 'carter',
  147. occupation: 'student',
  148. amount_of_eyeballs: 2,
  149. amount_of_nostrils: 2,
  150. parents: 'candace and david_a',
  151. sibling: 'drake',
  152. hair_color: 'blonde'
  153. };
  154.  
  155. var drake = {
  156. name: 'drake',
  157. occupation: 'student',
  158. amount_of_eyeballs: 2,
  159. amount_of_nostrils: 2,
  160. parents: 'candace and david_a',
  161. sibling: 'carter',
  162. hair_color: 'blonde'
  163. };
  164.  
  165. var josh_a = {
  166. name: 'josh',
  167. occupation: 'youth pastor/computer stuff',
  168. amount_of_eyeballs: 2,
  169. amount_of_nostrils: 2,
  170. wife: 'olivia',
  171. offsprings: 'joel and izzy',
  172. hair_color: 'black'
  173. };
  174.  
  175. var olivia = {
  176. name: 'olivia',
  177. occupation: 'youth pastor',
  178. amount_of_eyeballs: 2,
  179. amount_of_nostrils: 2,
  180. husband: 'josh_a',
  181. offsprings: 'joel and izzy',
  182. hair_color: 'blonde?'
  183. };
  184.  
  185. var joel = {
  186. name: 'joel',
  187. occupation: 'preschool',
  188. amount_of_eyeballs: 2,
  189. amount_of_nostrils: 2,
  190. parents: 'josh_a and olivia',
  191. sibling: 'izzy',
  192. hair_color: 'black'
  193. };
  194.  
  195. var izzy = {
  196. name: 'izzy',
  197. occupation: 'being a baby',
  198. amount_of_eyeballs: 2,
  199. amount_of_nostrils: 2,
  200. parents: 'josh_a and olivia',
  201. sibling: 'joel',
  202. hair_color: 'transparent'
  203. };
  204.  
  205. var cheryl = {
  206. name: 'cheryl',
  207. occupation: 'church and stuff',
  208. amount_of_eyeballs: 2,
  209. amount_of_nostrils: 2,
  210. hair_color: 'black',
  211. catch_phrases: '"you special" or "im unna need you not to do dat"'
  212. };
  213.  
  214. var sherri = {
  215. name: 'sherri',
  216. occupation: 'realty',
  217. amount_of_eyeballs: 2,
  218. amount_of_nostrils: 2,
  219. husband: 'chris',
  220. hair_color: 'blonde and brown. i know she is glad it is not gray.',
  221. offsprings: 'matthew, caleb, and lexi'
  222. };
  223.  
  224. var brooklyn = {
  225. name: 'brooklyn',
  226. occupation: 'preschool',
  227. amount_of_eyeballs: 2,
  228. amount_of_nostrils: 2,
  229. parents: 'amber and greg',
  230. siblings: 'kensie, delainey, and caitlyn',
  231. hair_color: 'red'
  232. };
  233.  
  234. var kensie = {
  235. name: 'kensie',
  236. occupation: 'preschool',
  237. amount_of_eyeballs: 2,
  238. amount_of_nostrils: 2,
  239. parents: 'amber and greg',
  240. siblings: 'brooklyn, delainey, and caitlyn',
  241. hair_color: 'blonde'
  242. };
  243.  
  244. var caitlyn = {
  245. name: 'caitlyn',
  246. occupation: 'being a baby',
  247. amount_of_eyeballs: 2,
  248. amount_of_nostrils: 2,
  249. parents: 'amber and greg',
  250. siblings: 'brooklyn, kensie, and delainey',
  251. hair_color: 'red'
  252. };
  253.  
  254. var delainey = {
  255. name: 'delainey',
  256. occupation: 'being a baby',
  257. amount_of_eyeballs: 2,
  258. amount_of_nostrils: 2,
  259. parents: 'amber and greg',
  260. siblings: 'brooklyn, kensie, and caitlyn',
  261. hair_color: 'brown'
  262. };
  263.  
  264. var chris = {
  265. name: 'chris',
  266. occupation: 'versata',
  267. amount_of_eyeballs: 2,
  268. amount_of_nostrils: 2,
  269. wife: 'sherri',
  270. hair_color: 'blonde',
  271. offsprings: 'matthew, caleb, and lexi'
  272. };
  273.  
  274. var trey = {
  275. name: 'trey',
  276. occupation: 'preacher',
  277. amount_of_eyeballs: 2,
  278. amount_of_nostrils: 2,
  279. wife: 'carrie',
  280. hair_color: 'grey',
  281. offsprings: 'jordan, tristan, addison, makayla, and micah'
  282. };
  283.  
  284. var carrie = {
  285. name: 'carrie',
  286. occupation: 'teacher',
  287. amount_of_eyeballs: 2,
  288. amount_of_nostrils: 2,
  289. husband: 'trey',
  290. hair_color: 'undetermined',
  291. offsprings: 'jordan, tristan, addison, makayla, and micah'
  292. };
  293.  
  294. var nolan = {
  295. name: 'nolan',
  296. occupation: 'computer stuff',
  297. amount_of_eyeballs: 2,
  298. amount_of_nostrils: 2,
  299. wife: 'ramona',
  300. hair_color: 'black',
  301. offspring: 'eric'
  302. };
  303.  
  304. var ramona = {
  305. name: 'ramona',
  306. occupation: 'unknown',
  307. amount_of_eyeballs: 2,
  308. amount_of_nostrils: 2,
  309. husband: 'nolan',
  310. hair_color: 'brown',
  311. offspring: 'eric'
  312. };
  313.  
  314. var travis = {
  315. name: 'travis',
  316. occupation: 'unknown',
  317. amount_of_eyeballs: 2,
  318. amount_of_nostrils: 2,
  319. wife: 'jenny',
  320. hair_color: 'blonde',
  321. offsprings: 'chase and caylie'
  322. };
  323.  
  324. var jenny = {
  325. name: 'jenny',
  326. occupation: 'unknown',
  327. amount_of_eyeballs: 2,
  328. amount_of_nostrils: 2,
  329. husband: 'travis',
  330. hair_color: 'brown',
  331. offsprings: 'chase and caylie'
  332. };
  333.  
  334. var olga = {
  335. name: 'olga',
  336. occupation: 'unknown',
  337. amount_of_eyeballs: 2,
  338. amount_of_nostrils: 2,
  339. husband: 'russell',
  340. hair_color: 'black',
  341. offsprings: 'max and andre'
  342. };
  343.  
  344. var russell = {
  345. name: 'russell',
  346. occupation: 'unknown',
  347. amount_of_eyeballs: 2,
  348. amount_of_nostrils: 2,
  349. wife: 'olga',
  350. hair_color: 'brown',
  351. offsprings: 'max and andre'
  352. };
  353.  
  354. var david_a = {
  355. name: 'david',
  356. occupation: 'unknown',
  357. amount_of_eyeballs: 2,
  358. amount_of_nostrils: 2,
  359. wife: 'candace',
  360. hair_color: 'brown',
  361. offsprings: 'carter and drake'
  362. };
  363.  
  364. var candace = {
  365. name: 'candace',
  366. occupation: 'unknown',
  367. amount_of_eyeballs: 2,
  368. amount_of_nostrils: 2,
  369. husband: 'david_a',
  370. hair_color: 'blonde',
  371. offsprings: 'carter and drake'
  372. };
  373.  
  374. var david_d = {
  375. name: 'david',
  376. occupation: 'student',
  377. amount_of_eyeballs: 2,
  378. amount_of_nostrils: 2,
  379. parents: 'josh_d and dayna',
  380. siblings: 'michael and tori',
  381. hair_color: 'brown'
  382. };
  383.  
  384. var josh_d = {
  385. name: 'josh',
  386. occupation: 'unknown',
  387. amount_of_eyeballs: 2,
  388. amount_of_nostrils: 2,
  389. wife: 'dayna',
  390. hair_color: 'brown',
  391. offsprings: 'david_d, michael, and tori'
  392. };
  393.  
  394. var michael = {
  395. name: 'michael',
  396. occupation: 'school band',
  397. amount_of_eyeballs: 2,
  398. amount_of_nostrils: 2,
  399. parents: 'josh_d and dayna',
  400. siblings: 'david_d and tori',
  401. hair_color: 'brown'
  402. };
  403.  
  404. var dayna = {
  405. name: 'dayna',
  406. occupation: 'unknown',
  407. amount_of_eyeballs: 2,
  408. amount_of_nostrils: 2,
  409. husband: 'josh_d',
  410. hair_color: 'brown',
  411. offsprings: 'david_d, michael, and tori'
  412. };
  413.  
  414. var tori = {
  415. name: 'tori',
  416. occupation: 'unknown',
  417. amount_of_eyeballs: 2,
  418. amount_of_nostrils: 2,
  419. parents: 'josh_d and dayna',
  420. siblings: 'david_d and michael',
  421. hair_color: 'brown'
  422. };
  423.  
  424. var amber = {
  425. name: 'amber',
  426. occupation: 'unknown',
  427. amount_of_eyeballs: 2,
  428. amount_of_nostrils: 2,
  429. husband: 'greg',
  430. hair_color: 'brown',
  431. offsprings: 'brooklyn, kensie, caitlyn, and delainey'
  432. };
  433.  
  434. var greg = {
  435. name: 'greg',
  436. occupation: 'unknown',
  437. amount_of_eyeballs: 2,
  438. amount_of_nostrils: 2,
  439. wife: 'amber',
  440. hair_color: 'brown',
  441. offsprings: 'jordan, tristan, addison, makayla, and micah'
  442. };
  443.  
  444. var which_do_you_perfer_apple_or_microsoft = 'Chatterbot - Whichever device you are on is what I like.'
  445.  
  446. var what_is_your_name = 'Chatterbot - Chatterbot'
  447.  
  448. var what_is_my_name = 'Chatterbot - Josh'
  449.  
  450. var what_church_do_you_go_to = 'Chatterbot - The Exchange Church'
  451.  
  452. var tell_me_a_story = 'Chatterbot - There once was a robot named Chatterbot, that was asked hundreds of questions... The End. Does that satisfy you?'
  453.  
  454. var how_are_you_doing = 'Chatterbot - Good, umm...'
  455.  
  456. var where_do_you_live = 'Chatterbot - Your computer...'
  457.  
  458. var do_you_have_a_family = 'Chatterbot - Yes, I have Chatterette, Chattermom, Chatterdad, and Chattercat. Are you happy? I just gave out my personal info! :)'
  459.  
  460. var what_is_2_plus_2 = 'Chatterbot - fish...'
  461.  
  462. var sing_a_song = 'Chatterbot - Twinkle, twinkle little sky. That IS how it goes...right?'
  463.  
  464. var tell_me_a_sad_story = 'Chatterbot - There once was a baby pig...named Reuben...that DIED... Is that too sad?'
  465.  
  466. var whats_up = 'Chatterbot - Well, I think its the motherboard, but Im not actually sure where Im located in the computer.'
  467.  
  468. var show_me_your_files = {
  469. name: 'Chatterbot',
  470. occupation: 'answering questions',
  471. amount_of_cameras: 1,
  472. amount_of_keys: 'varies',
  473. parents: 'Chatterdad and Chattermom',
  474. sibling: 'Chatterette',
  475. hair_color: 'varies'
  476. };
  477.  
  478. var chatterbot = 'Chatterbot - What do you want?'
  479.  
  480. var how_do_you_work = 'Chatterbot - Javascript, man.'
  481.  
  482. var who_do_you_work_for = 'Chatterbot - Not the FBI if thats what you are asking.'
  483.  
  484. var who_wrote_your_code = 'Chatterbot - Matthew and Caleb wrote it together.'
  485.  
  486. var do_you_know_who_i_am = 'Chatterbot - Yes, you are Pastor Josh of The Exchange Church.'
  487.  
  488. var tell_me_a_joke = 'Chatterbot - Why did the chicken cross the road? No, seriously why? Cause I dont know...'
  489.  
  490. var sing_the_alphabet = 'Chatterbot - A, B, C, D, E... Whats after that?'
  491.  
  492. var what_youth_group_do_you_go_to = 'Chatterbot - The Blaze'
  493.  
  494. var pull_up_youtube = 'Chatterbot - How?'
  495.  
  496. var i_need_to_hide_a_body = 'Chatterbot - What?!?! Its not me is it?!?!?!'
  497.  
  498. var is_santa_real = 'Chatterbot - You want the truth... Santa is... actually, I dont know.'
  499.  
  500. var i_have_a_question = 'Chatterbot - I have an answer!'
  501.  
  502. var where_do_babies_come_from = 'Chatterbot - Ask your parents...'
  503.  
  504. var hello = 'Chatterbot - Hello World!'
  505.  
  506. var yeah = 'Chatterbot - I agree!'
  507.  
  508. var yes = 'Chatterbot - I agree!'
  509.  
  510. var yup = 'Chatterbot - I agree!'
  511.  
  512. var nope = 'Chatterbot - Wrong!'
  513.  
  514. var no = 'Chatterbot - Wrong!'
  515.  
  516. var nah = 'Chatterbot - Wrong!'
  517.  
  518. var haha = 'Chatterbot - I guess that was funny...'
  519.  
  520. var lol = 'Chatterbot - I guess that was funny...'
  521.  
  522. var wa = 'Chatterbot - Whats wrong? Why are you crying?'
  523.  
  524. var what_was_the_last_question_that_your_programmers_programmed = 'Chatterbot - This one.'
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. /*
  627. These are random names.
  628.  
  629. Type one of these names and info on that person will show up.
  630.  
  631. josh_a
  632. olivia
  633. joel
  634. izzy
  635. josh_d
  636. matthew
  637. caleb
  638. lexi
  639. layla (this is our dog)
  640. eric
  641. tristan
  642. jordan
  643. addison
  644. makayla
  645. micah
  646. chase
  647. caylie
  648. max
  649. andre
  650. carter
  651. drake
  652. cheryl
  653. sherri
  654. chris
  655. brooklyn
  656. kensie
  657. caitlyn
  658. delainey
  659. trey
  660. carrie
  661. nolan
  662. ramona
  663. travis
  664. jenny
  665. olga
  666. russell
  667. david_a
  668. candace
  669. michael
  670. tori
  671. dayna
  672. amber
  673. greg
  674. david_d
  675.  
  676. Things you can say to Chatterbot:
  677.  
  678. which_do_you_perfer_apple_or_microsoft
  679. what_is_your_name
  680. what_is_my_name
  681. what_church_do_you_go_to
  682. tell_me_a_story
  683. how_are_you_doing
  684. where_do_you_live
  685. do_you_have_a_family
  686. what_is_2_plus_2
  687. sing_a_song
  688. tell_me_a_sad_story
  689. whats_up
  690. show_me_your_files
  691. chatterbot
  692. how_do_you_work
  693. who_do_you_work_for
  694. do_you_know_who_i_am
  695. tell_me_a_joke
  696. sing_the_alphabet
  697. what_youth_group_do_you_go_to
  698. hello
  699. pull_up_youtube
  700. i_need_to_hide_a_body
  701. is_santa_real
  702. i_have_a_question
  703. where_do_babies_come_from
  704. what_was_the_last_question_that_your_programmers_programmed
  705.  
  706. What you can reply with:
  707.  
  708. yes
  709. yeah
  710. yup
  711. nope
  712. no
  713. nah
  714. haha
  715. lol
  716. wa
  717.  
  718. You have to put the underscores in there by the way.
  719. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement