|
@@ -0,0 +1,944 @@
|
|
|
+# radapt
|
|
|
+!2024/04/03
|
|
|
+!!Rostislav - Rads dad
|
|
|
+!!Anfisa - Rads mom
|
|
|
+!!Radislav - Rads brother
|
|
|
+
|
|
|
+!! list of triggers
|
|
|
+!! radomirQW['nush_visit'] = number used to set scenes if Sveta ran into Anushka at Rads
|
|
|
+!! radomirQW['nush_sex'] = 1 means Sveta knows they are still having sex
|
|
|
+!! radomirQW['had_sex'] = 1 means Sveta had Sex with Radomir
|
|
|
+!RadomirLoc tells us where Radomir is located
|
|
|
+!----------------------------------------------
|
|
|
+!RadomirLoc = 0 (Radomir not home)
|
|
|
+!RadomirLoc = 1 (Radomir in the hallway)
|
|
|
+!RadomirLoc = 2 (Radomir in his room)
|
|
|
+!RadomirLoc = 3 (Radomir in his brother''s room)
|
|
|
+!RadomirLoc = 4 (Radomir in the kitchen)
|
|
|
+!RadomirLoc = 5 (Radomir in the livingroom)
|
|
|
+!RadomirLoc = 6 (Radomir in his parents'' room)
|
|
|
+!RadomirLoc = 7 (Radomir in the bathroom)
|
|
|
+!---------------------------------------------
|
|
|
+
|
|
|
+if $ARGS[0] = 'home':
|
|
|
+ menu_off = 0
|
|
|
+ $track_loop = ''
|
|
|
+ if sound = 0:PLAY 'sound/korr.mp3',30
|
|
|
+ popolaini = 0
|
|
|
+ saunaYouRoom = 0
|
|
|
+ boycherdaksex = 0
|
|
|
+ minut += 1
|
|
|
+ bonusZ = 0
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ $location_type = 'private'
|
|
|
+ gs 'themes', 'indoors'
|
|
|
+ gs 'stat'
|
|
|
+ gs 'radomir_popov_schedule'
|
|
|
+ if radomirQW['home_day'] ! daystart:
|
|
|
+ radomirQW['home_day'] = daystart
|
|
|
+ RadomirLoc = 0
|
|
|
+ end
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/aptdoor.jpg"></center>'
|
|
|
+ 'You walk up to the front door and knock.'
|
|
|
+ if hour >= 22:
|
|
|
+ 'It''s too late in the day to visit Radomir.'
|
|
|
+ act 'Move away from the door':gt'pav_complex', 'start'
|
|
|
+ elseif hour < 8:
|
|
|
+ 'It''s too early in the day to visit Radomir.'
|
|
|
+ act 'Move away from the door':gt'pav_complex', 'start'
|
|
|
+ elseif locat['A154'] = 30:
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'You stand outside the Popov household knocking on the door. It''s some time before someone answers it. In the end, it turns out to be Anfisa. She gives you a friendly smile. "Yes dear?" she asks.'
|
|
|
+ 'You return her smile and ask for Radomir. "Radomir isn''t here right now. He went on tour with his friends in his little band."'
|
|
|
+ 'You nod, you remember that now. "Right, I can''t believe I forgot that, well hope they are having fun."'
|
|
|
+ '"Ok dear, have a nice day." Then she closes the door as you walk off leaving.'
|
|
|
+ act 'Move away from the door':gt'pav_complex', 'start'
|
|
|
+ elseif yearstart > 1:
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'You stand outside the Popov household knocking on the door. It''s some time before someone answers it. In the end, it turns out to be Anfisa. She gives you a friendly smile. "Yes dear?" she asks.'
|
|
|
+ 'You return her smile and ask. "Is Radomir home?"'
|
|
|
+ 'She shakes her head no. "Radomir moved out, he moved to the city with his friends I think they got a apartment near the University."'
|
|
|
+ 'You nod to that. "Oh... ok, do you have their address?"'
|
|
|
+ 'She smiles to you. "Of course I do." She tells you where there address is in the city. With that you thank her and leave.'
|
|
|
+ act 'Move away from the door':gt'pav_complex', 'start'
|
|
|
+ elseif ((hour >= 15 and hour < 20) or (week > 5 and hour >= 10 and hour < 20)) and locat['A154'] ! 22 and (rand(0,4) = 0):
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'You stand outside the Popov household knocking on the door. It''s some time before someone answers it. In the end, it turns out to be Anfisa.'
|
|
|
+ 'She gives you a friendly smile. "Yes dear?" she asks.'
|
|
|
+ 'You return her smile and ask. "Is Radomir home?"'
|
|
|
+ 'His mother gives you a pleasant and welcoming smile. "No, I don''t know where he is, he might be at the park, I know he goes there with some of his little friends sometimes." You thank her for the informant before leaving.'
|
|
|
+ act 'Move away from the door': gt'pav_complex', 'start'
|
|
|
+ elseif locat['A154'] = 24:
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 0
|
|
|
+ band['practice_invite'] = 1
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'She gives you a friendly smile. "Yes dear?" she asks.'
|
|
|
+ 'You return her smile and ask. "Is Radomir home?"'
|
|
|
+ 'Anfisa shakes her head. "Radomir''s not here right now. He''s down in the garage with his little friends playing in their bad, if you want I am sure they wouldn''t mind if you went down there." She tells you where the garage is.'
|
|
|
+ 'You thank her as you turn and leave, perhaps you should go to their practice.'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ elseif locat['A154'] = 25:
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 0
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'Anfisa answers the door instead. She gives you a friendly smile. "Yes dear?" he asks.'
|
|
|
+ 'You return her smile and ask. "Is Radomir home?"'
|
|
|
+ 'She shakes her head. "Radomir''s not here right now. He''s at the disco with his little friends."'
|
|
|
+ 'You thank her as you turn and leave, perhaps you should go to the disco.'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ act 'Enter': gt 'radapt', 'hallway'
|
|
|
+ elseif locat['A154'] = 22:
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ raddoor = rand(1,24)
|
|
|
+ RadomirLoc = 2
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'You stand outside the Popov household and wait for Radomir to open the door, but Anfisa answers instead.'
|
|
|
+ 'She gives you a friendly smile. "Yes dear?" he asks.'
|
|
|
+ 'You return her smile and ask. "Is Radomir home?"'
|
|
|
+ if raddoor = 1 and locat['A154'] = 23:
|
|
|
+ 'She nods and stands aside to let you come in. "Yes he''s in his room with one of his little friends."'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ if radomirQW['nush_visit'] >= 1:
|
|
|
+ act 'Enter':
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 2
|
|
|
+ gs 'npc_relationship', 'modify', 'A144', 'dislike'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and Anushka comes out of his room. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir.'
|
|
|
+ *nl
|
|
|
+ if npc_rel['A142'] >= 60:
|
|
|
+ radomirQW['nush_visit'] = 2
|
|
|
+ gs 'npc_relationship', 'modify', 'A144', 'hate'
|
|
|
+ 'She pauses a moment when she sees you, her eyes narrow slightly and you can tell she is pissed to see you here again. She picks up her pace and just brushes past you, slightly bumping into your shoulder with hers as she does.'
|
|
|
+ 'Radomir steps out before you can say anything and call out to Anushka. "Later babe." The only response he gets is her flipping him off without looking back.'
|
|
|
+ 'Radomir just chuckles at that and then turns to you with a shrug. "Fuck that bitch is high strung sometimes."'
|
|
|
+ elseif npc_rel['A142'] <= 20:
|
|
|
+ 'She pauses a moment when she sees you, she gives you a look of disgust as she brushes past you, slightly bumping into your shoulder with hers as she does.'
|
|
|
+ 'Radomir steps out before you can say anything and calls out to Anushka. "Later babe." Which she just ignores, he just shrugs when she doesn''t say anything.'
|
|
|
+ else
|
|
|
+ 'She pauses a moment when she sees you and shakes her head. "Guess you''re not that smart then."'
|
|
|
+ 'A moment later Radomir steps out, when he sees you he just smiles real big. "What are you girls talking about?"'
|
|
|
+ 'Anushka gives him a annoyed look. "None of your business."'
|
|
|
+ *nl
|
|
|
+ 'Radomir grabs his chest like he was stabbed in the heart. "Oh you wound me, don''t be jealous babe." Then he slap Anushka on the ass as he says. "Best ass in Pavlovsk right there." Which he says to you.'
|
|
|
+ 'Anushka just gives Radomir a annoyed look and then walks past you towards the exit. "Later babe!" He says to her as she leaves. When you glance back to Rad he is looking all smug.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ end
|
|
|
+ act 'Follow him to his room': gt 'rad_bedroom', 'radroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Enter':
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 2
|
|
|
+ radomirQW['nush_visit'] = 1
|
|
|
+ gs 'npc_relationship', 'modify', 'A144', 'dislike'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and Anushka comes out of his room. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir.'
|
|
|
+ *nl
|
|
|
+ if npc_rel['A142'] >= 60:
|
|
|
+ radomirQW['nush_visit'] = 2
|
|
|
+ gs 'npc_relationship', 'modify', 'A144', 'hate'
|
|
|
+ 'She pauses a moment when she sees you and looks surprised to see you. "What are you doing here <<$pcs_nickname>>."'
|
|
|
+ 'You know the thing between Rad and her is complicated, but not much you can do, since she caught you heading to his bedroom. "Just came to see Rad."'
|
|
|
+ 'Before she can say more Radomir steps out, when he sees you he just smiles real big. "What are you girls talking about?"'
|
|
|
+ 'Anushka gives him a sour look. "I was just asking <<$pcs_nickname>> why she was here."'
|
|
|
+ 'Radomir grins and looks really smug. "Don''t be jealous babe, this is why we broke up. Remember."'
|
|
|
+ *nl
|
|
|
+ 'Anushka''s eyes flash in anger at Radomir. "We broke up because you''re a fucking asshole."'
|
|
|
+ 'Radomir says calmly looking as innocent as someone can look. "Babe babe, calm down." Then he slap Anushka on the ass as he says. "Best ass in Pavlovsk right there." Which he says to you.'
|
|
|
+ 'Anushka turns and shoves him hard enough to make him stumble a step. "Fuck you RAD!" Then she turns to look at you and she looks as pissed as you have seen her before. "And fuck you too." Then she storms out of the apartment.'
|
|
|
+ elseif npc_rel['A142'] <= 20:
|
|
|
+ 'She pauses a moment when she sees you she just gives you a dirty look. You know she doesn''t like you but there seems to be a bit more extra venom in that look today.'
|
|
|
+ 'A moment later Radomir steps out, when he sees you he just smiles real big to you. Then he slap Anushka on the ass as he says. "Best ass in Pavlovsk right there." Which he says to you.'
|
|
|
+ *nl
|
|
|
+ 'Anushka just gives Radomir a annoyed look and then walks past you towards the exit. "Later babe!" He says to her as she leaves. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ else
|
|
|
+ 'She pauses a moment when she sees you. "If your smart <<$pcs_nickname>> you will turn around and walk right out of here and not come back, Rad''s not the charming guy he pretends to be."'
|
|
|
+ 'A moment later Radomir steps out, when he sees you he just smiles real big. "What are you girls talking about?"'
|
|
|
+ 'Anushka gives him a smirk. "I was telling her you are not the nice charming guy you pretend to be, but pretty much a womanizing asshole."'
|
|
|
+ *nl
|
|
|
+ 'Radomir grabs his chest like he was stabbed in the heart. "Oh you wound me, don''t be jealous babe." Then he slap Anushka on the ass as he says. "Best ass in Pavlovsk right there." Which he says to you.'
|
|
|
+ 'Anushka just gives Radomir a annoyed look and then walks past you towards the exit. "Later babe!" He says to her as she leaves. When you glance back to Rad he is looking all smug.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ end
|
|
|
+ act 'Follow him to his room': gt 'rad_bedroom', 'radroom'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ elseif raddoor = 2 and locat['A154'] = 23:
|
|
|
+ 'She nods and stands aside to let you come in. "Yes he''s in his room with one of his little friends."'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ act 'Enter':
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 2
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big20.jpg"></center>'
|
|
|
+ if grupTipe = 1:
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and Lena comes out of his room. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir. She pauses a moment when she sees you. "Look at the princess coming to slum it, what those cool boys just don''t know how to fuck your ass right?" She says while patting you on the cheek in a mocking way.'
|
|
|
+ 'A moment later Radomir steps out, when he sees you he just smiles real big and slaps Lena on the ass which makes her giggle a bit. "See ya later doll."'
|
|
|
+ *nl
|
|
|
+ 'Lena smiles to him all coy. "Bye Rad." Then she walks past you and out the apartment. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ elseif grupTipe = 2:
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and Lena comes out of his room. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir. She pauses a moment when she sees you. "Look at the jockette coming to slum it, what those jock boys just don''t know how to fuck your ass right?" She says while patting you on the cheek in a mocking way.'
|
|
|
+ 'A moment later Radomir steps out, when he sees you he just smiles real big and slap Lena on the ass which makes her giggle a bit. "See ya later doll."'
|
|
|
+ *nl
|
|
|
+ 'Lena smiles to him all coy. "Bye Rad." Then she walks past you and out the apartment. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ elseif grupTipe = 3:
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and Lena comes out of his room. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir. She pauses a moment when she sees you. "Look at the nerd coming to slum it, or you just looking to finally lose your virginity?" She says while patting you on the cheek in a mocking way.'
|
|
|
+ 'A moment later Radomir steps out, when he sees you he just smiles real big. Lena looks at Radomir and says. "Really Rad? A nerd?"'
|
|
|
+ *nl
|
|
|
+ 'He shrugs a bit. "What can I say nerds like to learn, who am I deny her higher sex education?" Lena laughs at that, then smirks at you.'
|
|
|
+ 'With that Radomir slaps Lena on the ass which makes her giggle a bit."See ya later doll."'
|
|
|
+ 'Lena smiles to him all coy. "Bye Rad." Then she walks past you and out the apartment. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ else
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and Lena comes out of his room. She pauses a moment when she sees you then smirks. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir. A moment later Radomir steps out, when he sees you he just smiles real big and slap Lena on the ass which makes her giggle a bit. "See ya later doll."'
|
|
|
+ *nl
|
|
|
+ 'Lena smiles to him all coy. "Bye Rad." Then she walks past you and out the apartment. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ end
|
|
|
+ act 'Follow him to his room': gt 'rad_bedroom', 'radroom'
|
|
|
+ end
|
|
|
+ elseif raddoor <= 5 and locat['A158'] = 23:
|
|
|
+ 'She nods and stands aside to let you come in. "Yes he''s in his room with one of his little friends."'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ act 'Enter':
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 2
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/radgirls/rgirl' + rand(1,4) + '.jpg"></center>'
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and a girl with dyed hair and punk rock style clothing comes out of his room. She pauses a moment when she sees you then smirks. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir. A moment later Radomir steps out, when he sees you he just smiles real big and slap the girl on the ass which makes her giggle a bit. "See ya later doll."'
|
|
|
+ *nl
|
|
|
+ 'She smiles back to him all coy. "Bye Rad." Then she walks past you and out the apartment. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ act 'Follow him to his room': gt 'rad_bedroom', 'radroom'
|
|
|
+ end
|
|
|
+ elseif raddoor <= 8:
|
|
|
+ 'She nods and stands aside to let you come in. "Yes he''s in his room with one of his little friends."'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ act 'Enter':
|
|
|
+ *clr & cla
|
|
|
+ RadomirLoc = 2
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/radgirls/girl' + rand(1,4) + '.jpg"></center>'
|
|
|
+ 'You thank her and enter the apartment, she closes the door and then heads off to the kitchen, while you head down the hallway to Radomir''s room. Just then, Radomir''s door opens up and a girl you never seen before come out of his room. She pauses a moment when she sees you and blushes a bit. By the state of her clothes, messed up hair and smeared makeup, it is not hard to guess she just had sex with Radomir. A moment later Radomir steps out, when he sees you he just smiles real big and slap the girl on the ass which makes her giggle a bit. "See ya later doll."'
|
|
|
+ *nl
|
|
|
+ 'She smiles back to him all coy. "Bye Rad." Then she walks past you and out the apartment. When you glance back to Rad he is looking all smug and stretches a bit leaving no doubt in your mind they just had sex.'
|
|
|
+ 'He turns and heads back into his room, waving for you to follow. "Come on in."'
|
|
|
+ act 'Follow him to his room': gt 'rad_bedroom', 'radroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ 'She nods and stands aside to let you come in. "Yes he''s in his room."'
|
|
|
+ act 'Leave': gt 'pav_complex', 'start'
|
|
|
+ act 'Enter': gt 'radapt', 'hallway'
|
|
|
+ end
|
|
|
+ killvar 'raddoor'
|
|
|
+ else
|
|
|
+ 'You knock on the door several times, but no one answers. You assume that there probably isn''t anyone home at the moment.'
|
|
|
+ act 'Move away from the door': gt 'pav_complex', 'start'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'hallway':
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 0
|
|
|
+ killvar '$locclass'
|
|
|
+ if sound = 0:PLAY 'sound/korr.mp3',30
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ $location_type = 'indoors'
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><h4><font color="maroon">Entrance hall</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/hall.jpg"></center>'
|
|
|
+ 'This is the entrance hall of Radomir''s apartment. The first thing you notice is a small coat rack with several coats hanging from it, the next is a large mirror just down the hall and a couple of paintings hanging on the wall. Other than that the hall is empty and very clean.'
|
|
|
+ act '<b>Leave Radomir''s apartment</b>': gt 'pav_complex', 'start'
|
|
|
+ act 'Radomir''s room': gt 'radapt', 'radroom'
|
|
|
+ act 'Bathroom': gt 'radapt', 'bathroom'
|
|
|
+ act 'Radomir''s brother''s room': gt 'radapt', 'brotherroom'
|
|
|
+ act 'Living room': gt 'radapt', 'livingroom'
|
|
|
+ act 'Kitchen': gt 'radapt', 'kitchen'
|
|
|
+ act 'Parents room': gt 'radapt', 'radparents'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'bathroom':
|
|
|
+ menu_off = 0
|
|
|
+ *clr & cla
|
|
|
+ minut += 1
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ $location_type = 'bathroom'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><h4><font color="maroon">Bathroom</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/bathroom.jpg"></center>'
|
|
|
+ 'The bathroom is spotless, the porcelain from the sink and tube are so clean you can almost see your reflection in them. There is a nice tub next to the sink, with a toilet across from it.'
|
|
|
+ 'You can do your hair and makeup in the <a href="exec:gt ''mirror'', ''start''">mirror</a> above the sink.'
|
|
|
+ *nl
|
|
|
+ if pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG > 0:'<a href="exec:dynamic $pirManage">Manage Piercings</a>'
|
|
|
+ act 'Leave the bathroom': gt 'radapt', 'hallway'
|
|
|
+ act 'Take a shower':
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ minut += 10
|
|
|
+ dynamic $showerdin
|
|
|
+ gs 'stat'
|
|
|
+ temp = rand(0,6)
|
|
|
+ if temp = 0 and hotcat >= 6 and ((hour >= 20 and hour < 23) or (week > 5 and hour >= 8 and hour < 16) or (week > 5 and hour >= 18 and hour < 23)):
|
|
|
+ inhib_exp += 1
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower1.jpg"></center>'
|
|
|
+ 'After a refreshing shower you grab a towel and dry yourself off, you wrap the towel around yourself and step out of the shower. As you look at the mirror you see in the reflection Radomir''s dad standing by the bathroom door watching you.'
|
|
|
+ act 'Surprise!':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower2.jpg"></center>'
|
|
|
+ 'You jump with a start and out of instinct pull the towel tighter around your body. You have no clue how long he was in here watching you, but by the smile on his face you would say awhile. "What are you doing in here?" You blurt out.'
|
|
|
+ 'He looks you up and down like a piece of meat. "I thought you was my wife. But I am happily wrong, you sure are a pretty little thing arn''t you?"'
|
|
|
+ act 'Tell him to leave':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower0.jpg"></center>'
|
|
|
+ 'You hold your towel in place and hook your thumb to the door. "Please leave, you are making me very uncomfortable, besides what would your wife say?"'
|
|
|
+ 'He laughs. "My wife wouldn''t care, she knows how the world works." He keeps looking you over and for a moment you don''t think he is going to leave, but then he finally says. "Ok... ok... I''m going." With that he slowly turns and leaves, stopping to close the door very slowly.'
|
|
|
+ act 'Get dressed': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ act 'Wait to see what he does':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower2.jpg"></center>'
|
|
|
+ 'You just stand there watching him watch you. "Arn''t you afraid your wife will catch you in here with me?"'
|
|
|
+ 'He laughs as he looks you over like a piece of meat. "My wife wouldn''t care, she knows how the world works." You know you should tell him to leave, but do you really want to?'
|
|
|
+ act 'Tell him to leave':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower0.jpg"></center>'
|
|
|
+ 'You hold your towel in place and hook your thumb to the door. "Please leave, you are making me very uncomfortable."'
|
|
|
+ 'He keeps looking you over and for a moment you don''t think he is going to leave, but then he finally says. "Ok... ok... I''m going." With that he slowly turns and leaves, stopping to close the door very slowly.'
|
|
|
+ act 'Get dressed': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ act 'How is that?':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower3.jpg"></center>'
|
|
|
+ 'Curiosity wins out and you decided to ask him what he means by his wife knows how the world works. "What do you mean, she knows how the world works?"'
|
|
|
+ 'He gives you a predatory smile. "Women exist to serve the sexual needs of men of course and we can''t just be with one woman, we need to spread our seed. That''s how our species survived after all, men are genetically engineered to be that way." He says as he grabs the top of your towel and starts to pull it away from you.'
|
|
|
+ gs 'willpower', 'exhib', 'resist', 'medium'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Resist him removing your towel (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower0.jpg"></center>'
|
|
|
+ 'You grab ahold of the towel to hold it in place. He pulls on it and exposes your tits briefly, "Please stop." but as you fight more he finally stops, letting go of your towel. Allowing you to back up and create some space between the two of you, as you do you hook your thumb to the door. "Please leave, you are making me very uncomfortable."'
|
|
|
+ 'He keeps looking you over and for a moment you don''t think he is going to leave, but then he finally says. "Ok... ok... I''m going." With that he slowly turns and leaves, stopping to close the door very slowly.'
|
|
|
+ act 'Get dressed': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Resist him removing your towel(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ act 'Let him pull your towel away':
|
|
|
+ *clr & cla
|
|
|
+ inhib_exp += 1
|
|
|
+ gs 'boyStat', 'A272'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower4.jpg"></center>'
|
|
|
+ 'You don''t resist and let him pull your tower away, now you are standing in front of him completely naked. He looks over your naked body with hungry eyes, before looking up to your face. "Uh-oh, now look what you have done." He says, as he unzips his pants and pulls free his <<dick>>cm <<$dick_girth>> cock.'
|
|
|
+ 'You look down and see his hard cock, it is decent size, a bit above average you would say. As you are looking at it, he continues to talk. "Looks like you are going to have to suck it now."'
|
|
|
+ gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Resist sucking his dick (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/rostislav/post_shower0.jpg"></center>'
|
|
|
+ 'You grab your towel back from him and cover back up, no way you are going to suck his dick, letting him see you naked is one thing, but this. "Please leave, you are making me very uncomfortable."'
|
|
|
+ 'He keeps looking you over and for a moment you don''t think he is going to leave, but then he finally says. "Ok... ok... I''m going." With that he slowly turns and leaves, stopping to close the door very slowly.'
|
|
|
+ act 'Get dressed': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Resist sucking his dick(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ act 'Drop to your knees': gt 'radaptev1', 'shower_rostislav1'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif temp <= 2 and hotcat >= 6:
|
|
|
+ inhib_exp += 1
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/radislav/shower1.jpg"></center>'
|
|
|
+ if hotcat = 10:
|
|
|
+ if tits <= 2:
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Damn you are as good looking as I thought, kinda small tits though, guess no one is perfect. What are you doing with my brother? You are way out of his league." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ elseif tits >= 5:
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Damn you are as good looking as I thought, with nice big titties, you are about as close to perfect as a girl can get. What are you doing with my brother? You are way out of his league." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ else
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Damn you are as good looking as I thought, decent enough tits, guess no one is perfect. What are you doing with my brother? You are way out of his league." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ end
|
|
|
+ elseif hotcat >= 8:
|
|
|
+ if tits <= 2:
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Pretty nice body, kinda small tits. Better than my brother can typically land." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ elseif tits >= 5:
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Not bad looking, nice tits at least. Better than my brother can typically land." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ else
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Not bad looking, decent enough tits. Better than my brother can typically land." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if tits <= 2:
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Not bad looking, kinda small tits. About as well as I can expect Rad to do honestly." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ elseif tits >= 5:
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Not bad looking, nice tits at least. About as well as I can expect Rad to do honestly." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ else
|
|
|
+ 'Just as you are about to finish showering, the current is yanked back startling you. As you look you see Radislav, Radomir''s older brother standing their with a grin on his face. "Not bad looking, decent enough tits. About as well as I can expect Rad to do honestly." He says with a laugh, as he looks at you like he is examining a prized pet.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'willpower', 'exhib', 'resist', 'medium'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Cover up and tell him to leave (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/radislav/shower0.jpg"></center>'
|
|
|
+ 'You grab the towel off the towel rack and quickly use it to cover yourself up, followed by you point at the door. "Please leave, you are making me very uncomfortable."'
|
|
|
+ 'He gets a dark look in his eye, you can tell he is angry. "Bitch." With that he slowly turns and leaves, stopping to close the door very slowly.'
|
|
|
+ act 'Get dressed': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Cover up and tell him to leave(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ act 'Wait to see what he does':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/radislav/shower2.jpg"></center>'
|
|
|
+ 'You just stand there naked in front of him with the water from the shower still pattering against your skin. He stares at your naked body for a long moment before he suddenly grabs you and pulls you close to him. You nearly trip as he pulls you out of the tube, you fall against him as he catches you, to keep you from falling. Suddenly you find your naked wet body pressed up against him, before you can say anything he suddenly kisses you, a long passionate kiss. When he finally breaks the kiss he looks you dead in the eyes as he says. "Get on your knees slut and suck my dick."'
|
|
|
+ gs 'arousal', 'kiss', 1
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ gs 'willpower', 'sex', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Refuse and cover up (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/sex/bathroom/radislav/shower0.jpg"></center>'
|
|
|
+ 'You pull away from him and then grab the towel off the towel rack, quickly using it to cover yourself up, followed by you point at the door. "Please leave, you are making me very uncomfortable."'
|
|
|
+ 'He gets a dark look in his eye, you can tell he is angry. "Fucking tease." With that he slowly turns and leaves, stopping to close the door very slowly.'
|
|
|
+ act 'Get dressed': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Refuse and cover up(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ act 'Drop to your knees': gt 'radaptev1', 'shower_radislav1'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '<center><h4><font color="maroon">Bathroom</font></h4></center>'
|
|
|
+ '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
|
|
|
+ 'You take a quick shower.'
|
|
|
+ act 'Take a selfie':
|
|
|
+ gs 'telefon', 'Phone_selfie_image_bathing', 'shower'
|
|
|
+ end
|
|
|
+ act 'Get out of the shower': gt 'radapt', 'bathroom'
|
|
|
+ end
|
|
|
+ if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
+ killvar 'temp'
|
|
|
+ end
|
|
|
+ dynamic $bath
|
|
|
+ dynamic $bteeth
|
|
|
+ dynamic $tampon
|
|
|
+ dynamic $basin
|
|
|
+ gs 'din_van', 'prvt_pee'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'livingroom':
|
|
|
+ menu_off = 0
|
|
|
+ *clr & cla
|
|
|
+ if livingev_day ! daystart:
|
|
|
+ livingev = rand (1, 5)
|
|
|
+ else
|
|
|
+ livingev = 0
|
|
|
+ end
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ $locclass = 'livingr'
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color = maroon>Living room</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/living.jpg"></center>'
|
|
|
+ 'The room is very clean and tidy. A couch is against one wall with a tv stand and flatscreen tv sitting on it against the opposite wall. In front of the couch is to small coffee tables with plants on them. Large matching curtains hang on the wall next to the window, a matching recliner sits near the couch.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'kitchen':
|
|
|
+ menu_off = 0
|
|
|
+ *clr & cla
|
|
|
+ if kitchenev_day ! daystart:
|
|
|
+ kitchenev = rand (1, 5)
|
|
|
+ else
|
|
|
+ kitchenev = 0
|
|
|
+ end
|
|
|
+ minut += 1
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ $locclass = 'kitr'
|
|
|
+ gs 'stat'
|
|
|
+ gs 'kit_din'
|
|
|
+ '<center><b><font color = maroon>Kitchen</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/kitchen.jpg"></center>'
|
|
|
+ 'The room is very clean very tidy, there is a small table that sits four in the room. The room has a nice clean lived in, homey feel to it.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+ act 'Look in the fridge': gt 'radapt', 'fridge'
|
|
|
+ dynamic $fill_bottle
|
|
|
+ dynamic $driwater
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'fridge':
|
|
|
+ menu_off = 1
|
|
|
+ *clr & cla
|
|
|
+ minut += 1
|
|
|
+ if radfood_day ! daystart:
|
|
|
+ radbeer_count = 2
|
|
|
+ radvodka_count = 5
|
|
|
+ radsup_count = 1
|
|
|
+ end
|
|
|
+ gs 'stat'
|
|
|
+ if radbeer_count = 2:
|
|
|
+ $rad_beer = ' 2 beers,'
|
|
|
+ elseif radbeer_count = 1:
|
|
|
+ $rad_beer = ' 1 beer,'
|
|
|
+ else
|
|
|
+ $rad_beer = ''
|
|
|
+ end
|
|
|
+
|
|
|
+ if radvodka_count = 5:
|
|
|
+ $rad_vodka = ' a full bottle of vodka,'
|
|
|
+ elseif radvodka_count = 3:
|
|
|
+ $rad_vodka = ' a half-empty bottle of vodka,'
|
|
|
+ elseif radvodka_count = 1:
|
|
|
+ $rad_vodka = ' a nearly empty bottle of vodka,'
|
|
|
+ else
|
|
|
+ $rad_vodka = ''
|
|
|
+ end
|
|
|
+
|
|
|
+ if radsup_count >= 1:
|
|
|
+ $rad_sup = ' some left overs'
|
|
|
+ else
|
|
|
+ $rad_sup = ''
|
|
|
+ end
|
|
|
+
|
|
|
+ if radbeer_count = 0 and radvodka_count = 0 and radsup_count = 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holodpusto.jpg"></center><br><font color = red>empty shelves.</font>'
|
|
|
+ if radbeer_count > 0 and radvodka_count > 0 and radsup_count > 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holod'+rand(1,3)+'.jpg"></center>'
|
|
|
+ 'You open the fridge and see:<<$rad_vodka>><<$rad_beer>><<$rad_sup>><<$r_pusto>>'
|
|
|
+ act 'Close the refrigerator': gt 'radapt', 'kitchen'
|
|
|
+ if radbeer_count > 0:
|
|
|
+ act 'Have a beer':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'drugs', 'alcohol', 'beer'
|
|
|
+ radfood_day = daystart
|
|
|
+ radbeer_count -= 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/beer'+rand(1,3)+'.jpg"></center>'
|
|
|
+ 'You take a bottle of beer from the fridge and drink it, which quenches your thirst.'
|
|
|
+ act 'Continue': gt 'radapt', 'fridge'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if radvodka_count > 0:
|
|
|
+ act 'Drink some vodka':
|
|
|
+ *clr & cla
|
|
|
+ minut += 1
|
|
|
+ gs 'drugs', 'alcohol', 'vodka'
|
|
|
+ radfood_day = daystart
|
|
|
+ radvodka_count -= 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
|
|
|
+ 'You pour some vodka in a glass and drink it. You shiver as you feel the warm, burning sensation slowly slide down your gullet.'
|
|
|
+ act 'Put the bottle back in the fridge': gt 'radapt', 'fridge'
|
|
|
+ act 'Drink more vodka':
|
|
|
+ *clr & cla
|
|
|
+ if radvodka_count = 0:
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka0.jpg"></center>'
|
|
|
+ '<font color = red>There''s no vodka left. You drank it all!</font>'
|
|
|
+ elseif radvodka_count > 0:
|
|
|
+ minut += 1
|
|
|
+ gs 'drugs', 'alcohol', 'vodka'
|
|
|
+ radvodka_count -= 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
|
|
|
+ 'You pour yourself another glass and drain it in one gulp. Wow, that stuff is strong!'
|
|
|
+ end
|
|
|
+ act 'Continue': gt 'radapt', 'fridge'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if radsup_count > 0:
|
|
|
+ act 'Eat some leftovers':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ radfood_day = daystart
|
|
|
+ radsup_count -= 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/food/leftovers.jpg"></center>'
|
|
|
+ pcs_health += 10
|
|
|
+ pcs_mood += 20
|
|
|
+ fat += 2
|
|
|
+ pcs_energy += 50
|
|
|
+ if pcs_hydra >= 100:
|
|
|
+ pcs_hydra += 20
|
|
|
+ else
|
|
|
+ pcs_hydra += 40
|
|
|
+ end
|
|
|
+ cumspclnt = 2
|
|
|
+ gs 'cum_cleanup'
|
|
|
+ pcs_breath = 0
|
|
|
+ 'It seems to be leftovers from a ready to make meal. You wonder if anyone here knows how to cook.'
|
|
|
+ act 'Continue': gt 'radapt', 'fridge'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'radparents':
|
|
|
+ menu_off = 0
|
|
|
+ *clr & cla
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color = maroon>Radomir''s parent''s room</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/parents_bedroom.jpg"></center>'
|
|
|
+ 'The room is very well decorated, a large plant in one corner, a number of nicknacks on the dresser, you can certainly tell this place has a womans touch. In the center against one wall is a large well made bed, everything looks tastefully decorated and clean.'
|
|
|
+ if hour < 7:
|
|
|
+ 'You look into the bedroom and see Radomir''s parents asleep. Anfisa is snuggle up against Rostislav. You don''t want to disturb them, so you close the door and leave.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+ else
|
|
|
+ 'Since nobody''s here, you should probably leave.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'brotherroom':
|
|
|
+ menu_off = 0
|
|
|
+ *clr & cla
|
|
|
+ gs 'shortgs', 'setloc', 'radapt', $ARGS[0]
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color = maroon>Radomir''s brother''s room</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/brothers_bedroom.jpg"></center>'
|
|
|
+ 'The room is very well clean and done up in dark green and a bright almost neon green. Along one wall is a bed with some shelves above it, on the shelves are several sports trophies. There is a obvious football theme going on with the bedroom, with a couple of balls in the room, along with posters of some famous players. The is also a dresser that opposite the bed, along with a small desk, with a laptop lying on it closed.'
|
|
|
+ if hour < 7:
|
|
|
+ 'You look into the bedroom and see Radomir''s brother asleep. You don''t want to disturb him, so you close the door and leave.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+ else
|
|
|
+ 'Since nobody''s here, you should probably leave.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'radroom':
|
|
|
+ $menu_loc = 'radapt'
|
|
|
+ $menu_arg = 'radroom'
|
|
|
+ menu_off = 0
|
|
|
+ $locclass = 'bedr'
|
|
|
+ CLOSE ALL
|
|
|
+ $track_loop = ''
|
|
|
+ music_loop = 1
|
|
|
+ *clr & cla
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><h4><font color="maroon">Radomir''s Room</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/rads_room.jpg"></center>'
|
|
|
+ 'The room is surprisingly clean, other than a few things lying on the floor, like it was recently tossed or dropped there it is nice looking. The walls are covered with pictures and posters of famous girl models or band posters, with a few decorations, while the room is skillfully decorated with a red and black theme to it. In the center of the room, near the window, is a <a href="exec:gt ''radapt'', ''bed''">bed</a> one one side of the bed is a desk with a <a href="exec:gt ''radapt'', ''computer''">laptop</a>.'
|
|
|
+ 'On the other side of the bed is a nice sound system, there is a speaker spaced about the room. Against the wall opposite the bed is a dresser with a flatscreen TV on it. On the last wall, there are several guitar stands with guitars in them, including one <a href="exec:gt ''radapt'', ''guitar''">acoustic guitar</a>, right in front of that is an amp and a speaker, along with a black beanbag chair with a skull face on it.'
|
|
|
+ act 'Leave':gt 'radapt', 'hallway'
|
|
|
+ if RadomirLoc = 2:
|
|
|
+ '<br>Radomir is sitting on the beanbag with a skull face on it, looking at.'
|
|
|
+ act 'Talk to Radomir': RadomirLoc = 2 & gt 'anushkachat', 'chat'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'computer':
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ if RadomirLoc = 2 and radomirQW['computer_use'] = 0:
|
|
|
+ radomirQW['computer_use'] = 1
|
|
|
+ *clr & cla
|
|
|
+ '<center><h4><font color="maroon">Radomir''s Room</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/laptop.jpg"></center>'
|
|
|
+ 'You point towards his laptop. "You''re so lucky to have your own computer."'
|
|
|
+ '"I bought it with some of the money I made from our gigs, mostly I use it to play games or do homework." You talk for a little bit about what kinds of games he plays, and it turns out he mostly plays RPG''s like the Witcher.'
|
|
|
+ 'Then he says. "You can use it if you want."'
|
|
|
+ act 'Find something else to look at':gt 'radapt', 'radroom'
|
|
|
+ act 'Go online': gt 'Komp', 'start'
|
|
|
+ elseif RadomirLoc = 2 and radomirQW['computer_use'] >= 1:
|
|
|
+ *clr & cla
|
|
|
+ '<center><h4><font color="maroon">Radomir''s Room</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/laptop.jpg"></center>'
|
|
|
+ 'You point towards his laptop. "You mind if I use it again?"'
|
|
|
+ 'He shrugs a bit. "Sure go ahead."'
|
|
|
+ act 'Find something else to look at': gt 'radapt', 'radroom'
|
|
|
+ act 'Go online': gt 'Komp', 'start'
|
|
|
+ elseif radomirQW['computer_use'] > 0 and RadomirLoc ! 2:
|
|
|
+ *clr & cla
|
|
|
+ 'You decide to use Radomir''s computer. You''re sure he wouldn''t mind.'
|
|
|
+ act 'Turn the computer off':gt 'radapt', 'radroom'
|
|
|
+ gs 'internet_mobile', 'get_access', 'free', 'nocamshow'
|
|
|
+ act 'Go online': gt 'Komp', 'start'
|
|
|
+ act 'Check out his porn':
|
|
|
+ *clr & cla
|
|
|
+ '<center><h4><font color="maroon">Radomir''s Room</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/usecomp.jpg"></center>'
|
|
|
+ 'You take a seat in front of the computer. Maybe I should look at what kind of porn Radomir likes to watch? He won''t mind, right? you think to yourself.'
|
|
|
+ 'You start the computer up. It loads much faster than what you are used to, so it must be a pretty high-end laptop. Once it''s done loading, you click on the internet browser and look through his browsing history plus bookmarks.'
|
|
|
+ 'You see that he''s watched videos from all kinds of porn sites. It is almost exclusively boy-girl rough dominate sex, where the guy is rough with the girl and dominates her. A lot of it is hard rough anal sex, there is also a little bit of lesbian sex and that seems to be about it. It would seem Radomir knows what he likes and that''s it.'
|
|
|
+ gs 'arousal', 'porn', 10
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ act 'Turn the computer off': gt 'rapapt', 'radroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ *clr & cla
|
|
|
+ '<center><h4><font color="maroon">Radomir''s Room</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/laptop.jpg"></center>'
|
|
|
+ 'You''re not sure you should be using his computer when he isn''t here without his permission, so you decide to leave it alone.'
|
|
|
+ act 'Return': gt 'radapt', 'radroom'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'guitar':
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ if RadomirLoc = 2:
|
|
|
+ *clr & cla
|
|
|
+ minut += 2
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/guitar.jpg"></center>'
|
|
|
+ 'You check out the two guitars hanging on the wall. One of them is an acoustic guitar that looks pretty old but well cared for. The other is what looks like a relatively new and costly electric guitar.'
|
|
|
+ act 'Look at something else': gt 'radapt', 'radroom'
|
|
|
+ act 'Ask how long it took to learn to play':
|
|
|
+ *clr & cla
|
|
|
+ minut += 10
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/guitar.jpg"></center>'
|
|
|
+ '"How long did it take you to learn to play?" you ask.'
|
|
|
+ 'He smiles to you. "Not to long, I was pretty good right away, then Nush and I started to hangout and exchange what we knew." The two of you talk a bit about how long it takes to master a guitar like he has from his own words.'
|
|
|
+ act 'Look at something else':gt 'radapt', 'radroom'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/guitar.jpg"></center>'
|
|
|
+ 'You check out the guitars. One of them is an acoustic guitar that looks very new and fairly expensive. The others are electric guitars of various types, they all look pretty expensive.'
|
|
|
+ act 'Look at something else':gt 'radapt', 'radroom'
|
|
|
+ if instrmusic_lvl < 5:
|
|
|
+ act 'Pretend to play':
|
|
|
+ *clr & cla
|
|
|
+ minut += 10
|
|
|
+ pcs_mood += 10
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anushroom/play_guitar.jpg"></center>'
|
|
|
+ 'You decide to live out one of your fantasies. You''ve always wanted to play the guitar, so you grab hold of the guitar and pretend to play, putting on a show as if you were a real rock star. After a while, you need to catch your breath. Playing was a lot harder than you thought.'
|
|
|
+ act 'Put the guitar back':gt 'radapt', 'radroom'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ act 'Try to play it':
|
|
|
+ *clr & cla
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anushroom/play_guitar.jpg"></center>'
|
|
|
+ if pcs_instrmusic < 20 or instrmusic_lvl < 10:
|
|
|
+ gs 'exp_gain', 'instrmusic', rand(0,1)
|
|
|
+ pcs_mood += 5
|
|
|
+ minut += 20
|
|
|
+ gs 'pain', 1, 'fingers', 'ache'
|
|
|
+ gs 'stat'
|
|
|
+ 'You gently brush your fingers over the strings. The feeling of the coarse strings against your fingers is exhilarating. You come up with a song you want to try to play and start to work your magic...'
|
|
|
+ 'Unfortunately, playing the guitar is a lot harder than it looks. It takes you several minutes to hit the right notes and several more to play even the tiny first fraction of the song without making a mistake. The strings cut into your tender, uncalloused fingertips and you eventually decide to stop.'
|
|
|
+ 'You realize now that learning how to play the guitar can be a frustrating, painful experience, yet you can''t help but gently stroke the guitar once more before putting it back on its stand. You look forward to trying to play again.'
|
|
|
+ act 'Put the guitar back':gt 'radapt', 'radroom'
|
|
|
+ elseif pcs_instrmusic < 40:
|
|
|
+ gs 'exp_gain', 'instrmusic', rand(0,2)
|
|
|
+ pcs_mood += 5
|
|
|
+ minut += 20
|
|
|
+ 'You gently brush your fingers over the strings and slowly pick at them before you start playing a song you recently started learning. Unfortunately, you still have a lot to learn - it takes you several minutes to hit the right notes and several more to play even a tiny bit of the song without making a mistake. Still, you''re better than you used to be, and after about twenty minutes, you decide to stop.'
|
|
|
+ act 'Put the guitar back':gt 'radapt', 'radroom'
|
|
|
+ elseif pcs_instrmusic < 60:
|
|
|
+ gs 'exp_gain', 'instrmusic', rand(0,3)
|
|
|
+ pcs_mood += 5
|
|
|
+ minut += 20
|
|
|
+ 'You gently brush your fingers over the strings and slowly pick at them before you start playing a song you recently started learning. You keep making small mistakes here and there, but you''re slowly but steadily getting the piece down. After about twenty minutes, you decide you''ve messed around with the guitar enough.'
|
|
|
+ act 'Put the guitar back':gt 'radapt', 'radroom'
|
|
|
+ else
|
|
|
+ gs 'exp_gain', 'instrmusic', rand(1,5)
|
|
|
+ pcs_mood += 5
|
|
|
+ minut += 20
|
|
|
+ 'You pick up the guitar, run your hand along the neck and play a few chords, then flick your hair back and start playing the latest song you''ve learned before switching to another piece. Your fingers dance gracefully over the strings, and you spend about twenty minutes just having fun playing songs.'
|
|
|
+ act 'Put the guitar back':gt 'radapt', 'radroom'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'bed':
|
|
|
+ $menu_loc = 'radapt'
|
|
|
+ $menu_arg = 'bed'
|
|
|
+ menu_off = 0
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rads_room/rads_room.jpg"></center>'
|
|
|
+ if RadomirLoc = 2:
|
|
|
+ 'The bed is fairly large and when you lay down on it, it is surprisingly soft. It feels like it would be amazing to sleep on. You notice he is watching you lay on his bed.'
|
|
|
+ else
|
|
|
+ 'You lie down on his bed and roll over, taking a deep breath to find the pillow smells just like him. There''s not much to do without Radomir, and you start feeling bored, wishing Radomir was here.'
|
|
|
+ end
|
|
|
+ act 'Get out of the bed': gt 'radapt', 'radroom'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'firstvisit':
|
|
|
+ menu_off = 1
|
|
|
+ *clr & cla
|
|
|
+ $location_type = 'indoors'
|
|
|
+ gs 'themes', 'indoors'
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ locat['A154'] = 22
|
|
|
+ if hour < 16:
|
|
|
+ !!not 100% sure what all this code does and if it is needed or not
|
|
|
+ locat['154_rand1'] = daystart
|
|
|
+ locat['154_save1'] = locat['154']
|
|
|
+ elseif hour < 18:
|
|
|
+ locat['154_rand2'] = daystart
|
|
|
+ locat['154_save2'] = locat['154']
|
|
|
+ elseif hour < 20:
|
|
|
+ locat['154_rand3'] = daystart
|
|
|
+ locat['154_save3'] = locat['154']
|
|
|
+ elseif hour < 22:
|
|
|
+ locat['154_rand4'] = daystart
|
|
|
+ locat['154_save4'] = locat['154']
|
|
|
+ end
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/stairs/etaj4.jpg"></center>'
|
|
|
+ 'Radomir leads you to his apartment, and the two of you talk a bit as you go. It''s nothing important, just idle small talk to pass the time. Once on the fifth floor of his building, he leads you to apartment 21. It''s one of the corner apartments. You know from your own building these are the bigger three bedroom apartments. He unlocks the door with his keys and leads you inside.'
|
|
|
+ act 'Continue':
|
|
|
+ *clr & cla
|
|
|
+ minut += 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><h4><font color="maroon">Entrance hall</font></h4></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/Radislav.jpg"></center>'
|
|
|
+ 'The first thing you notice is a small coat rack with several coats hanging from it, the next is a large mirror just down the hall and a couple of paintings hanging on the wall. Other than that the hall is empty and very clean.'
|
|
|
+ *nl
|
|
|
+ 'As you follow Radomir down the hall, a young man steps out from one of the doorways. He looks a lot like Radomir but at least five or six years older than him, half dozen or more centimeters taller, and ten to fifteen kilograms heavier. Or a holder slightly taller more jacked up athletic version of Radomir, but just as good looking. Before you can ask anything he lightly punches Radomir in the gut, enough to make him double over slightly. "Oh fuck, dude..." Radomir says as he catches his breath. "What the fuck was that for Radislav?"'
|
|
|
+ *nl
|
|
|
+ 'As Radomir still recovers from the gut punch, the other guy leans against the wall just in front of you looking at you like you are a piece of meat.'
|
|
|
+ if hotcat >= 9:
|
|
|
+ 'He looks back to Radomir. "Damn bro, you did good... for once to snag a hottie like this."'
|
|
|
+ 'Then he turns back to you and leans close. "Hello, my name is Radislav, this losers, stronger, better looking, bigger... in every way brother. What''s your name?"'
|
|
|
+ 'Radomir''s older brother looks like an older more masculine jock version of him. "<<$pcs_nickname>>."'
|
|
|
+ *nl
|
|
|
+ 'He smiles, he has a very nice smile you notice. "What are you doing hanging out with a loser like my little bro here? You should be with a real man, like me." He just oozes confidence like he has never had a girl turn him down ever.'
|
|
|
+ 'But before you can answer Radomir lunges at him. "Asshole!" Soon they are wrestling in the hall before they end up going back through the doorway Radislav came out of.'
|
|
|
+ elseif hotcat >= 7:
|
|
|
+ 'He looks back to Radomir. "Not bad bro, she is almost as hot as Nush... almost. Which is pretty good for you, still never knew what Nush saw in your dumb ass."'
|
|
|
+ 'Then he turns back to you and leans close. "Hello, my name is Radislav, this losers, stronger, better looking, bigger... in every way brother. What''s your name?"'
|
|
|
+ 'Radomir''s older brother looks like an older more masculine jock version of him. "<<$pcs_nickname>>."'
|
|
|
+ *nl
|
|
|
+ 'He smiles, he has a very nice smile you notice. "What are you doing hanging out with a loser like my little bro here? You should be with a real man, like me." He just oozes confidence like he has never had a girl turn him down ever.'
|
|
|
+ 'But before you can answer Radomir lunges at him. "Asshole!" Soon they are wrestling in the hall before they end up going back through the doorway Radislav came out of.'
|
|
|
+ elseif hotcat = 6:
|
|
|
+ 'He looks back to Radomir. "I see you brought home another one of your so-called groupies, you should have thrown this one back and got yourself a good-looking one... oh wait I forgot this is the best you can get." He says with a laugh, obviously mocking Radomir for you not being apparently good-looking enough.'
|
|
|
+ 'Then he turns back to you and leans close. "Hello, my name is Radislav, this losers, stronger, better looking, bigger... in every way brother. What''s your name?"'
|
|
|
+ 'Radomir''s older brother looks like an older more masculine jock version of him. "<<$pcs_nickname>>."'
|
|
|
+ *nl
|
|
|
+ 'He smiles, he has a very nice smile you notice. "I guess my little bro is the best you can do huh." He says that in such a condescending way, like you are completely beneath him.'
|
|
|
+ 'But before you can answer Radomir lunges at him. "Asshole!" Soon they are wrestling in the hall before they end up going back through the doorway Radislav came out of.'
|
|
|
+ else
|
|
|
+ 'He looks back to Radomir. "Fuck bro, I know you don''t got my bod or looks, but have some respect for yourself. No need to settle for a cow like this."'
|
|
|
+ 'Then he turns back to you and gives you a look of disgust. "Man genetics was not kind to you was they."'
|
|
|
+ 'Radomir''s older brother looks like an older more masculine jock version of him. "<<$pcs_nickname>>."'
|
|
|
+ 'But before you can answer Radomir lunges at him. "Asshole!" Soon they are wrestling in the hall before they end up going back through the doorway Radislav came out of.'
|
|
|
+ end
|
|
|
+ act 'Follow them':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color = maroon>Living room</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/brothers_wrestle.jpg"></center>'
|
|
|
+ 'As they wrestle you follow them into the next room, it seems to be the living room. It becomes clear pretty quick that Radislav is older, bigger, heavier and honestly looks more skilled as he seems to be toying with Radomir. A few moments later a middle-aged attractive woman comes in. "Now you stop that boys... I said stop that." They completely ignore her repeated efforts to make them stop, you can only assume she is their mother. Finally she calls down the hall. "Rostislav get in here and get these boys to stop before they break something."'
|
|
|
+ *nl
|
|
|
+ 'The boys keep going at it, finally a couple of minutes later a middle-aged man comes in, he looks a lot like Radislav, or you should say Radislav looks like a younger version of him. It is obvious they are father and son as they look a lot alike. He is just as attractive as his son in a fatherly sort of way. He looks over what is happening and then turns to the woman and shrugs. "Boys will be boys, they need to establish their alpha dominance, it''s what boys do, besides it is good for Rad. Builds character, Anfisa."'
|
|
|
+ act 'Keep watching':
|
|
|
+ *clr & cla
|
|
|
+ minut += 2
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/anfisa.jpg"></center>'
|
|
|
+ 'She puts her hands on her slim hips as she looks at Rostislav. "Fine but if they break something then you are buying me a new one."'
|
|
|
+ 'He sighs dramatically, then turns towards the boys again. "Enough!"'
|
|
|
+ 'Now Radislav starts really trying and quickly pins Radomir on the floor. After he does he looks up at his dad and you can see an approving smile on his face. "Let your brother up." As Radislav gets up, Radomir gives him another shove, while the dad watches and gives a disapproving head shake to Radomir. "You need to bulk up and put some muscles on you."'
|
|
|
+ *nl
|
|
|
+ 'While Anfisa comes over to start mother henning over Radomir, she turns to look at her husband. "Now you know he is a sensitive boys." Then she looks back at Radomir. "Are you ok sweety?"'
|
|
|
+ 'Radomir steps away from his mom so she stops mothering him while his brother laughs. "MOM! I''m not a sensitive boy, I am a grown-ass man."'
|
|
|
+ 'She just smiles. "Of course, you are my sweet boy." Radomir just rolls his eyes at this, while his brother just laughs more. Now that you see them all together it is obvious Radomir takes after his mother a lot more than his father, while his brother looks just like a younger version of his father.'
|
|
|
+ act 'Watch it play out':
|
|
|
+ *clr & cla
|
|
|
+ minut += 3
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rostislav.jpg"></center>'
|
|
|
+ 'The father looks at his wife. "Stop mothering him all the time, he needs to learn to establish his dominance." Then he looks at his boys. "Now what was this all about?"'
|
|
|
+ 'Radislav is the first one to speak up. "I was just introducing myself to Rad''s new girl and he jumped me. Likely afraid once she saw better she would dump him like all the rest." He says with a smug smile, by the way he said it, it sounds like he has stolen a few of Radomir''s girlfriends in the past.'
|
|
|
+ 'The father shakes his head. "What have I told you boys about fighting over girls? Hmm? There are plenty of sluts out there, no reason to fight over them. You just take the best ones you can get and move on."'
|
|
|
+ *nl
|
|
|
+ 'Anfisa shakes her head and looks at her husband. "You shouldn''t tell them stuff like that, you want them to find the right girl and settle down don''t you?"'
|
|
|
+ 'He just chuckles and walks over to hug his wife. "Of course I do, but you know as well as I do, most of those bitches are not worthy of our boys, so they might as well have fun with them until they find that special girl like I did."'
|
|
|
+ 'The mother looks a little doubtful but then smiles as her husband flatters her. "Well... I suppose..."'
|
|
|
+ 'He nods. "Now why don''t you go start dinner while I talk to the boys." She nods and starts to walk off and her husband gives her butt a smack which gets a giggle out of her but also a slightly disapproving look, you think the look is just for show.'
|
|
|
+ act 'Keep waiting':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/radapt/rostislav.jpg"></center>'
|
|
|
+ 'Once the mother is gone and out of earshot he turns to look at his boys. "Now what have I always told you? Fuck all the bitches you can while you can, until one of them eventually gets her hooks into you and you start a family of your own." Radislav says Yes sir a but more confident, Radomir mutters it more than anything. Then the father finally turns to acknowledge you for the first time. You had started to wonder if he even noticed you before now.'
|
|
|
+ *nl
|
|
|
+ if hotcat >= 9:
|
|
|
+ 'He looks back to Radomir. "Very nice son, she sure is a looker."'
|
|
|
+ 'Then he turns back to you. "Hello, my name is Rostislav, these knuckleheads father. What''s your name?"'
|
|
|
+ 'You tell him your name. "<<$pcs_nickname>>."'
|
|
|
+ *nl
|
|
|
+ 'He smiles, he has a very nice smile you notice. "Well it is a pleasure to meet you, you are welcome here any time." Is Radomir''s father flirting with you? In front of his son, it sure feels like he is.'
|
|
|
+ 'But before you can answer Radomir walks over and says to you. "Come on lets go." Then he leads you off down to his room, you can hear his brother and father still talking but you can''t make it out, but the tone of voice. You would guess it was about you and what they think girls are good for.'
|
|
|
+ elseif hotcat >= 7:
|
|
|
+ 'He looks back to Radomir. "Not bad son, not as good-looking as Nush is, but not bad." Then he pauses. "How come Nush almost never comes over anymore?"'
|
|
|
+ 'Radomir sighs. "I told you, we broke up."'
|
|
|
+ 'His father just looks at him a moment as if waiting for him to say more. "So? You don''t need to date a girl to get a little pussy off her."'
|
|
|
+ 'Radislav laughs a bit and then says to Radomir. "Yeah dumbass, I think I might smash that too."'
|
|
|
+ *nl
|
|
|
+ 'Radomir glares at his brother. "Just stay the fuck away from Nush."'
|
|
|
+ 'The father speaks up. "Enough! What did I just say about fighting over girls? If your brother wants to tap that ass and Nush is up for it, that''s between them, got it?" Radomir doesn''t answer but you can tell he is very annoyed with is father and brother right now.'
|
|
|
+ 'Then the father turns back to you. "Hello, my name is Rostislav, these knuckleheads father. What''s your name?"'
|
|
|
+ 'You tell him your name. "<<$pcs_nickname>>."'
|
|
|
+ *nl
|
|
|
+ 'He smiles, he has a very nice smile you notice. "Well it is nice to meet you, you are welcome here any time." Is Radomir''s father flirting with you? In front of his son, it sure feels like he is.'
|
|
|
+ 'But before you can answer Radomir walks over and says to you. "Come on lets go." Then he leads you off down to his room, you can hear his brother and father still talking but you can''t make it out, but the tone of voice. You would guess it was about you and what they think girls are good for.'
|
|
|
+ elseif hotcat = 6:
|
|
|
+ 'He looks back to Radomir. "Well you could do worse I suppose, she sure isn''t much of a looker, but as long as she is cute enough, a warm wet hole is a warm wet hole after all."'
|
|
|
+ 'Then he turns back to you. "Hello, my name is Rostislav, these knuckleheads father. What''s your name?"'
|
|
|
+ 'You tell him your name. "<<$pcs_nickname>>."'
|
|
|
+ *nl
|
|
|
+ 'He smiles, he has a very nice smile you notice. "Well it is nice to meet you, you are welcome here any time." Is Radomir''s father flirting with you? In front of his son, it sure feels like he is.'
|
|
|
+ 'But before you can answer Radomir walks over and says to you. "Come on lets go." Then he leads you off down to his room, you can hear his brother and father still talking but you can''t make it out, but the tone of voice. You would guess it was about you and what they think girls are good for.'
|
|
|
+ else
|
|
|
+ 'He looks back to Radomir. "I hope she is here to help you with your homework, god knows you could have better grades, I sure hope your standards havn''t fallen this low."'
|
|
|
+ 'Radomir gets up with a slight low growl to his voice. "No! My standards have not dropped this low, she is here to help me study."'
|
|
|
+ 'Radislav laughs and says to his father. "Likely the best he can do anymore, since no one else would want her."'
|
|
|
+ 'The dad shakes his head. "Don''t tease your brother like that, he might not be up to your standards, he takes after his mother more after all, but he is better than this and we should encourage it."'
|
|
|
+ 'Radislav nods a bit as if agreeing with his father or at least submitting to his fathers words. Radomir walks over and says to you. "Come on lets go." Then he leads you off down to his room, you can hear his brother and father still talking but you can''t make it out, but the tone of voice. You would guess it was about you and what they think of you which likely isn''t anything nice.'
|
|
|
+ end
|
|
|
+ act 'Go to Radomir''s room': gt 'rad_bedroom', 'radroom'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'meet_after_school':
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big154.jpg"></center>'
|
|
|
+ 'You find Radomir waiting for you outside the school. "You ready?" he asks, and you nod your head. The two of you walk back to the apartment complex.'
|
|
|
+ act 'Continue': gt 'radapt', 'firstvisit'
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+--- radapt ---------------------------------
|