placer_man.qsrc 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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) < pcs_apprnc 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 pav_slut >= 50 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 pcs_makeup = 4:slut_vid += 1
  31. if pirsA > 0 and pirsA < 1000:slut_vid += 1
  32. if pirsB > 0 and pirsB < 1000:slut_vid += 1
  33. !!if tits > 2:end
  34. !!if pcs_hips-pcs_waist > 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. else
  49. $text_znak = 'Hey ladies!'
  50. end
  51. elseif Frend_num = 0:
  52. if know_gor_slut = 1:
  53. if kol_man = 1:
  54. $text_znak = ' The guy grins, he recognizes who you are.'
  55. elseif kol_man > 1:
  56. $text_znak = ' The guys whisper to one another: "Look guys, it''s <<$pcs_nickname>>. She''s a pretty big <<$gnikname>>, from what I heard."'
  57. end
  58. end
  59. else
  60. $text_znak = 'Hey girl!'
  61. if know_status = 2:$text_znak = 'Hi honey!'
  62. end
  63. if PCloStyle = 4:
  64. randtext = rand(0, 5)
  65. if randtext = 0:$txt_a = 'Nice clothes, slut!'
  66. if randtext = 1:$txt_a = 'Hey, slut!'
  67. if randtext = 2:$txt_a = 'Hey, whore!'
  68. if randtext = 3:$txt_a = 'Hey girl!'
  69. if randtext = 4:$txt_a = 'Aren''t you a whore?'
  70. if randtext = 5:$txt_a = 'Oh, a prostitute!'
  71. randtext2 = rand(0, 5)
  72. if randtext2 = 0:$txt_b = 'How much for a blowjob?'
  73. if randtext2 = 1:$txt_b = 'Didn''t I see you at the brothel the other day?'
  74. if randtext2 = 2:$txt_b = 'I''m saving up for you, babe!'
  75. if randtext2 = 3:$txt_b = 'Nice rack!'
  76. if randtext2 = 4:$txt_b = 'Is this where you usually work?'
  77. if randtext2 = 5:$txt_b = 'I''d like to see you work that mouth.'
  78. $text_znak = '<<$txt_a>> <<$txt_b>>'
  79. end
  80. end
  81. --- placer_man ---------------------------------