anfisa.qsrc 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # anfisa
  2. *P 'cumface'
  3. $boy = 'Anfisa'
  4. dick = 10
  5. anfisaday = daystart
  6. if anfisa['horny'] < 70:
  7. '<center><b><font color="maroon">Anfisa</font></b></center>'
  8. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/anfisa'+rand(1,3)+'.jpg"></center>'
  9. func('anfisa_strings', 1)
  10. else
  11. '<center><b><font color="maroon">Anfisa</font></b></center>'
  12. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/anfisa'+rand(4,6)+'.jpg"></center>'
  13. func('anfisa_strings', 2)
  14. end
  15. !The conditions for starting an event with Anfisa in the Madame thread (you need to add the condition of dating that Sveta is familiar with Anfisa I did not find)
  16. if bratva['madam'] = 1 : act'Offer to have sex with the company of these brutal men': gt 'bratva_madam','eventmadam2'
  17. if cumface > 0:
  18. if shameless['flag'] < 2:
  19. func('anfisa_strings', 3)
  20. elseif shameless['flag'] < 1:
  21. func('anfisa_strings', 4)
  22. else
  23. func('anfisa_strings', 5)
  24. end
  25. if shameless['flag'] < 1: act 'Run away': gt 'Nudelake'
  26. end
  27. act 'Further':
  28. *clr & cla
  29. if anfisa['horny'] < 70:
  30. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
  31. func('anfisa_strings', 6)
  32. if pcs_horny >= 50 and (anfisa['sex'] > 0 or shameless['flag'] > 2):
  33. act 'Flirt':
  34. *clr & cla
  35. minut += 10
  36. gs 'stat'
  37. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/kiss'+rand(4,5)+'.jpg"></center>'
  38. func('anfisa_strings', 7)
  39. act 'Further': gt 'anfisa_events','kiss2'
  40. end
  41. end
  42. act 'Chat': gt 'anfisa_events','talk'
  43. else
  44. if pcs_horny < 50:
  45. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
  46. func('anfisa_strings', 8)
  47. elseif pcs_horny < 70:
  48. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
  49. func('anfisa_strings', 9)
  50. elseif pcs_horny < 90:
  51. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
  52. func('anfisa_strings', 10)
  53. end
  54. if pcs_horny < 90:
  55. act 'Drink wine':
  56. *clr & cla
  57. minut += 30
  58. alko += 3
  59. gs 'stat'
  60. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk'+rand(10,12)+'.jpg"></center>'
  61. func('anfisa_strings', 11)
  62. if pcs_horny < 70 or shameless['flag'] < 1:
  63. act 'Remove hand':
  64. *clr & cla
  65. if lesbian = 0:
  66. If pcs_horny < 70:
  67. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk2.jpg"></center>'
  68. func('anfisa_strings', 12)
  69. else
  70. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk2.jpg"></center>'
  71. func('anfisa_strings', 13)
  72. end
  73. else
  74. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk2.jpg"></center>'
  75. func('anfisa_strings', 14)
  76. end
  77. end
  78. end
  79. act 'Kiss':
  80. *clr & cla
  81. gs 'stat'
  82. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/kiss'+rand(1,3)+'.jpg"></center>'
  83. func('anfisa_strings', 15)
  84. act 'Further': gt 'anfisa_events','kiss'
  85. end
  86. end
  87. else
  88. act 'Embrace':
  89. *clr & cla
  90. gs 'stat'
  91. '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/tits5.jpg"></center>'
  92. func('anfisa_strings', 16)
  93. act 'Further':gt 'anfisa_events','kiss'+iif(pcs_horny < anfisa['horny'],'',2)
  94. end
  95. end
  96. end
  97. end
  98. --- anfisa ---------------------------------