|
@@ -291,263 +291,261 @@ if $ARGS[0] = '':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if mother_go = 0 or ((week < 6 and (hour >= 17 and hour < 21) or (hour >= 7 and hour < 8)) or (week >= 6 and hour >= 7 and hour < 21)):
|
|
|
- if (week < 6 and (hour >= 16 and hour < 21) or (hour >= 7 and hour < 8)) or (week >= 6 and hour >= 7 and hour < 21):
|
|
|
- ! schedule copied from #family - should be identical.
|
|
|
- act 'Chat':
|
|
|
- *clr & cla
|
|
|
- minut+=rand(10,15)
|
|
|
- gs 'npc_relationship', 'modify', 'A29', 'like'
|
|
|
- gs'stat'
|
|
|
- '<center><b><font color = maroon>Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> Natasha is still quite young and attractive. She''s only <<motherAge>> years. She works at the station cafe.'
|
|
|
- if npc_rel['A29'] < 20: 'Your <<$npc_nickname[''A29'']>> can''t stand you, and she avoids you as much as she can.'
|
|
|
- if npc_rel['A29'] >= 20 and npc_rel['A29'] < 40: 'You and <<$npc_nickname[''A29'']>> have a tense relationship.'
|
|
|
- if npc_rel['A29'] >= 40 and npc_rel['A29'] < 60: 'You have a normal relationship with your <<$npc_nickname[''A29'']>>.'
|
|
|
- if npc_rel['A29'] >= 60 and npc_rel['A29'] < 80: 'You have a good relationship with your <<$npc_nickname[''A29'']>>.'
|
|
|
- if npc_rel['A29'] >= 80: 'You have a great relationship with your <<$npc_nickname[''A29'']>>.'
|
|
|
- act 'Continue': gt 'mother'
|
|
|
- if npc_rel['A29'] < 20:
|
|
|
- dynamic $d_mother[1]
|
|
|
- exit
|
|
|
- elseif npc_rel['A29'] >= 20 and npc_rel['A29']<40:
|
|
|
- dynamic $d_mother[2]
|
|
|
- exit
|
|
|
- elseif npc_rel['A29'] >= 40:
|
|
|
- dynamic $d_mother[3]
|
|
|
- end
|
|
|
+ if momloc = 23:
|
|
|
+ ! schedule copied from #family - should be identical.
|
|
|
+ act 'Chat':
|
|
|
+ *clr & cla
|
|
|
+ minut+=rand(10,15)
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'like'
|
|
|
+ gs'stat'
|
|
|
+ '<center><b><font color = maroon>Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> Natasha is still quite young and attractive. She''s only <<motherAge>> years. She works at the station cafe.'
|
|
|
+ if npc_rel['A29'] < 20: 'Your <<$npc_nickname[''A29'']>> can''t stand you, and she avoids you as much as she can.'
|
|
|
+ if npc_rel['A29'] >= 20 and npc_rel['A29'] < 40: 'You and <<$npc_nickname[''A29'']>> have a tense relationship.'
|
|
|
+ if npc_rel['A29'] >= 40 and npc_rel['A29'] < 60: 'You have a normal relationship with your <<$npc_nickname[''A29'']>>.'
|
|
|
+ if npc_rel['A29'] >= 60 and npc_rel['A29'] < 80: 'You have a good relationship with your <<$npc_nickname[''A29'']>>.'
|
|
|
+ if npc_rel['A29'] >= 80: 'You have a great relationship with your <<$npc_nickname[''A29'']>>.'
|
|
|
+ act 'Continue': gt 'mother'
|
|
|
+ if npc_rel['A29'] < 20:
|
|
|
+ dynamic $d_mother[1]
|
|
|
+ exit
|
|
|
+ elseif npc_rel['A29'] >= 20 and npc_rel['A29']<40:
|
|
|
+ dynamic $d_mother[2]
|
|
|
+ exit
|
|
|
+ elseif npc_rel['A29'] >= 40:
|
|
|
+ dynamic $d_mother[3]
|
|
|
end
|
|
|
+ end
|
|
|
|
|
|
- act 'Ask for some money':
|
|
|
- *clr & cla
|
|
|
- minut += 5
|
|
|
- gs 'stat'
|
|
|
- '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
- 'You ask your <<$npc_nickname[''A29'']>> for some money.'
|
|
|
+ act 'Ask for some money':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You ask your <<$npc_nickname[''A29'']>> for some money.'
|
|
|
|
|
|
- if SchoolAtestat = 0:
|
|
|
- if motherPayDay = daystart:
|
|
|
- 'Your <<$npc_nickname[''A29'']>> frowns: "Again, <<$pcs_nickname>>? Did you forget I already gave you money today? Don''t be greedy!"'
|
|
|
- act 'Continue':gt 'mother'
|
|
|
- else
|
|
|
- !! determines how much Sveta receives depending on relationship and grades
|
|
|
- if npc_rel['A29'] >= 80:
|
|
|
- moneyfrommom90 = 300
|
|
|
- moneyfrommom70 = 150
|
|
|
- elseif npc_rel['A29'] >= 60:
|
|
|
- moneyfrommom90 = 250
|
|
|
- moneyfrommom70 = 100
|
|
|
- elseif npc_rel['A29'] >= 40:
|
|
|
- moneyfrommom90 = 200
|
|
|
- moneyfrommom70 = 50
|
|
|
- end
|
|
|
-
|
|
|
- if npc_rel['A29'] >= 40:
|
|
|
- gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
- motherPayDay = daystart
|
|
|
-
|
|
|
- if pcs_grades >= 90:
|
|
|
- money += moneyfrommom90
|
|
|
- 'Your <<$npc_nickname[''A29'']>> smiles and gives you <<moneyfrommom90>> <b>₽</b>: "Okay <<$pcs_nickname>>, you''ve earned it. I''m glad you''re doing such a good job in school."'
|
|
|
- act 'Thank her':gt 'mother'
|
|
|
- elseif pcs_grades >= 70:
|
|
|
- money += moneyfrommom70
|
|
|
- 'Your <<$npc_nickname[''A29'']>> reluctantly gives you <<moneyfrommom70>> <b>₽</b>: "When you do better in school, I will give you more. In the meantime, this is all you deserve!"'
|
|
|
- act 'Thank her':gt 'mother'
|
|
|
- else
|
|
|
- 'Your <<$npc_nickname[''A29'']>> scoffs, and shakes her head: "Money? No way, <<$pcs_nickname>>. With how poorly you are doing in school, the only thing you deserve is the belt. You can have some money when you improve your grades, until then you get nothing."'
|
|
|
- act 'Continue':gt 'mother'
|
|
|
- end
|
|
|
+ if SchoolAtestat = 0:
|
|
|
+ if motherPayDay = daystart:
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> frowns: "Again, <<$pcs_nickname>>? Did you forget I already gave you money today? Don''t be greedy!"'
|
|
|
+ act 'Continue':gt 'mother'
|
|
|
+ else
|
|
|
+ !! determines how much Sveta receives depending on relationship and grades
|
|
|
+ if npc_rel['A29'] >= 80:
|
|
|
+ moneyfrommom90 = 300
|
|
|
+ moneyfrommom70 = 150
|
|
|
+ elseif npc_rel['A29'] >= 60:
|
|
|
+ moneyfrommom90 = 250
|
|
|
+ moneyfrommom70 = 100
|
|
|
+ elseif npc_rel['A29'] >= 40:
|
|
|
+ moneyfrommom90 = 200
|
|
|
+ moneyfrommom70 = 50
|
|
|
+ end
|
|
|
+
|
|
|
+ if npc_rel['A29'] >= 40:
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ motherPayDay = daystart
|
|
|
+
|
|
|
+ if pcs_grades >= 90:
|
|
|
+ money += moneyfrommom90
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> smiles and gives you <<moneyfrommom90>> <b>₽</b>: "Okay <<$pcs_nickname>>, you''ve earned it. I''m glad you''re doing such a good job in school."'
|
|
|
+ act 'Thank her':gt 'mother'
|
|
|
+ elseif pcs_grades >= 70:
|
|
|
+ money += moneyfrommom70
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> reluctantly gives you <<moneyfrommom70>> <b>₽</b>: "When you do better in school, I will give you more. In the meantime, this is all you deserve!"'
|
|
|
+ act 'Thank her':gt 'mother'
|
|
|
else
|
|
|
- if (motherKnowWhore >= 1 or motherKnowSpravka >= 1) and npc_rel['A29'] < 40:
|
|
|
- 'Your <<$npc_nickname[''A29'']>> can''t believe you would even ask, and shouts angrily: "Whores don''t get money from me! Get out of here, run to your stud and go ask him!"'
|
|
|
- else
|
|
|
- 'Your <<$npc_nickname[''A29'']>> scowls, shaking her head: "Why should I give you anything? Go get a job, you''ll get nothing from me." She really doesn''t like you very much.'
|
|
|
- end
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> scoffs, and shakes her head: "Money? No way, <<$pcs_nickname>>. With how poorly you are doing in school, the only thing you deserve is the belt. You can have some money when you improve your grades, until then you get nothing."'
|
|
|
act 'Continue':gt 'mother'
|
|
|
end
|
|
|
- killvar 'moneyfrommom90'
|
|
|
- killvar 'moneyfrommom70'
|
|
|
+ else
|
|
|
+ if (motherKnowWhore >= 1 or motherKnowSpravka >= 1) and npc_rel['A29'] < 40:
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> can''t believe you would even ask, and shouts angrily: "Whores don''t get money from me! Get out of here, run to your stud and go ask him!"'
|
|
|
+ else
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> scowls, shaking her head: "Why should I give you anything? Go get a job, you''ll get nothing from me." She really doesn''t like you very much.'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'mother'
|
|
|
end
|
|
|
- else
|
|
|
- 'Your <<$npc_nickname[''A29'']>> shakes her head: "You are old enough to earn your own money <<$pcs_nickname>>, you can''t keep depending on me forever. Get a job."'
|
|
|
- end
|
|
|
- end
|
|
|
+ killvar 'moneyfrommom90'
|
|
|
+ killvar 'moneyfrommom70'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> shakes her head: "You are old enough to earn your own money <<$pcs_nickname>>, you can''t keep depending on me forever. Get a job."'
|
|
|
+ end
|
|
|
+ end
|
|
|
|
|
|
- act 'Ask about your biological father':
|
|
|
- *clr & cla
|
|
|
- minut += 5
|
|
|
- gs 'stat'
|
|
|
- '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ act 'Ask about your biological father':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
|
|
|
- if npc_rel['A29'] < 80:
|
|
|
- 'You barely have any memories of your real father, and are curious about him. When you see your <<$npc_nickname[''A29'']>> in the kitchen you decide to ask: "<<$npc_nickname[''A29'']>>... about my real father... what was he like? What happened between you two?"'
|
|
|
- 'You seem to have struck a sore spot. Your <<$npc_nickname[''A29'']>>''s face saddens, and after a few seconds she replies: "<<$pcs_nickname>>, I don''t want to talk about him, it brings back too many bad memories. Just know that Vladimir, your stepfather, raised you and Anya as if they were his own daughters."'
|
|
|
- else
|
|
|
- 'You barely have any memories of your real father, and are curious about him. When you see your <<$npc_nickname[''A29'']>> in the kitchen you decide to ask: "<<$npc_nickname[''A29'']>>... about my real father... what was he like? What happened between you two?"'
|
|
|
- 'You seem to have struck a sore spot. Your <<$npc_nickname[''A29'']>>''s face saddens, and after a few seconds she replies: "I have no idea where Mikhail is and what he does now, I haven''t seen him in many years. We went to the same school when we were young, and were dating back then... nothing serious. Things weren''t great between us, but then I got pregnant with your sister Anya. Our parents forced us to get married. We tried to make the most of it, and for a while things didn''t seem so bad. A few months after I had you, we got into a huge argument though. We decided we couldn''t live together any more, and got divorced." You can''t help but notice she won''t tell you what the argument was about, but you don''t interrupt her. It''s rare enough to get her to talk about your real father as it is.'
|
|
|
- '"A year later I married Vladimir, your stepfather. We had Kolka together, but Vladimir always treated you and Anya as if they were his own daughters too. He looked after you, bathed you, told you stories at night and took you for walks whenever he could." Those memories seem to have cheered her up, and she has a serene smile on her face. "Vladimir really is a wonderful man..." she adds, while you thank her for the story.'
|
|
|
- end
|
|
|
- act 'Continue':gt 'mother'
|
|
|
+ if npc_rel['A29'] < 80:
|
|
|
+ 'You barely have any memories of your real father, and are curious about him. When you see your <<$npc_nickname[''A29'']>> in the kitchen you decide to ask: "<<$npc_nickname[''A29'']>>... about my real father... what was he like? What happened between you two?"'
|
|
|
+ 'You seem to have struck a sore spot. Your <<$npc_nickname[''A29'']>>''s face saddens, and after a few seconds she replies: "<<$pcs_nickname>>, I don''t want to talk about him, it brings back too many bad memories. Just know that Vladimir, your stepfather, raised you and Anya as if they were his own daughters."'
|
|
|
+ else
|
|
|
+ 'You barely have any memories of your real father, and are curious about him. When you see your <<$npc_nickname[''A29'']>> in the kitchen you decide to ask: "<<$npc_nickname[''A29'']>>... about my real father... what was he like? What happened between you two?"'
|
|
|
+ 'You seem to have struck a sore spot. Your <<$npc_nickname[''A29'']>>''s face saddens, and after a few seconds she replies: "I have no idea where Mikhail is and what he does now, I haven''t seen him in many years. We went to the same school when we were young, and were dating back then... nothing serious. Things weren''t great between us, but then I got pregnant with your sister Anya. Our parents forced us to get married. We tried to make the most of it, and for a while things didn''t seem so bad. A few months after I had you, we got into a huge argument though. We decided we couldn''t live together any more, and got divorced." You can''t help but notice she won''t tell you what the argument was about, but you don''t interrupt her. It''s rare enough to get her to talk about your real father as it is.'
|
|
|
+ '"A year later I married Vladimir, your stepfather. We had Kolka together, but Vladimir always treated you and Anya as if they were his own daughters too. He looked after you, bathed you, told you stories at night and took you for walks whenever he could." Those memories seem to have cheered her up, and she has a serene smile on her face. "Vladimir really is a wonderful man..." she adds, while you thank her for the story.'
|
|
|
end
|
|
|
+ act 'Continue':gt 'mother'
|
|
|
+ end
|
|
|
|
|
|
- act 'Ask for some new clothes':
|
|
|
- *clr & cla
|
|
|
- minut += 5
|
|
|
- gs 'stat'
|
|
|
- '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
- 'You wait until your <<$npc_nickname[''A29'']>> is in a good mood, and then quickly swoop in: "<<$npc_nickname[''A29'']>>, I have nothing nice to wear. Can I please have some new clothes?"'
|
|
|
- if pav_prostitute >= 100 and motherKnowWhore >= 1:
|
|
|
- 'Your <<$npc_nickname[''A29'']>> is outraged by the suggestion. "Really <<$pcs_nickname>>? You have lots of customers, and you''re still asking me for clothes? You should have plenty of whore money, you can afford them yourself. Besides, I don''t know where to buy clothes for a whore."'
|
|
|
+ act 'Ask for some new clothes':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You wait until your <<$npc_nickname[''A29'']>> is in a good mood, and then quickly swoop in: "<<$npc_nickname[''A29'']>>, I have nothing nice to wear. Can I please have some new clothes?"'
|
|
|
+ if pav_prostitute >= 100 and motherKnowWhore >= 1:
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> is outraged by the suggestion. "Really <<$pcs_nickname>>? You have lots of customers, and you''re still asking me for clothes? You should have plenty of whore money, you can afford them yourself. Besides, I don''t know where to buy clothes for a whore."'
|
|
|
|
|
|
- act 'Move away from her':gt $loc, $metka
|
|
|
- else
|
|
|
- if SchoolAtestat = 0:
|
|
|
- if npc_rel['A29'] >= 80:
|
|
|
- if motherClotheMonth ! month:
|
|
|
- 'Your <<$npc_nickname[''A29'']>> lets out an exasperated sigh and throws her hands in the air. "Here we go again... <<$npc_nickname[''A29'']>>, I have nothing to wear!" she says, mocking your voice in a high pitch. You both laugh. "Alright then <<$pcs_nickname>>, let''s go see if we can find something."'
|
|
|
-
|
|
|
- act 'Go to the store':
|
|
|
- cla
|
|
|
- npc_rel['A29'] = 70
|
|
|
- motherClotheMonth = month
|
|
|
- minut += 30
|
|
|
+ act 'Move away from her':gt $loc, $metka
|
|
|
+ else
|
|
|
+ if SchoolAtestat = 0:
|
|
|
+ if npc_rel['A29'] >= 80:
|
|
|
+ if motherClotheMonth ! month:
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> lets out an exasperated sigh and throws her hands in the air. "Here we go again... <<$npc_nickname[''A29'']>>, I have nothing to wear!" she says, mocking your voice in a high pitch. You both laugh. "Alright then <<$pcs_nickname>>, let''s go see if we can find something."'
|
|
|
+
|
|
|
+ act 'Go to the store':
|
|
|
+ cla
|
|
|
+ npc_rel['A29'] = 70
|
|
|
+ motherClotheMonth = month
|
|
|
+ minut += 30
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/clothes_shopping.jpg"></center>'
|
|
|
+ 'Going clothes shopping with your <<$npc_nickname[''A29'']>> is always an interesting experience. You never get to pick your own clothes, but she brings you clothes that she thinks would suit you and lets you try them on. You would argue but her taste in clothing is actually very good, always picking out cute outfits for you to wear that are quite trendy too. You directly go towards the changing booths, wondering what she''ll bring you this time.'
|
|
|
+
|
|
|
+ act 'Try on the clothes she brings you':
|
|
|
+ *clr & cla
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/clothes_shopping.jpg"></center>'
|
|
|
- 'Going clothes shopping with your <<$npc_nickname[''A29'']>> is always an interesting experience. You never get to pick your own clothes, but she brings you clothes that she thinks would suit you and lets you try them on. You would argue but her taste in clothing is actually very good, always picking out cute outfits for you to wear that are quite trendy too. You directly go towards the changing booths, wondering what she''ll bring you this time.'
|
|
|
-
|
|
|
- act 'Try on the clothes she brings you':
|
|
|
- *clr & cla
|
|
|
- gs 'stat'
|
|
|
- loop_counter = 0
|
|
|
- :markbuyclomother
|
|
|
- loop_counter += 1
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/dressing_room.jpg"></center>'
|
|
|
- if loop_counter = 300:
|
|
|
- 'After 30 minutes of trying on various outfits you are unable to find any that you either don''t already own or that you are willing to wear.'
|
|
|
+ loop_counter = 0
|
|
|
+ :markbuyclomother
|
|
|
+ loop_counter += 1
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/dressing_room.jpg"></center>'
|
|
|
+ if loop_counter = 300:
|
|
|
+ 'After 30 minutes of trying on various outfits you are unable to find any that you either don''t already own or that you are willing to wear.'
|
|
|
+ else
|
|
|
+ numrand = rand(1, 413)
|
|
|
+
|
|
|
+ gs 'clothing_attributes', 'cheap', numrand
|
|
|
+ !!not prostitute
|
|
|
+ if CloStyle = 4:jump 'markbuyclomother'
|
|
|
+ !!Sveta can wear it and not too revealing
|
|
|
+ if CloInhibit > pcs_inhib or CloInhibit > 30:jump 'markbuyclomother'
|
|
|
+
|
|
|
+ if cheap[numrand] = 0:
|
|
|
+ cheap[numrand] = 1
|
|
|
+ cheapH[numrand] = 50
|
|
|
+ cheapB[numrand] = pcs_hips
|
|
|
+ '<center><img <<$set_imgh>> src="images/pc/clothing/1cheap/<<numrand>>.jpg"></center>'
|
|
|
else
|
|
|
- numrand = rand(1, 413)
|
|
|
-
|
|
|
- gs 'clothing_attributes', 'cheap', numrand
|
|
|
- !!not prostitute
|
|
|
- if CloStyle = 4:jump 'markbuyclomother'
|
|
|
- !!Sveta can wear it and not too revealing
|
|
|
- if CloInhibit > pcs_inhib or CloInhibit > 30:jump 'markbuyclomother'
|
|
|
-
|
|
|
- if cheap[numrand] = 0:
|
|
|
- cheap[numrand] = 1
|
|
|
- cheapH[numrand] = 50
|
|
|
- cheapB[numrand] = pcs_hips
|
|
|
- '<center><img <<$set_imgh>> src="images/pc/clothing/1cheap/<<numrand>>.jpg"></center>'
|
|
|
- else
|
|
|
- jump 'markbuyclomother'
|
|
|
- end
|
|
|
+ jump 'markbuyclomother'
|
|
|
end
|
|
|
+ end
|
|
|
|
|
|
- 'You enter a changing booth and spend 30 minutes trying on various outfits: short ones, long ones, light ones, dark ones... Then finally her eyes light up, and she beams: "This one! This one is perfect!" She buys the outfit for you, and you go back home together. You thank your <<$npc_nickname[''A29'']>> and give her a hug.'
|
|
|
+ 'You enter a changing booth and spend 30 minutes trying on various outfits: short ones, long ones, light ones, dark ones... Then finally her eyes light up, and she beams: "This one! This one is perfect!" She buys the outfit for you, and you go back home together. You thank your <<$npc_nickname[''A29'']>> and give her a hug.'
|
|
|
|
|
|
- act 'Continue':gt 'mother'
|
|
|
- end
|
|
|
+ act 'Continue':gt 'mother'
|
|
|
end
|
|
|
- else
|
|
|
- 'Your <<$npc_nickname[''A29'']>> sadly shakes her head: I''m sorry <<$pcs_nickname>>, our budget is limited and we already went clothes shopping this month. You''ll have to manage with what you have in your closet for a little while, maybe we can go again next month."'
|
|
|
- act 'Continue':gt 'mother'
|
|
|
end
|
|
|
else
|
|
|
- 'Your <<$npc_nickname[''A29'']>> shakes her head: "I''m sorry <<$pcs_nickname>>, money is tight. We just can''t afford it right now."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> sadly shakes her head: I''m sorry <<$pcs_nickname>>, our budget is limited and we already went clothes shopping this month. You''ll have to manage with what you have in your closet for a little while, maybe we can go again next month."'
|
|
|
act 'Continue':gt 'mother'
|
|
|
end
|
|
|
else
|
|
|
- 'Your <<$npc_nickname[''A29'']>> shakes her head: "No <<$pcs_nickname>>, you''re old enough to earn your own money and buy your own clothes. Get a job if you want new clothes."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> shakes her head: "I''m sorry <<$pcs_nickname>>, money is tight. We just can''t afford it right now."'
|
|
|
act 'Continue':gt 'mother'
|
|
|
end
|
|
|
+ else
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> shakes her head: "No <<$pcs_nickname>>, you''re old enough to earn your own money and buy your own clothes. Get a job if you want new clothes."'
|
|
|
+ act 'Continue':gt 'mother'
|
|
|
end
|
|
|
end
|
|
|
+ end
|
|
|
|
|
|
- act 'Offer to help around the house':
|
|
|
- *clr & cla
|
|
|
- minut += 60
|
|
|
- gs 'npc_relationship', 'modify', 'A29', rand(1,5)
|
|
|
- pcs_mood -= 10
|
|
|
- delin_beh -= 1 &!counter for getting sent to Gadukino for the summer
|
|
|
- TotalMomPom += 1
|
|
|
+ act 'Offer to help around the house':
|
|
|
+ *clr & cla
|
|
|
+ minut += 60
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', rand(1,5)
|
|
|
+ pcs_mood -= 10
|
|
|
+ delin_beh -= 1 &!counter for getting sent to Gadukino for the summer
|
|
|
+ TotalMomPom += 1
|
|
|
+ gs 'stat'
|
|
|
+ MomPom += 1
|
|
|
+ :MomPom_jump
|
|
|
+ if MomPom = 1:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/dishes.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to do the dishes. You spend an hour washing the dishes in the kitchen.'
|
|
|
+ elseif MomPom = 2:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/cooking.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to help cook for tonight''s meals. You spend an hour in the kitchen helping out with the cooking.'
|
|
|
+ elseif MomPom = 3:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/sweep.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to clean the floor. You spend an hour sweeping the floors of the apartment.'
|
|
|
+ elseif MomPom = 4:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/laundry.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to do a load of laundry. You spend an hour taking a load of clothes to the laundry and washing them, before bringing them home and folding them.'
|
|
|
+ elseif MomPom = 5:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/iron.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to iron some clothes. You spend an hour in the hallway ironing clothes.'
|
|
|
+ elseif MomPom = 6:
|
|
|
+ sdacharand = rand(10, 50)
|
|
|
+ money += sdacharand
|
|
|
gs 'stat'
|
|
|
- MomPom += 1
|
|
|
- :MomPom_jump
|
|
|
- if MomPom = 1:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/dishes.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to do the dishes. You spend an hour washing the dishes in the kitchen.'
|
|
|
- elseif MomPom = 2:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/cooking.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to help cook for tonight''s meals. You spend an hour in the kitchen helping out with the cooking.'
|
|
|
- elseif MomPom = 3:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/sweep.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to clean the floor. You spend an hour sweeping the floors of the apartment.'
|
|
|
- elseif MomPom = 4:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/laundry.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to do a load of laundry. You spend an hour taking a load of clothes to the laundry and washing them, before bringing them home and folding them.'
|
|
|
- elseif MomPom = 5:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/iron.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to iron some clothes. You spend an hour in the hallway ironing clothes.'
|
|
|
- elseif MomPom = 6:
|
|
|
- sdacharand = rand(10, 50)
|
|
|
- money += sdacharand
|
|
|
- gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/grocery.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to run to the store, and buy some groceries. You head to the store and purchase the food, hauling the heavy bags home. The groceries cost you <<sdacharand>> <b>₽</b>, she gives you some money to cover the cost when you return home.'
|
|
|
- 'You have gain a few rubles for your effort.'
|
|
|
- elseif MomPom = 7:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/pharmacy.jpg"></center>'
|
|
|
- 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
- 'Your <<$npc_nickname[''A29'']>> asks you to go to the pharmacy, to get some medicine. Your <<$npc_nickname[''A29'']>>''s sister, Lyudmila, works there and always gives your family the medicine you need for free. Your <<$npc_nickname[''A29'']>> gave you a list of the items you need, and when you enter the pharmacy you see your aunt Luda behind the counter as always. She smiles when she recognizes you. "Hi <<$pcs_nickname>>! How are you? I hope everything is okay?"'
|
|
|
- '"Hello aunt!" You greet her back, and have a chat with her before you give her list your <<$npc_nickname[''A29'']>> made. Aunt Luda quickly gathers the items your <<$npc_nickname[''A29'']>> wrote down, gathers them in a paper bag and hands the bag over to you. "Here you go, <<$pcs_nickname>>! Have a nice day, tell your <<$npc_nickname[''A29'']>> I said hi!"'
|
|
|
- 'You say you will and wave her goodbye. When you come home, you give your <<$npc_nickname[''A29'']>> the bag. After a few minutes you realize you forgot to pass on aunt Luda''s regards to your <<$npc_nickname[''A29'']>>, but decide to not bother now.'
|
|
|
- elseif MomPom = 8:
|
|
|
- MomPom = 1
|
|
|
- jump 'MomPom_jump'
|
|
|
- end
|
|
|
- act 'Continue':gt 'mother'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/grocery.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to run to the store, and buy some groceries. You head to the store and purchase the food, hauling the heavy bags home. The groceries cost you <<sdacharand>> <b>₽</b>, she gives you some money to cover the cost when you return home.'
|
|
|
+ 'You have gain a few rubles for your effort.'
|
|
|
+ elseif MomPom = 7:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/pharmacy.jpg"></center>'
|
|
|
+ 'You offer to help your <<$npc_nickname[''A29'']>> out around the house.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> asks you to go to the pharmacy, to get some medicine. Your <<$npc_nickname[''A29'']>>''s sister, Lyudmila, works there and always gives your family the medicine you need for free. Your <<$npc_nickname[''A29'']>> gave you a list of the items you need, and when you enter the pharmacy you see your aunt Luda behind the counter as always. She smiles when she recognizes you. "Hi <<$pcs_nickname>>! How are you? I hope everything is okay?"'
|
|
|
+ '"Hello aunt!" You greet her back, and have a chat with her before you give her list your <<$npc_nickname[''A29'']>> made. Aunt Luda quickly gathers the items your <<$npc_nickname[''A29'']>> wrote down, gathers them in a paper bag and hands the bag over to you. "Here you go, <<$pcs_nickname>>! Have a nice day, tell your <<$npc_nickname[''A29'']>> I said hi!"'
|
|
|
+ 'You say you will and wave her goodbye. When you come home, you give your <<$npc_nickname[''A29'']>> the bag. After a few minutes you realize you forgot to pass on aunt Luda''s regards to your <<$npc_nickname[''A29'']>>, but decide to not bother now.'
|
|
|
+ elseif MomPom = 8:
|
|
|
+ MomPom = 1
|
|
|
+ jump 'MomPom_jump'
|
|
|
end
|
|
|
+ act 'Continue':gt 'mother'
|
|
|
+ end
|
|
|
|
|
|
- if npc_QW['A29'] = 1 and npc_rel['A29'] >= 20 and $loc = 'kuhrPar':
|
|
|
- act 'Try to reconcile':
|
|
|
- *clr & cla
|
|
|
- '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ if npc_QW['A29'] = 1 and npc_rel['A29'] >= 20 and $loc = 'kuhrPar':
|
|
|
+ act 'Try to reconcile':
|
|
|
+ *clr & cla
|
|
|
+ '<center><b><font color="maroon">Your <<$npc_nickname[''A29'']>>, Natasha <<$pcs_lastname>></font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
|
|
|
- mqwtRand = rand(1, 10)
|
|
|
+ mqwtRand = rand(1, 10)
|
|
|
|
|
|
- if mqwtRand <= 2:
|
|
|
- gs 'npc_relationship', 'modify', 'A29', -rand(1,5)
|
|
|
- minut += 30
|
|
|
- 'You try to have a talk with your <<$npc_nickname[''A29'']>>, to hopefully patch up your horrible relationship. You''re not sure whether you said something wrong, or whether she''s just in a bad mood, but your attempt to reconcile backfired horribly; within moments the conversation turns into a screaming contest, and your <<$npc_nickname[''A29'']>> ends up disliking you even more.'
|
|
|
+ if mqwtRand <= 2:
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', -rand(1,5)
|
|
|
+ minut += 30
|
|
|
+ 'You try to have a talk with your <<$npc_nickname[''A29'']>>, to hopefully patch up your horrible relationship. You''re not sure whether you said something wrong, or whether she''s just in a bad mood, but your attempt to reconcile backfired horribly; within moments the conversation turns into a screaming contest, and your <<$npc_nickname[''A29'']>> ends up disliking you even more.'
|
|
|
|
|
|
- act 'Leave her be for now':gt $loc, $metka
|
|
|
- elseif mqwtRand > 2 and mqwtRand <= 8:
|
|
|
- gs 'npc_relationship', 'modify', 'A29', 'like'
|
|
|
- minut += 30
|
|
|
- 'You try to have a talk with your <<$npc_nickname[''A29'']>>, to try and patch up your horrible relationship. Despite your best efforts, the whole half-hour conversation consists mainly of a fairly aggressive monologue from your <<$npc_nickname[''A29'']>> about morality, diseases and what awaits you in the future, if you do not change your ways. Still, there is some improvement in your relationship.'
|
|
|
+ act 'Leave her be for now':gt $loc, $metka
|
|
|
+ elseif mqwtRand > 2 and mqwtRand <= 8:
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'like'
|
|
|
+ minut += 30
|
|
|
+ 'You try to have a talk with your <<$npc_nickname[''A29'']>>, to try and patch up your horrible relationship. Despite your best efforts, the whole half-hour conversation consists mainly of a fairly aggressive monologue from your <<$npc_nickname[''A29'']>> about morality, diseases and what awaits you in the future, if you do not change your ways. Still, there is some improvement in your relationship.'
|
|
|
|
|
|
- act 'Leave her be for now':gt $loc, $metka
|
|
|
- elseif mqwtRand > 8:
|
|
|
- gt'mother','motherQW_2'
|
|
|
- end
|
|
|
+ act 'Leave her be for now':gt $loc, $metka
|
|
|
+ elseif mqwtRand > 8:
|
|
|
+ gt'mother','motherQW_2'
|
|
|
end
|
|
|
end
|
|
|
- gs 'mother', 'pregreact'
|
|
|
- else
|
|
|
- gt $loc, $metka
|
|
|
end
|
|
|
+ gs 'mother', 'pregreact'
|
|
|
+ else
|
|
|
+ gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -1186,4 +1184,576 @@ if $ARGS[0] = 'motherQW_2':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'clo_react':
|
|
|
+ *clr & cla
|
|
|
+ motherQW['clo_react'] = daystart
|
|
|
+ minut += 2
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+
|
|
|
+ if $ARGS[1] = 'apartment':
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ if npc_rel['A29'] >= 80:
|
|
|
+ 'As soon as your <<$npc_nickname[''A29'']>> sees you, her eyes widen and she stops what she''s doing to gawk at you. "What are you wearing, <<$pcs_nickname>>? I''ve never seen these kinds of clothes on you!" She doesn''t bother to hide the look of disgust as she tries to adjust your outfit to give you a bit more modesty. "I can practically see everything..."'
|
|
|
+
|
|
|
+ 'You shrug your shoulders. "It''s really not that bad," you say, trying to play it cool.'
|
|
|
+ '"No, it absolutely is," she huffs. "Where did you even get these from?"'
|
|
|
+
|
|
|
+ act 'Tell the truth':
|
|
|
+ *clr & cla
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"Well..." You take a step back, moving out of her reach so she couldn''t fuss with your clothes anymore. "I bought them myself."
|
|
|
+ She stares at you blankly for a moment. "You bought these? You look like a cheap hooker!" Suddenly she breaks out into a fit of laughter. It takes you a moment to realize it but she''s laughing at you, right to your face, and you can feel your cheeks burning red in anger and embarrassment as you stand there waiting for her to finally stop.
|
|
|
+ "No, you''re not going out like that. Go back and change right now, <<$pcs_nickname>>!" Your <<$npc_nickname[''A29'']>> continues to laugh, brushing this all off like a bad joke.'
|
|
|
+
|
|
|
+ act 'Go back and change': gt 'bedrPar'
|
|
|
+
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Refuse to change (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"I''m not changing!" You scoff defiantly. "I spent my own money to buy these clothes so I''ll wear them whenever I want."'
|
|
|
+ 'Just as suddenly as she started laughing, your <<$npc_nickname[''A29'']>> abruptly stops. With her arms now crossed, she glares down at you. "You''re going back to your room and--"
|
|
|
+ Rolling your eyes and sighing loudly, you cut her off before she can finish. "Weren''t you always telling me that when I can buy my own clothes, I can wear what I want? Well, I paid for these myself so I''m going to wear them!"
|
|
|
+ *nl
|
|
|
+ The look she gives you is surprisingly stoic but you can tell that despite how calm she''s trying to play it, she''s fuming underneath. Having won this argument, you make your way past her with an innocent smile.'
|
|
|
+ act 'Walk away': gt $loc, $metka
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Refuse to change (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Lie (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You think quickly for a believable excuse as she continues to stare you down. "I just bought these to see how you''d react!" You smile and laugh awkwardly.
|
|
|
+ "To see how I would react? Is this some kind of joke?" She doesn''t seem all that convinced but you go along with it anyways.
|
|
|
+ "Yeah, it''s just a joke. Anya came up with it and said I should do it to see the look on your face if I tried to go out like this," You ramble on. Maybe if you keep talking, she''ll believe you...
|
|
|
+ Your <<$npc_nickname[''A29'']>> is silent for what feels like an eternity before groaning and shaking her head. "Of course Anya is the one to come up with something like that. Well, it''s not funny. Now go change," she shoos you away back to your room. You managed to avoid getting into trouble but there''s no way you''re going out dressed like that this time.'
|
|
|
+
|
|
|
+ act 'Go back and change': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Lie (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ elseif npc_rel['A29'] >= 40:
|
|
|
+ '"Why are you dressed like that, <<$pcs_nickname>>?" Natasha asks when she sees you. "Is this how girls are dressing these days..."'
|
|
|
+ 'You smile and give her a little twirl to show off your outfit. "Yeah, it''s in fashion! Don''t you like it?"
|
|
|
+ She raises an eyebrow and gives you a ''What do you think'' look. "Your sister tried to dress like that when she was your age. I didn''t let her go out looking like that back then..." She goes quiet while chewing on her bottom lip anxiously. She considers what you''re wearing for a long moment before sighing. "You just look so cheap dressed like that... I don''t want you attracting the wrong attention. I wish you''d change, <<$pcs_nickname>>."'
|
|
|
+
|
|
|
+ act 'Agree to change':
|
|
|
+ *clr & cla
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"You''re right," You finally admit when you see the worried look on her face. "I''ll go back and change."'
|
|
|
+ 'Natasha gives you a small appreciative smile. "Thank you. I just worry about you, is all. I don''t want you to attract the wrong kind of attention."'
|
|
|
+ act 'Go back to your room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'willpower', 'misc', 'self', 'easy'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Tell her not to worry (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You give her a small smile before reassuring her. "You don''t need to worry, I know how to take care of myself. I''m not doing anything you wouldn''t do, I promise!"
|
|
|
+ Natasha''s frown only deepens when she hears that. "That''s what I''m worried about..." she mutters to herself. With a heavy sigh, she tells you again to be careful going out dressed like that before reluctantly letting you leave.'
|
|
|
+ act 'Leave': gt $loc, $metka
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Tell her not to worry (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '"What the hell are you thinking wearing that?" Natasha says with a scowl. You shrug nonchalantly and begin to speak but her hand snaps up, her finger pointed in your face as she cuts you off. "No, I don''t want to hear it! You change your clothes right now and if you keep acting like this, it''s going to end with you kicked out of here and out on the streets!"'
|
|
|
+
|
|
|
+ act 'Reluctantly agree':
|
|
|
+ *clr & cla
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'With a loud huff, You give in. "Fine, whatever! Just shut up with all the nagging! It''s hurting my fucking ears and I''m tired of hearing it all the time."'
|
|
|
+ '"Fix your tone or I''ll fix it for you," Natasha hisses. She takes a step closer to you in an attempt to intimidate you but it only makes you laugh.'
|
|
|
+ '"You can''t even get Anya to respect you, so give me a fucking break! I said I''m changing so go back to cleaning the kitchen or whatever the hell you do," you snap.'
|
|
|
+ act 'Go to your room and change': gt 'bedrPar'
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Argue back (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'hate'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You scoff in her face, causing her scowl to deepen. "The wrong attention? It''s just clothes!" You roll your eyes and try to step past her but she blocks your path.'
|
|
|
+ '"You think I don''t know what you''re doing wearing those kinds of clothes?!" She grabs at the little bit of fabric covering you and roughly yanks on it, nearly ruining it and exposing you further.'
|
|
|
+ '"Get the fuck off me!" You yell before knocking her hand away. "What is your problem? Are you jealous or something?"'
|
|
|
+ 'Natasha''s eyes widen. "Jealous? Why would I ever be--"'
|
|
|
+ '"Just look at you!" You interrupt. "You''re what, 40 years old? Your tits are sagging, your stomach is flabby and you live in this shithole apartment working for tips as a waitress! Admit it, I''m everything you wish you could have been."'
|
|
|
+ 'Natasha suddenly raises her hand to slap you but quickly composes herself. "You... are such a disappointment, <<$pcs_nickname>>. I thought you would have a bright future ahead of you," she says calmly. Her face is blank, no longer scowling like she was before, and it makes you feel a bit uneasy. "Remember these words, you''ll have your beauty for just a short time and after that? No one will want to touch you, the town whore..."'
|
|
|
+ act 'Walk away': gt $loc, $metka
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Argue back (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ if npc_rel['A29'] >= 80:
|
|
|
+ 'As soon as Natasha sees you, she stops and stares, a look of horror on her face. You smile and give her a small wave but she''s too busy hurriedly looking around to see as she rushes toward you in a panic.'
|
|
|
+ '"What are you doing out here dressed like... like that?!" Speaking in a hushed voice, she grabs you by the arm and pulls you to the side.'
|
|
|
+
|
|
|
+ act 'Make up an excuse':
|
|
|
+ *clr & cla
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"Well, I had to go out and, uh..." You think hard to come up with a believable lie before finally answering. "But I had no clean clothes, so I had to wear this."'
|
|
|
+ 'Natasha gives you a confused look, not fully convinced that''s the truth. Thinking on your feet, you follow it up with another lie. "These aren''t my clothes, I found them in Anya''s closet!"'
|
|
|
+ 'As if it all suddenly made sense, Natasha throws her hands up and sighs. "Anya! Of course it''s hers. She probably borrowed it from one of her friends." She goes off into a rant about the crowd your sister hangs around with and it distracts her from being upset with you. Seems like you''re off the hook!'
|
|
|
+ act 'Walk away': gt $loc, $metka
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'willpower', 'misc', 'self', 'easy'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Proudly tell the truth (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"Oh, this? Do you like it? I''ve been getting looks all day!" You shamelessly reply as you start to pose and model the slutty outfit to your mother.
|
|
|
+ Confused and disgusted, Natasha takes a step back. "What''s wrong with you, <<$pcs_nickname>>? I didn''t raise you to be like this," she hisses. She starts to say more but stops when she catches people nearby staring at the two of you. Whether it''s because she''s angry, embarrassed or both, you watch with a pleased smile as Natasha''s cheeks burn red before she rushes off in the opposite direction of you.'
|
|
|
+ act 'Continue on your way': gt $loc, $metka
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Proudly tell the truth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ elseif npc_rel['A29'] >= 40:
|
|
|
+ 'When Natasha catches sight of you, she slowly shakes her head. "Is that you, <<$pcs_nickname>>? I almost couldn''t tell, I thought you were just some cheap prostitute..." She looks you up and down, not bothering to hide the repulsed look on her face. "You really don''t have any shame, do you?"'
|
|
|
+ 'With a disapproving click of her tongue, she quickly starts to walk by you. It''s obvious she doesn''t want to be seen with you in public when you''re dressed like that.'
|
|
|
+
|
|
|
+ act 'Ignore her': gt $loc, $metka
|
|
|
+
|
|
|
+ if momslut >= 1:
|
|
|
+ gs 'willpower', 'misc', 'self', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Call her out for cheating (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'hate'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"At least I''m getting paid for sleeping around," You sneer just as she brushes past you. As you expected, she freezes mid-step and hesitates for a moment before turning to face you with a heated glare.'
|
|
|
+ '"What did you say?" Natasha asks. Her voice is low and her jaw is clenched as she stares you down so intensely you start to wonder if looks can actually kill.'
|
|
|
+ '"Oops, I''m sorry," you begin to say. "Technically you do get paid to sleep around. You''re fucking your boss while you''re on the clock and he''s the one cutting the checks... so I guess what I''m saying is: thanks for setting such a great example. I''m learning from the best."'
|
|
|
+ act 'Walk away': gt $loc, $metka
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Call her out for cheating (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '"Oh God...!" You hear a voice from behind you. Turning around, it''s your mother Natasha staring at you in horrified disgust. You know it''s because of the way you''re dressed that she refuses to even look at you.'
|
|
|
+ 'Panicked, she makes sure no one has seen her before rushing off in the other direction without saying another word to you.'
|
|
|
+ act 'Continue on your way': gt $loc, $metka
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'condom_steal':
|
|
|
+ if $ARGS[1] = 'hear':
|
|
|
+ ! Mom going through the stash searching for condoms
|
|
|
+ *clr & cla
|
|
|
+ motherQW['con_steal_hear'] = daystart
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'As you walk through the corridors you overhear some annoyed exhales coming form your parents room, you quickly take a peek seeing your <<$npc_nickname[''A29'']>> rummaging through some of the stuff, "Where the hell are they..." you hear her quietly say, "I know I put them here, I always put them here..."'
|
|
|
+ 'Not noticing you she keeps rummaging as you quietly slip out not wanting to bring attention to yourself...'
|
|
|
+ elseif $ARGS[0] = 'talk':
|
|
|
+ ! Mom talking to step dad about the missing condoms
|
|
|
+ *clr & cla
|
|
|
+ motherQW['con_steal_talk'] = daystart
|
|
|
+ minut += 3
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You''re in the corridor as you overhear your parents talking in their bedroom, "I looked everywhere but I can''t find them anywhere..." your <<$npc_nickname[''A29'']>> lets out a dejected sigh.'
|
|
|
+ '"They can''t have just went up in flames..." your step-father answers...'
|
|
|
+ '"Well..." <<$npc_nickname[''A29'']>> ponders, "Have you been using several as a safety meassure?"'
|
|
|
+ '"No!" Vladimir answers assertivly, "Maybe it''s one of the kids that got into the stash?"'
|
|
|
+ '"Y-You really think so..." <<$npc_nickname[''A29'']>> gasps...'
|
|
|
+ 'Not wanting to get into middle of that you quietly continue on, not getting noticed by them.'
|
|
|
+ end
|
|
|
+ act 'Quietly walk away': gt $loc, $metka
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'condom_find':
|
|
|
+ !Mom finds condoms while cleaning room
|
|
|
+ *clr & cla
|
|
|
+ minut += 20
|
|
|
+ killvar 'mom_found_condoms_variable'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'As you''re in your room, <<$npc_nickname[''A29'']>> walks in and shuts the door behind her. Without saying a word she walks over to the desk, pulls out one of the draws and takes out some condoms, "<<$pcs_nickname>>, why do you have this in your desk?!"'
|
|
|
+ act 'I...':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You try to come up with something good but in the end you decide to admit that they''re yours, "Those condoms are mine..."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> looks furiously at you, "What the hell <<$pcs_nickname>>?! Where did you get hold of them?!"'
|
|
|
+ act 'I bought them...':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You swallow hard as your start explaining, "I bought them... For safety of course..."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> reacts as expected, "For safety?! What safety?! You''re not supposed to have sex! Wait, are you telling me that you''re having sex?!"'
|
|
|
+ if stat['vaginal'] = 0:
|
|
|
+ act 'I''m still a virgin!':
|
|
|
+ *clr & cla
|
|
|
+ npc_rel['A29'] += 30
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"Absolutely not! I''m still a virgin! How could you even accuse me of something like that?!" you shout back, clearly upset by the accusation.'
|
|
|
+ 'Seeing you react strongly your <<$npc_nickname[''A29'']>> eases up, "I''m sorry <<$pcs_nickname>> I just got surprised when I found them and thought the worst... But it still doesn''t explain why you had them in the first place?"'
|
|
|
+ '"I don''t really know... I thought it was a good thing to have if I ever needed it..." you mildly answer.'
|
|
|
+ 'The two of you have a long conversation about how important it is that you remain a virgin and that you need to keep aware of the boys approaches towards you. In the end the two of you hug and your <<$npc_nickname[''A29'']>> leaves the room.'
|
|
|
+ act 'Remain in the room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Tell the truth':
|
|
|
+ *clr & cla
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', -50
|
|
|
+ if motherKnowSpravka = 0: motherKnowSpravka = 1
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You anxiously look around looking for a cop out but your <<$npc_nickname[''A29'']>> is quite hesitant and is not letting you escape, "Well <<$pcs_nickname>>?! Let''s hear it!"'
|
|
|
+ 'You look down at the floor as you tear up a little, "Yes... I admit I''ve been having sex..."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> eyes widen and go dark as she hears you admit it, "What the hell <<$pcs_nickname>>! How many times have we talked about this and you go and do this! I don''t know what to even say to you right now, I''m so mad!"'
|
|
|
+ 'She screams at you for a while before furiously walking out and slamming the door behind her.'
|
|
|
+ act 'Remain in your room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Lie (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ Gspravka = 0
|
|
|
+ GspravkaT = 0
|
|
|
+ GspravkaTalked = daystart
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You look at her with a straight face and begin to lie, "No, I haven''t had sex! I remember all the talks we had and I would never do anything to break your trust." you confidently reply.'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> looks at you, talling you up from head to toe, "Well then since you''re so confident you won''t mind going to the doctors for a check up then?!"'
|
|
|
+ 'Deep into your lie and being your only way out you agree to go and get checked, "Fine, I''ll go get checked and then I expect an apology from you when we get the results!"'
|
|
|
+ '"Oh you''ll get an apology if you pass the test..." your <<$npc_nickname[''A29'']>> replies, "But until then I''m keeping you on a short leash..."'
|
|
|
+ 'The two of you go back and forth as you decide the details and after a while your <<$npc_nickname[''A29'']>> leaves the room...'
|
|
|
+ act 'Remain in the room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Lie (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ !should only show up if the condoms were stolen
|
|
|
+ if prezikday + 7 > daystart:
|
|
|
+ act 'I stole them...':
|
|
|
+ *clr & cla
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You swallow hard as your start explaining, "I saw you hiding some away in your room and I thought I would take some of them..."'
|
|
|
+ '"How could you <<$pcs_nickname>>, those were just for me and your dad, not for you to steal?! Not only have you stolen condoms from your mother but you''ve been also using them to have sex?!"'
|
|
|
+ if stat['vaginal'] = 0:
|
|
|
+ act 'I''m still a virgin!':
|
|
|
+ *clr & cla
|
|
|
+ npc_rel['A29'] += 30
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"Absolutely not! I''m still a virgin! How could you even accuse me of something like that?!" you shout back, clearly upset by the accusation.'
|
|
|
+ 'Seeing you react strongly your <<$npc_nickname[''A29'']>> eases up, "I''m sorry <<$pcs_nickname>> I just got surprised when I found them and thought the worst... But it still doesn''t explain why you would steal them in the first place?"'
|
|
|
+ '"I don''t really know... I just wanted to see what condoms were and didn''t want to go out and buy them and give people the wrong idea. You know how quickly the rumors start around here..." you mildly answer.'
|
|
|
+ 'The two of you have a long conversation about how important it is that you remain a virgin and that you need to keep aware of the boys approaches towards you. In the end the two of you hug and your <<$npc_nickname[''A29'']>> leaves the room.'
|
|
|
+ act 'Remain in the room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Tell the truth':
|
|
|
+ *clr & cla
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', -50
|
|
|
+ if motherKnowSpravka = 0: motherKnowSpravka = 1
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You anxiously look around looking for a cop out but your <<$npc_nickname[''A29'']>> is quite hesitant and is not letting you escape, "Well <<$pcs_nickname>>?! Let''s hear it!"'
|
|
|
+ 'You look down at the floor as you tear up a little, "Yes... I admit I''ve been stealing condoms from your secret place so I didn''t need to buy protection..."'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> eyes widen and go dark as she hears you admit it, "What the hell <<$pcs_nickname>>! How many times have we talked about this and you go and do this! I don''t know what to even say to you right now, I''m so mad!"'
|
|
|
+ 'She screams at you for a while before furiously walking out and slamming the door behind her.'
|
|
|
+ act 'Remain in your room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Lie (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ Gspravka = 0
|
|
|
+ GspravkaT = 0
|
|
|
+ GspravkaTalked = daystart
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You look at her with a straight face and begin to lie, "No, I haven''t had sex! I remember all the talks we had and I would never do anything to break your trust." you confidently reply.'
|
|
|
+ '"Okay, so who did it then?! Who stole the condoms?!" your <<$npc_nickname[''A29'']>> asks.'
|
|
|
+ 'You shrug your shoulders, "I don''t know, might have been Anya... She''s been having Roma over all the time and maybe she needed them... I don''t know, all I know is that they''re not mine!"'
|
|
|
+ 'Your <<$npc_nickname[''A29'']>> looks at you, talling you up from head to toe, "Well then if it really is your sister that''s been stealing them you won''t mind going to the doctors for a check up then? Since I don''t really buy your story."'
|
|
|
+ 'Deep into your lie and being your only way out you agree to go and get checked, "Fine, I''ll go get checked and then I expect an apology from you when we get the results!"'
|
|
|
+ '"Oh you''ll get an apology if you pass the test..." your <<$npc_nickname[''A29'']>> replies, "But until then I''m keeping you on a short leash..."'
|
|
|
+ 'The two of you go back and forth as you decide the details and after a while your <<$npc_nickname[''A29'']>> leaves the room...'
|
|
|
+ act 'Remain in the room': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Lie (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Those are not mine (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'loathe'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You quickly come up with a lie, "Those condoms are not mine! They''re probably Anya''s! She has Roma over here every week, so she probably misplaced them in my drawer."'
|
|
|
+ '<<$npc_nickname[''A29'']>> is looking suspiciously at you, but since she can''t prove otherwise she puts the condoms back, "I''ll talk to Anya about it, I really hope you''re not lying to me <<$pcs_nickname>> otherwise there''ll be consequences, understand."'
|
|
|
+ 'You nod and let out a silent sigh of relief since you got away with this time, hopefully Anya will cover up for you when <<$npc_nickname[''A29'']>> asks her about it...'
|
|
|
+ act 'Leave': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Those are not mine (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'dildo_find':
|
|
|
+ ! Mom finds dildos while cleaning room
|
|
|
+ *clr & cla
|
|
|
+ minut += 20
|
|
|
+ killvar 'mom_found_dildo_variable'
|
|
|
+ ! Effectively blocks this from happening again... can be changed if a 'repeat' version of this scene is ever written
|
|
|
+ motherQW['seen_dildos'] = 1
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '<<$npc_nickname[''A29'']>> walks inside the room and closes the door, you''re a bit startled by her behavior but you keep quiet. She walks over to your little hiding spot and pulls out a dildo.'
|
|
|
+ 'Yours eyes widen as she holds it in front of you and asks, "So <<$pcs_nickname>>, what is this?"'
|
|
|
+ '"I-It''s..." you stutter.'
|
|
|
+ '"I know what it is <<$pcs_nickname>> but why do you have it? When did you get it?" she crosses her arms still holding the dildo.'
|
|
|
+ act 'I bought it...':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You look at her with a firm look, "I bought it with my own money."'
|
|
|
+ 'She looks at you a bit confused, "Why would you ever want to spend your money on something like this foul?"'
|
|
|
+ if mom_dildo = 1:
|
|
|
+ '"I don''t know, I saw that you had one and wanted to have one on my own..." you try to explain.'
|
|
|
+ '<<$npc_nickname[''A29'']>> walks up to you and starts brushing your hair, "You are aware this is for adults only, right? It''s nothing that you should posses, you''re still too young for this..."'
|
|
|
+ else
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ 'I don''t know, I wanted to experiment and then I read on the internet about it and that''s how I got it." you try to explain...'
|
|
|
+ '<<$npc_nickname[''A29'']>> walks up to you and starts brushing your hair, "Oh, <<$pcs_nickname>>, you are aware this is for adults only, right? It''s nothing that you should posses, you''re still too young for this..."'
|
|
|
+ act 'But':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ '"I think I''m old enough..." you argue back.'
|
|
|
+ '<<$npc_nickname[''A29'']>> starts laughing, "If you say so honey."'
|
|
|
+ !if Sveta has several dildos
|
|
|
+ if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 1:
|
|
|
+ '"You''ve already built up a collection of them..." <<$npc_nickname[''A29'']>> looks at you awaiting an answer.'
|
|
|
+ '"You never know which one you might need..." you try to explain..."'
|
|
|
+ '"Oh honey, you need to find the correct one and then use that one, not having lots of them laying around. What if we have guests over and the stumble across one? I would be so ashamed..." <<$npc_nickname[''A29'']>> starts whining.'
|
|
|
+ '"Don''t let them enter my room then... This is getting too awkward I don''t want to talk about it anymore." you reply.'
|
|
|
+ '"Fine, fine... I still don''t understand why you need so many of them..." <<$npc_nickname[''A29'']>> comments as she leaves the room.'
|
|
|
+ elseif dildo = 1 or middildo = 1:
|
|
|
+ '"I''ll give you this at least, you picked a perfect starting dildo. The size should fit someone unexperienced..." <<$npc_nickname[''A29'']>> starts talking about it.'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ elseif largedildo = 1 or bigdildo = 1:
|
|
|
+ '"Isn''t this a bit too big for you? It''s... a bit bigger than I expected to find if I were ever to find something like this..." <<$npc_nickname[''A29'']>> starts talking about it.'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ elseif extradildo = 1 or superdildo = 1:
|
|
|
+ '<<$npc_nickname[''A29'']>> starts laughing, "Well, you didn''t buy a correct one. There is now way this will fit in any hole..."'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ else
|
|
|
+ '"What were you thinking, <<$pcs_nickname>>?! This would ruin you forever! I forbid you to even try using this!" <<$npc_nickname[''A29'']>> is reacting out of line.'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ end
|
|
|
+ act 'Put away the dildo'+iif(dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 1, 's',''): gt 'bedrPar'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ act 'I got it from somewhere...':
|
|
|
+ *clr & cla
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'hate'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You keep quiet hoping that your <<$npc_nickname[''A29'']>> will let it pass but she''s adamant and asks you once again where you got it from?'
|
|
|
+ '"Did Anya give it to you?!" she angrily asks.'
|
|
|
+ '"N-No," you stutter, "It was a gift from a friend, she misclicked when ordering and bought two so she gave the extra one to me..."'
|
|
|
+ '"A gift, huh?" your <<$npc_nickname[''A29'']>> is hesitant to believe you and just as you''re about to tell her to leave your room, she...'
|
|
|
+ !if Sveta has several dildos
|
|
|
+ if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 1:
|
|
|
+ '"Your friend must be quite rich if she gave all these away..." <<$npc_nickname[''A29'']>> looks at you awaiting an answer.'
|
|
|
+ '"They have quite lot of money..." you try to explain..."'
|
|
|
+ '"Oh honey, you need to find the correct one and then use that one, not having lots of them laying around. What if we have guests over and the stumble across one? I would be so ashamed..." <<$npc_nickname[''A29'']>> starts whining.'
|
|
|
+ '"Don''t let them enter my room then... This is getting too awkward I don''t want to talk about it anymore." you reply.'
|
|
|
+ '"Fine, fine... I still don''t understand why you need so many of them..." <<$npc_nickname[''A29'']>> comments as she leaves the room.'
|
|
|
+ elseif dildo = 1 or middildo = 1:
|
|
|
+ '"I''ll give your friend this at least, she picked the perfect starting dildo. The size should fit someone unexperienced..." <<$npc_nickname[''A29'']>> starts talking about it.'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ elseif largedildo = 1 or bigdildo = 1:
|
|
|
+ '"Isn''t this a bit too big for you and your friend? It''s... a bit bigger than I expected to find if I were ever to find something like this..." <<$npc_nickname[''A29'']>> starts talking about it.'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ elseif extradildo = 1 or superdildo = 1:
|
|
|
+ '<<$npc_nickname[''A29'']>> starts laughing, "Well, I understand why your friend gave it away, she didn''t buy a correct one. There is now way this will fit in any hole..."'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ else
|
|
|
+ '"What was your friend thinking, <<$pcs_nickname>>?! This would ruin anyone''s lady parts forever! I forbid you to even try using this! Who is your friend that gave you this? I need to call and tell her mother too..." <<$npc_nickname[''A29'']>> is reacting out of line.'
|
|
|
+ 'You quickly yank the dildo out of her hand and start yelling, "I don''t want to talk with you about this! This is so awkward..." as you start blushing...'
|
|
|
+ '"Okay, okay. Just so you know I''m not too found of you owning a dildo but it''s better than having you running around, having sex with boys..." she continues on...'
|
|
|
+ '"<<$npc_nickname[''A29'']>>! Leave! Now!" you start shouting.'
|
|
|
+ end
|
|
|
+ act 'Put away the dildo'+iif(dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 1, 's',''): gt 'bedrPar'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'plug_find':
|
|
|
+ *clr & cla
|
|
|
+ minut += 20
|
|
|
+ killvar 'mom_found_plug_variable'
|
|
|
+ motherQW['seen_plug'] = 1
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"What the hell is this?!" <<$npc_nickname[''A29'']>> yells out.'
|
|
|
+ '"What do you mean?" as you turn around you stop in your tracks, noticing what your <<$npc_nickname[''A29'']>> is holding in her hand, it''s your butt-plug...'
|
|
|
+ 'Thinking about a quick answer you go on the offensive, "Why where you going through my stuff?!"'
|
|
|
+ 'Not even batting an eye your <<$npc_nickname[''A29'']>> replies, "I was cleaning your room and I find this?! What the hell <<$pcs_nickname>>!"'
|
|
|
+ 'Your face turns red as she keeps holding it in front of you, "So <<$pcs_nickname>> have you been using this?"'
|
|
|
+ ! if used butt-plug
|
|
|
+ !! Since there is no variable that tracks this I''m simply going to go by pcs_ass > 0. It''s imperfect, but there''s no way to tell if it ever was used.
|
|
|
+ if pcs_ass > 0:
|
|
|
+ act 'Tell the truth':
|
|
|
+ *clr & cla
|
|
|
+ gs 'npc_relationship', 'modify', 'A29', 'dislike'
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"I... have..." you meekly answer.'
|
|
|
+ '<<$npc_nickname[''A29'']>> sighs deeply, "Why the hell would you use a butt plug? Are you having anal sex?"'
|
|
|
+ '"No, no..." you swallow hard, "I just wanted to know how it feels..."'
|
|
|
+ '"Feel what?! How to have something shoved up your butt?!" <<$npc_nickname[''A29'']>> is clearly getting more and more upset, "I expected better than this <<$pcs_nickname>>, I''m quite disappointed to be honest..."'
|
|
|
+ 'You stand in front of her with your head down, your cheeks are flaming red and you don''t know what to answer...'
|
|
|
+ '"I won''t be able to stop you now that you''ve started to use it... But I better not hear about you having anal sex with the boys from around here you get it?!" <<$npc_nickname[''A29'']>> sternly tells you off.'
|
|
|
+ act 'Hide the butt plug again': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Lie (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ '"No, I haven''t! I can''t believe you would ask me something like that!" you reply.'
|
|
|
+ '"Good, I want you to throw away it. It''s disgusting and I don''t want it in my house. And what would your siblings say if they found it instead of me..." <<$npc_nickname[''A29'']>> starts whining.'
|
|
|
+ '"Fine, fine. I''ll return it..." you try to calm her.'
|
|
|
+ '"That''s right. No daughter of mine will perform anal sex with someone else. It''s not natural..." she continues to grumble.'
|
|
|
+ act 'Hide the butt plug again': gt 'bedrPar'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Lie (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ *nl
|
|
|
+ '"I''ve never used it! It was just a friend at school that played a prank on me." you confidently answer back.'
|
|
|
+ '<<$npc_nickname[''A29'']>> looks a bit disgusted as she lets go of the butt plug, "I hope no one else has used it..."'
|
|
|
+ '"No idea," you shrug, "As I said it was only a prank and I haven''t had the time to return it yet..."'
|
|
|
+ '"Well then, return it as soon as you can. I don''t want this thing laying around my house..." <<$npc_nickname[''A29'']>> tells you.'
|
|
|
+ act 'Return the butt plug': gt 'bedrPar'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'condom_steal':
|
|
|
+ if $ARGS[1] = 'hear':
|
|
|
+ ! Mom going through the stash searching for condoms
|
|
|
+ *clr & cla
|
|
|
+ motherQW['con_steal_hear'] = daystart
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'As you walk through the corridors you overhear some annoyed exhales coming form your parents room, you quickly take a peek seeing your <<$npc_nickname[''A29'']>> rummaging through some of the stuff, "Where the hell are they..." you hear her quietly say, "I know I put them here, I always put them here..."'
|
|
|
+ 'Not noticing you she keeps rummaging as you quietly slip out not wanting to bring attention to yourself...'
|
|
|
+ elseif $ARGS[0] = 'talk':
|
|
|
+ ! Mom talking to step dad about the missing condoms
|
|
|
+ *clr & cla
|
|
|
+ motherQW['con_steal_talk'] = daystart
|
|
|
+ minut += 3
|
|
|
+ gs 'stat'
|
|
|
+ !! TEMPORARY PICTURE
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
|
|
|
+ 'You''re in the corridor as you overhear your parents talking in their bedroom, "I looked everywhere but I can''t find them anywhere..." your <<$npc_nickname[''A29'']>> lets out a dejected sigh.'
|
|
|
+ '"They can''t have just went up in flames..." your step-father answers...'
|
|
|
+ '"Well..." <<$npc_nickname[''A29'']>> ponders, "Have you been using several as a safety meassure?"'
|
|
|
+ '"No!" Vladimir answers assertivly, "Maybe it''s one of the kids that got into the stash?"'
|
|
|
+ '"Y-You really think so..." <<$npc_nickname[''A29'']>> gasps...'
|
|
|
+ 'Not wanting to get into middle of that you quietly continue on, not getting noticed by them.'
|
|
|
+ end
|
|
|
+ act 'Quietly walk away': gt $loc, $metka
|
|
|
+end
|
|
|
+
|
|
|
--- mother ---------------------------------
|