|
@@ -144,7 +144,7 @@ if $ARGS[0] = 'chat':
|
|
|
if OluQW['sex'] = 1 and OluQW['tell'] = 0:
|
|
|
act 'Tell her about Olu': gt 'anushkachat', 'tell_about_olu'
|
|
|
end
|
|
|
- if OluQW['tell'] = 1 and OluQW['nush_inv'] = 0:
|
|
|
+ if OluQW['tell'] = 1 and OluQW['nush_inv'] = 0 and npc_sex['A144'] > 0:
|
|
|
act 'Invite to see Olu': gt 'anushkachat', 'invite_olu'
|
|
|
end
|
|
|
if npc_sex['A82'] > 0 and DjibrilQW['invite'] = 0 and DjibrilQW['tell'] = 0:
|
|
@@ -154,13 +154,13 @@ if $ARGS[0] = 'chat':
|
|
|
act 'Tell her about Djibril': gt 'anushkachat', 'tell_about_djibril1'
|
|
|
end
|
|
|
end
|
|
|
- if DjibrilQW['tell'] = 1 and DjibrilQW['nush_inv'] = 0:
|
|
|
+ if DjibrilQW['tell'] = 1 and DjibrilQW['nush_inv'] = 0 and npc_sex['A144'] > 0:
|
|
|
act 'Invite to see Djibril': gt 'anushkachat', 'invite_djibril'
|
|
|
end
|
|
|
if DjibrilQW['nush_inv'] = 1 and DjibrilQW['tell'] = 1 and DjibrilQW['african_gangbang'] = 1:
|
|
|
act 'Tell her about Djibril gangbang': gt 'anushkachat', 'tell_about_djibril_gangbang'
|
|
|
end
|
|
|
- if DjibrilQW['tell'] = 2 and DjibrilQW['nush_inv'] < 2:
|
|
|
+ if DjibrilQW['tell'] = 2 and DjibrilQW['nush_inv'] < 2 and npc_sex['A144'] > 0:
|
|
|
act 'Invite to Djibril gangbang': gt 'anushkachat', 'invite_djibril_gangbang'
|
|
|
end
|
|
|
if anushkaQW['dolls'] < 2:
|
|
@@ -353,8 +353,10 @@ if $ARGS[0] = 'chat':
|
|
|
'The way she says it makes you blush. She leaves no doubt about what she means and she makes it sound so dirty while being exciting at the same time.'
|
|
|
act 'Maybe':
|
|
|
*clr & cla
|
|
|
- minut += 5
|
|
|
+ minut += 4
|
|
|
anushkaQW['sveta_love'] += 1
|
|
|
+ if anushkaQW['kiss_day'] ! daystart: anushkaQW['kiss_day'] = daystart & anushkaQW['kiss'] += 1
|
|
|
+ gs 'arousal', 'kiss', 1, 'lesbian'
|
|
|
gs 'npc_relationship', 'modify', 'A144', 'like'
|
|
|
'<center><h4><font color="maroon">Anushka''s Room</font></h4></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/bedroom/brtkiss.jpg"></center>'
|
|
@@ -429,12 +431,13 @@ if $ARGS[0] = 'chat':
|
|
|
end
|
|
|
end
|
|
|
gs 'willpower', 'misc', 'self', 'easy'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
+ if will_cost <= pcs_willpwr and anushkaQW['kiss_day'] ! daystart:
|
|
|
act 'Kiss her (<<will_cost>> Willpower)':
|
|
|
*clr & cla
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
|
! Initialize the kiss counter
|
|
|
+ anushkaQW['kiss_day'] = daystart
|
|
|
if anushkaQW['kiss'] <= 0:
|
|
|
anushkaQW['kiss'] = 1
|
|
|
else
|
|
@@ -444,7 +447,7 @@ if $ARGS[0] = 'chat':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/bedroom/brtkiss.jpg"></center>'
|
|
|
if pcs_hotcat >= 6:
|
|
|
'You look at her as you sit side by side. Maybe for too long, or maybe she just senses it, since she turns her head to look at you. Her face is not that far from yours and you can''t help it; she''s so damn pretty! You lean over to give her a kiss, a kiss she fully returns. The two of you kiss for a bit, but you are not sure she wants to do more yet or not. Perhaps you should press on or maybe you should wait and try some other time for more.'
|
|
|
- gs 'arousal', 'foreplay', 1, 'lesbian'
|
|
|
+ gs 'arousal', 'kiss', 1, 'lesbian'
|
|
|
gs 'stat'
|
|
|
act 'Stop kissing and talk more': gt 'anushkachat', 'chat'
|
|
|
! We can only go further when kissing occured > 5 times
|
|
@@ -680,7 +683,7 @@ if $ARGS[0] = 'boyfriend_chat':
|
|
|
act 'Niko':
|
|
|
cla
|
|
|
'"Niko," you tell her.'
|
|
|
- 'She looks at you, concerned. "<<$pcs_nickname>>, he''s bad news and I don''t mean in the ''fun bad boy'' sort of way. I mean he isn''t what he seems." Noticing your facial expression from bad mouthing your boyfriend, she holds up her hand. "Hey, it''s your life so do what you want. Just... just be careful with him.'
|
|
|
+ 'She looks at you, concerned. "<<$pcs_nickname>>, he''s bad news and I don''t mean in the ''fun bad boy'' sort of way. I mean he isn''t what he seems." Noticing your facial expression from bad mouthing your boyfriend, she holds up her hand. "Hey, it''s your life so do what you want. Just... just be careful with him."'
|
|
|
act 'Stop talking': gt 'anush_bedroom','anushroom'
|
|
|
act 'Keep talking': gt 'anushkachat', 'chat'
|
|
|
end
|
|
@@ -698,7 +701,7 @@ if $ARGS[0] = 'boyfriend_chat':
|
|
|
act 'Stop talking': gt 'anush_bedroom','anushroom'
|
|
|
act 'Keep talking': gt 'anushkachat', 'chat'
|
|
|
else
|
|
|
- if pcs_hotcat >= 6:
|
|
|
+ if pcs_hotcat >= 6 and npc_sex['A144'] > 0:
|
|
|
'"Fedor," you tell her.'
|
|
|
'She arches a slender brow. "Fedor? Really? Come on now, if you were going to date a jock why not go for one of the better athletes like Lazar or Ivan? I mean <b>Fedor</b>? He''s like an Ivan-lite," she says with a giggle.'
|
|
|
'You''re mad at her for talking smack about your boyfriend, but she can''t keep a straight face and you realize that she''s just yanking your chain. "Yeah, I like him. He''s sweet."'
|
|
@@ -766,7 +769,7 @@ if $ARGS[0] = 'boyfriend_chat':
|
|
|
if artemQW['bf'] = 1:
|
|
|
act 'Artem':
|
|
|
cla
|
|
|
- if pcs_hotcat >= 6:
|
|
|
+ if pcs_hotcat >= 6 and npc_sex['A144'] > 0:
|
|
|
'"Artem," you tell her.'
|
|
|
'She arches a slender brow. "Artem? The nerd?" She seems to consider it for a moment. "Well, I guess he is kind of cute and I bet you have him totally pussy whipped to do whatever you want. Yeah okay, I can see the appeal," she says with a giggle.'
|
|
|
'You shake your head at her comment. "He''s sweet and really nice to me."'
|
|
@@ -958,7 +961,7 @@ if $ARGS[0] = 'tell_about_olu':
|
|
|
if npc_sex['A82'] > 0 and DjibrilQW['nush_inv'] = 0:
|
|
|
act 'Tell her about Djibril': gt 'anushkachat', 'tell_about_djibril'
|
|
|
end
|
|
|
- act 'Ask her if she wants join in': gt 'anushkachat', 'invite_olu'
|
|
|
+ if npc_sex['A144'] > 0: act 'Ask her if she wants join in': gt 'anushkachat', 'invite_olu'
|
|
|
act 'Tell her about your experiences with Olu':
|
|
|
*clr & cla
|
|
|
minut += 30
|
|
@@ -1026,7 +1029,7 @@ if $ARGS[0] = 'tell_about_djibril':
|
|
|
'You get into some pretty graphic details as you tell your story and are feeling more than a little turned on; by the looks of things, she is as well. Maybe you could invite her to come with you to his dorm room one time?'
|
|
|
act 'Hang out in her room': gt 'anush_bedroom','anushroom'
|
|
|
act 'Talk about something else': gt 'anushkachat', 'chat'
|
|
|
- if DjibrilQW['nush_inv'] = 0:
|
|
|
+ if DjibrilQW['nush_inv'] = 0 and npc_sex['A144'] > 0:
|
|
|
act 'Ask her if she wants join in': gt 'anushkachat', 'invite_djibril'
|
|
|
end
|
|
|
end
|
|
@@ -1086,7 +1089,7 @@ if $ARGS[0] = 'tell_about_djibril1':
|
|
|
'You get into some pretty graphic details as you tell your story and are feeling more than a little turned on; by the looks of things, she is as well. Maybe you could invite her to come with you to his dorm room one time?'
|
|
|
act 'Hang out in her room': gt 'anush_bedroom','anushroom'
|
|
|
act 'Talk about something else': gt 'anushkachat', 'chat'
|
|
|
- if DjibrilQW['nush_inv'] = 0:
|
|
|
+ if DjibrilQW['nush_inv'] = 0 and npc_sex['A144'] > 0:
|
|
|
act 'Ask her if she wants join in': gt 'anushkachat', 'invite_djibril'
|
|
|
end
|
|
|
end
|
|
@@ -1152,7 +1155,7 @@ if $ARGS[0] = 'tell_about_djibril_gangbang':
|
|
|
'You get into some pretty graphic details as you tell your story and are feeling more than a little turned on; by the looks of things, she is as well. Maybe you could invite her to join in next time?'
|
|
|
act 'Hang out in her room': gt 'anush_bedroom','anushroom'
|
|
|
act 'Talk about something else': gt 'anushkachat', 'chat'
|
|
|
- act 'Ask her if she wants join in': gt 'anushkachat', 'invite_djibril_gangbang'
|
|
|
+ if npc_sex['A144'] > 0: act 'Ask her if she wants join in': gt 'anushkachat', 'invite_djibril_gangbang'
|
|
|
end
|
|
|
end
|
|
|
|