placer_man 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # placer_man
  2. if mass_ver_zn > 0:
  3. !!calculation of the probability of dating
  4. ver_zn = 0
  5. !guy check to ensure you have some sexual experience
  6. if rand(0, 30) < vnesh and rand(0, 1) = 0 and guy > 0:
  7. ver_zn = 1
  8. if kol_man = 1:
  9. $kol_man_text = 'guy' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'he'
  10. elseif kol_man = 2:
  11. $kol_man_text = 'two guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
  12. elseif kol_man = 3:
  13. $kol_man_text = 'three guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
  14. elseif kol_man = 4:
  15. $kol_man_text = 'four guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
  16. elseif kol_man = 5:
  17. $kol_man_text = 'five guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
  18. elseif kol_man = 6:
  19. $kol_man_text = 'six guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
  20. end
  21. $text_znak = ''
  22. !!iconic moments
  23. if GorSlut > 0 and know_gor_slut = 0:
  24. if know_status = 1:knowrand = rand(0, 1)
  25. if know_status = 2:knowrand = rand(0, 4)
  26. if knowrand = 0:know_gor_slut = 1
  27. end
  28. if Frend_num = 0:
  29. slut_vid = 0
  30. if mop = 4:slut_vid += 1
  31. if pirsA > 0:slut_vid += 1
  32. if pirsB > 0:slut_vid += 1
  33. !!if tits > 2:end
  34. !!if bedra-talia > 30:end
  35. !!if glamur > 0 or ski > 0:end
  36. !!if sport > 0:end
  37. $txt_a= 'Hello there,'
  38. $txt_b= 'beautiful!'
  39. if know_status = 2:
  40. textrand = rand(0, 1)
  41. if textrand = 0:$txt_a = 'Hi'
  42. if textrand = 1:$txt_a = 'Hey,'
  43. textrand2 = rand(0, 1)
  44. if textrand2 = 0:$txt_b = 'gorgeous!'
  45. if textrand2 = 1:$txt_b = 'cutie!'
  46. end
  47. $text_znak = '<<$txt_a>> <<$txt_b>>'
  48. end
  49. elseif Frend_num = 0:
  50. if know_gor_slut = 1:
  51. if kol_man = 1:
  52. $text_znak = ' The guy grins, he recognizes who you are.'
  53. elseif kol_man > 1:
  54. $text_znak = ' The guys whisper to one another: "Look guys, it''s <<$name>>. She''s a pretty big <<$gnikname>>, from what I heard."'
  55. end
  56. end
  57. else
  58. $text_znak = 'Hey girl!'
  59. if know_status = 2:$text_znak = 'Hi honey!'
  60. end
  61. if $clothingworntype = 'naughty' and PCloQuality < 4:
  62. randtext = rand(0, 5)
  63. if randtext = 0:$txt_a = 'Nice clothes, slut!'
  64. if randtext = 1:$txt_a = 'Hey, slut!'
  65. if randtext = 2:$txt_a = 'Hey, whore!'
  66. if randtext = 3:$txt_a = 'Hey girl!'
  67. if randtext = 4:$txt_a = 'Aren''t you a whore?'
  68. if randtext = 5:$txt_a = 'Oh, a prostitute!'
  69. randtext2 = rand(0, 5)
  70. if randtext2 = 0:$txt_b = 'How much for a blowjob?'
  71. if randtext2 = 1:$txt_b = 'Didn''t I see you at the brothel the other day?'
  72. if randtext2 = 2:$txt_b = 'I''m saving up for you, babe!'
  73. if randtext2 = 3:$txt_b = 'Nice rack!'
  74. if randtext2 = 4:$txt_b = 'Is this where you usually work?'
  75. if randtext2 = 5:$txt_b = 'I''d like to see you work that mouth.'
  76. $text_znak = '<<$txt_a>> <<$txt_b>>'
  77. end
  78. end
  79. --- placer_man ---------------------------------