1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- # anfisa
- *P 'cumface'
- $boy = 'Anfisa'
- dick = 10
- anfisaday = daystart
- if anfisa['horny'] < 70:
- '<center><b><font color="maroon">Anfisa</font></b></center>'
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/anfisa'+rand(1,3)+'.jpg"></center>'
- func('anfisa_strings', 1)
- else
- '<center><b><font color="maroon">Anfisa</font></b></center>'
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/anfisa'+rand(4,6)+'.jpg"></center>'
- func('anfisa_strings', 2)
- end
- !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)
- if bratva['madam'] = 1 : act'Offer to have sex with the company of these brutal men': gt 'bratva_madam','eventmadam2'
- if cumface > 0:
- if shameless['flag'] < 2:
- func('anfisa_strings', 3)
- elseif shameless['flag'] < 1:
- func('anfisa_strings', 4)
- else
- func('anfisa_strings', 5)
- end
- if shameless['flag'] < 1: act 'Run away': gt 'Nudelake'
- end
- act 'Further':
- *clr & cla
- if anfisa['horny'] < 70:
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
- func('anfisa_strings', 6)
- if pcs_horny >= 50 and (anfisa['sex'] > 0 or shameless['flag'] > 2):
- act 'Flirt':
- *clr & cla
- minut += 10
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/kiss'+rand(4,5)+'.jpg"></center>'
- func('anfisa_strings', 7)
- act 'Further': gt 'anfisa_events','kiss2'
- end
- end
- act 'Chat': gt 'anfisa_events','talk'
- else
- if pcs_horny < 50:
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
- func('anfisa_strings', 8)
- elseif pcs_horny < 70:
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
- func('anfisa_strings', 9)
- elseif pcs_horny < 90:
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk7.jpg"></center>'
- func('anfisa_strings', 10)
- end
- if pcs_horny < 90:
- act 'Drink wine':
- *clr & cla
- minut += 30
- alko += 3
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk'+rand(10,12)+'.jpg"></center>'
- func('anfisa_strings', 11)
- if pcs_horny < 70 or shameless['flag'] < 1:
- act 'Remove hand':
- *clr & cla
- if lesbian = 0:
- If pcs_horny < 70:
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk2.jpg"></center>'
- func('anfisa_strings', 12)
- else
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk2.jpg"></center>'
- func('anfisa_strings', 13)
- end
- else
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/talk2.jpg"></center>'
- func('anfisa_strings', 14)
- end
- end
- end
- act 'Kiss':
- *clr & cla
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/kiss'+rand(1,3)+'.jpg"></center>'
- func('anfisa_strings', 15)
- act 'Further': gt 'anfisa_events','kiss'
- end
- end
- else
- act 'Embrace':
- *clr & cla
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/Bratva/locations/city/south/lake/anfisa/tits5.jpg"></center>'
- func('anfisa_strings', 16)
- act 'Further':gt 'anfisa_events','kiss'+iif(pcs_horny < anfisa['horny'],'',2)
- end
- end
- end
- end
- --- anfisa ---------------------------------
|