123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- # boylove
- if $ARGS[0] = 'haer':
- if haerBoyA ! hcol:
- bfA = bfA - 1
- if haerBoyA = 0:'<<$boyA>> says that you are very beautiful, although he likes brunettes.'
- if haerBoyA = 1:'<<$boyA>> says that you are very beautiful, although he likes the brown-haired.'
- if haerBoyA = 2:'<<$boyA>> says that you are very beautiful, although he likes red.'
- if haerBoyA = 3:'<<$boyA>> says that you are very beautiful, although he likes blondes.'
- end
- if haerBoyA = hcol:
- set bfA += 1
- '<<$boyA>> says that you have beautiful hair.'
- end
- end
- if $ARGS[0] = 'figure':
- if figurBoyA = 0:
- if bedra < 80:
- set bfA += 1
- '<<$boyA>> tells you that you have a perfect figure.'
- end
- if bedra >= 80:
- set bfA -= 1
- '<<$boyA>> says that you love him despite the fact that he always met with skinny.'
- end
- end
- if figurBoyA = 1:
- if bedra > 80 and bedra < 100:
- set bfA += 1
- '<<$boyA>> tells you that you have a perfect figure.'
- end
- if bedra <= 80:
- set bfA -= 1
- '<<$boyA>> asks whether you have anorexia.'
- end
- if bedra >= 100:
- set bfA -= 1
- '<<$boyA>> asks whether you are going on a diet.'
- end
- end
- if figurBoyA = 2:
- if bedra >= 100:
- set bfA += 1
- '<<$boyA>> tells you that you have a perfect figure.'
- end
- if bedra < 100:
- set bfA -= 1
- '<<$boyA>> says that you are beautiful, but the woman should be in the body.'
- end
- end
- end
- if $ARGS[0] = 'tits':
- !!titBoyA
- if titBoyA = 0:
- if tits < 3:
- set bfA += 1
- '<<$boyA>> tells you that you have beautiful breasts.'
- end
- if tits >= 3:
- set bfA -= 1
- '<<$boyA>> says that you love him despite the fact that he prefers small breasts.'
- end
- end
- if titBoyA = 1:
- if tits >= 3 and tits <= 4:
- set bfA += 1
- '<<$boyA>> tells you that you have perfect breasts.'
- end
- if tits < 3:
- set bfA -= 1
- '<<$boyA>> says that you are beautiful, though small breasts.'
- end
- if tits > 4:
- set bfA -= 1
- '<<$boyA>> says that you have a really huge breasts.'
- end
- end
- if titBoyA = 2:
- if tits > 4:
- set bfA += 1
- '<<$boyA>> tells you that you have a great chest.'
- end
- if tits <= 4:
- set bfA -= 1
- '<<$boyA>> says that you are beautiful, though small breasts.'
- end
- end
- end
- --- boylove ---------------------------------
|