1
0

boylove 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # boylove
  2. if $ARGS[0] = 'haer':
  3. if haerBoyA ! hcol:
  4. bfA -= 1
  5. if haerBoyA = 0:'<<$boyA>> says that you are very beautiful, although he likes brunettes.'
  6. if haerBoyA = 1:'<<$boyA>> says that you are very beautiful, although he likes the brown-haired.'
  7. if haerBoyA = 2:'<<$boyA>> says that you are very beautiful, although he likes red.'
  8. if haerBoyA = 3:'<<$boyA>> says that you are very beautiful, although he likes blondes.'
  9. elseif haerBoyA = hcol:
  10. bfA += 1
  11. '<<$boyA>> says that you have beautiful hair.'
  12. end
  13. end
  14. if $ARGS[0] = 'figure':
  15. if figurBoyA = 0:
  16. if bedra < 80:
  17. bfA += 1
  18. '<<$boyA>> tells you that you have a perfect figure.'
  19. elseif bedra >= 80:
  20. bfA -= 1
  21. '<<$boyA>> says that you love him despite the fact that he always met with skinny.'
  22. end
  23. elseif figurBoyA = 1:
  24. if bedra > 80 and bedra < 100:
  25. bfA += 1
  26. '<<$boyA>> tells you that you have a perfect figure.'
  27. elseif bedra <= 80:
  28. bfA -= 1
  29. '<<$boyA>> asks whether you have anorexia.'
  30. elseif bedra >= 100:
  31. bfA -= 1
  32. '<<$boyA>> asks whether you are going on a diet.'
  33. end
  34. elseif figurBoyA = 2:
  35. if bedra >= 100:
  36. bfA += 1
  37. '<<$boyA>> tells you that you have a perfect figure.'
  38. elseif bedra < 100:
  39. bfA -= 1
  40. '<<$boyA>> says that you are beautiful, but the woman should be in the body.'
  41. end
  42. end
  43. end
  44. if $ARGS[0] = 'tits':
  45. !!titBoyA
  46. if titBoyA = 0:
  47. if tits < 3:
  48. bfA += 1
  49. '<<$boyA>> tells you that you have beautiful breasts.'
  50. elseif tits >= 3:
  51. bfA -= 1
  52. '<<$boyA>> says that you love him despite the fact that he prefers small breasts.'
  53. end
  54. elseif titBoyA = 1:
  55. if tits >= 3 and tits <= 4:
  56. bfA += 1
  57. '<<$boyA>> tells you that you have perfect breasts.'
  58. elseif tits < 3:
  59. bfA -= 1
  60. '<<$boyA>> says that you are beautiful, though small breasts.'
  61. elseif tits > 4:
  62. bfA -= 1
  63. '<<$boyA>> says that you have a really huge breasts.'
  64. end
  65. elseif titBoyA = 2:
  66. if tits > 4:
  67. bfA += 1
  68. '<<$boyA>> tells you that you have a great chest.'
  69. elseif tits <= 4:
  70. bfA -= 1
  71. '<<$boyA>> says that you are beautiful, though small breasts.'
  72. end
  73. end
  74. end
  75. --- boylove ---------------------------------