boylove 2.2 KB

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