Browse Source

[Added] More things to do in Albina's room by Vengeance_11.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
f039b9ecc3
3 changed files with 101 additions and 6 deletions
  1. 6 6
      locations/Komp.qsrc
  2. 94 0
      locations/albina_house_events.qsrc
  3. 1 0
      locations/albinahome.qsrc

+ 6 - 6
locations/Komp.qsrc

@@ -17,7 +17,7 @@ if $ARGS[0] = 'start':
 
 	gs 'unicoursework', 'start', 'komp', 'brows'
 
-	if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome':
+	if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'albinahome':
 		internet_store = internet
 		internet = 100000
 		act 'Browse the internet':gt 'komp', 'brows'
@@ -40,7 +40,7 @@ if $ARGS[0] = 'brows':
 	menu_off = 0
 	
 	act 'Close the browser':
-		if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'dachain':
+		if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'dachain' or $loc = 'albinahome':
 			internet = internet_store
 			killvar 'internet_store'
 		end
@@ -51,7 +51,7 @@ if $ARGS[0] = 'brows':
 		'<center><b>Browser</b></center>'
 		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/eror.jpg"></center>'
 		'You have no prepaid internet access remaining. You need to buy more, before you can go online again.'
-		if camwhore = 1 and $loc ! 'shulga_room' and $loc ! 'anushapt':
+		if camwhore = 1 and $loc ! 'shulga_room' and $loc ! 'anushapt' and $loc ! 'albinahome':
 			'Since MyFreeCams will cover the cost, you can still log on to do a cam show.'
 			act 'Go to MyFreeCams.org':gt 'komp', 'mfc'
 		end
@@ -63,7 +63,7 @@ if $ARGS[0] = 'brows':
 
 		if home_owned[1] = 2 and husband = 0:act 'Rent your apartment out':gt 'komp', 'sale'
 
-		if $loc ! 'anushapt': act 'Search for porn (1:00)':gt 'komp', 'porno'
+		if $loc ! 'anushapt' and $loc ! 'albinahome': act 'Search for porn (1:00)':gt 'komp', 'porno'
 		act 'Browse a dating website (1:00)':gt 'komp', 'znak'
 
 		if hour < 20 and hour > 7:
@@ -81,7 +81,7 @@ if $ARGS[0] = 'brows':
 		if bankAccount > 0: act 'Visit your bank, maybe to purchase more online time': gt 'komp', 'bank'
 		if shantfoto > 0:act 'Find the girl you took photos of in the park on "Assbook"':gt 'komp', 'foto'
 		if gor_dorm = 7:act 'Read letter from Eugene':gt 'etoexhib', 'pos91'
-		if camwhore = 1 and $loc ! 'shulga_room' and $loc ! 'anushapt':act 'Go to MyFreeCams.org':gt 'komp', 'mfc'
+		if camwhore = 1 and $loc ! 'shulga_room' and $loc ! 'anushapt' and $loc = 'albinahome':act 'Go to MyFreeCams.org':gt 'komp', 'mfc'
 		if (storyline = 1 and SchoolAtestat = 0) or func('uniutil', 'student', 'enrolled'):act 'Spend time studying':gt 'komp', 'study'
 		if sucpcinfo = 0 and succubxp > 0: act 'Research the strange feelings you''ve been having': gt 'succubus', 'kompresearch'
 	end
@@ -1837,7 +1837,7 @@ if $ARGS[0] = 'hotornot':
 end
 
 if $ARGS[0] = 'fin': 
-	if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'dachain': 
+	if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'dachain' or $loc = 'albinahome': 
 		internet = internet_store
 		killvar 'internet_store'
 	end

+ 94 - 0
locations/albina_house_events.qsrc

@@ -701,4 +701,98 @@ if $ARGS[0] = 'dancing':
 	end
 end
 
+if $ARGS[0] = 'night_stand':
+	menu_off = 1
+	gs 'stat'
+	!! random chance of Albina finding you or not
+	if rand(0,4) = 0:
+		*clr & cla
+		minut += 2
+		npc_rel['A23'] -= 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/snoop.jpg"></center>'
+		'Albina excuses herself and leaves the room. You grow bored waiting and decide to have a quick snoop around before she returns, opening the drawer of her nightstand to have a peek. You find a hairbrush, various skin care products, condoms, contraceptive pills, bottles of lube, a vibrator, dildos of various sizes, a large butt plug and a strap-on harness all tossed inside, seemingly without any care. A piece of folded paper hiding underneath the pile catches your eye, but you''re interrupted before you can see what it is.'
+		'"Just what do you think you''re doing?!" Albina asks in a displeased tone behind you.'
+		act 'Nothing':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/nushdrawer.jpg"></center>'
+			'You jump on the spot and slam the drawer closed before turning to face a rather annoyed looking Albina.'
+                        '"Do you mind <i>not</i> going through my personal things when I''m not here? I wouldn''t do it to you, so I don''t appeciate you doing it to me."'
+                        'You gingerly nod your head at her in reply.'
+			act 'Close the drawer':gt 'albinahome','bedroom'
+		end
+		
+	else
+		*clr & cla
+		minut += 2
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/nushdrawer.jpg"></center>'
+		'Albina excuses herself and leaves the room. You grow bored waiting and decide to have a quick snoop around before she returns, opening the drawer of her nightstand to have a peek You find a hairbrush, various skin care products, condoms, contraceptive pills, bottles of lube, a vibrator, dildos of various sizes, a large butt plug and a strap-on harness all tossed inside, seemingly without any care. A piece of folded paper hiding underneath the pile catches your eye. You look around, but it looks Albina is still busy elsewhere, so you fish out the paper and unfold it to find that it''s actually a crumpled photo of a young Albina dancing as her mother proudly watches. You can see why it has sentimental value to Albina, but decide that you''ve invaded her privacy enough, so you carefully place the photo back inside and close the drawer.'
+		act 'Close the drawer':gt 'albinahome','bedroom'
+	end
+end
+
+if $ARGS[0] = 'computer':
+	menu_off = 1
+	gs 'stat'
+	if AlbinaQW['CompUse'] = 0:
+		AlbinaQW['CompUse'] = 1
+		*clr & cla
+		'<center><img <<$set_imgh>>src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/laptop.jpg"></center>'
+		'You point towards the laptop sitting at the foot of her bed. "I should''ve guessed that you would have something like that."'
+		'"Yeah, I honestly don''t know why I bought it. I sometimes look up workout techniques and sex tips, but I mostly just use it to watch porn when I feel like rubbing one out."'
+       'You''re a little surprised that she would admit such a thing to you given how private and guarded she is about herself.'
+	
+		act 'Do something else':gt 'albinahome','bedroom'
+		
+	elseif AlbinaQW['CompUse'] > 0:
+		*clr & cla
+		'You decide to use Albina''s laptop while she''s gone, despite knowing she would be upset at you for you doing so. You boot it up and are a little surprised to find that such a private person wouldn''t have a password on her laptop.'
+		act 'Turn it off':gt 'albinahome','bedroom'
+		act 'Go online': gt 'Komp', 'start'
+		act 'Check out her porn':
+			*clr & cla
+			'<center><img <<$set_imgh>>src="images/pc/items/accessories/computer/komp.jpg"></center>'
+			'You get comfortable on the bed in front of the laptop. You''re curious about what sort of porn Albina would watch, so you click on the internet browser and look through her browsing history.'
+			*nl
+			'You aren''t surprised to find that she watches a lot of anal and lesbian sex, but are surprised to see that she also likes watching BDSM, young subs and mature doms in particular. You feel yourself getting aroused as you keep browsing.'
+			gs 'arousal', 'porn', 10
+			act 'Turn it off':gt 'albinahome','bedroom'
+			act 'Masturbate':
+				*clr & cla
+		
+				'<center><img <<$set_imgh>>src="images/pc/items/accessories/computer/kompmas.jpg"></center>'
+				'While browsing, you find a title you like the sound of and sit back on the bed to start watching. Before long, you pull your clothes aside and find yourself masturbating to the video, having completely forgotten where you are.'
+				gs 'arousal', 'porn', 10
+				act 'Continue':
+					*clr & cla
+					
+					'<center><img <<$set_imgh>>src="images/pc/items/accessories/computer/kompmas.jpg"></center>'
+					'You keep rubbing your clit as you feel your climax through the orgasmic wave of pleasure.'
+					temp = rand(0,3)
+					if temp = 0:
+                                                 npc_rel['A23'] -= 5
+						'Just before you are about to cum, you hear someone clearing their throat. Your heart leaps into your mouth and you turn to see Albina standing in the doorway watching you. You quickly rip your hand from between your legs and pull your clothes back into place. You can tell she''s pissed at you as she storms over and slams the laptop screen down. "Have fun <<$pcs_nickname>>?" You sheepishly apologize as she takes the laptop and throws it aside, not caring as it clatters along the floor. "Don''t touch my stuff when I''m not here!"'
+						act 'Find something else to do':gt 'albinahome','bedroom'
+		
+					else
+						'You lean back and spread your legs wide as you feel your climax approaching. You clamp your free hand over your mouth to muffle your screams as an intense orgasm rocks your body. It takes you a few minutes to recover once it''s over, and you manage to fix your clothes and turn the laptop off before Albina returns.'
+						$orgasm_or = 'yes'
+						gs 'arousal', 'masturbate', 10
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Find something else to do':gt 'albinahome','bedroom'
+					end
+					killvar 'temp'
+				end
+			end
+		end
+	else
+		*clr & cla
+		'<center><img <<$set_imgh>>src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/laptop.jpg"></center>'
+		'You know Albina values her privacy and using her laptop without her permission would break the trust she has in you, so you decide to leave it alone.'
+		act 'Return': gt 'albinahome','bedroom'
+	end
+end
+
 --- albina_house_events ---------------------------------

+ 1 - 0
locations/albinahome.qsrc

@@ -206,6 +206,7 @@ if $ARGS[0] = 'bedroom':
 	else
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/albinahome/albinaroom.jpg"></center>'
 		'You are impressed at how nice Albina''s bedroom looks, the centrepiece being a large double bed covered in soft pillows. A door at the back of the room leads to her en-suite bathroom and she even has a sliding door leading to a balcony that overlooks the nearby lake. A closet full of expensive looking clothes is built into one of the walls.'
+		'By the bed is a small <a href="exec:gt ''albina_house_events'',''night_stand''">night stand</a>, and on a desk is a <a href="exec:gt ''albina_house_events'',''computer''">laptop</a>'
 		act 'Return to the hallway': gt 'albinahome', 'hallway'
 		act 'Chat with Albina': gt 'albina_chat', 'chat'
 		act 'Talk about video games': gt 'albinahome', 'game'