41 Commits 4533d46efa ... 7eed16f7e6

Author SHA1 Message Date
  KevinSmarts 7eed16f7e6 Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 4 years ago
  KevinSmarts 3f96f7e225 [added] Surrender option available in fights 4 years ago
  julzor 98faaea1b6 [added] willpower icon 4 years ago
  julzor 0016d906e5 [changed] removed some unnecessary white space, added necessary white space when the icons are not active 4 years ago
  julzor f3077ceafa [fixed] removed white space in the wardrobe 4 years ago
  3xpurt 1264d3c3df [changed] reverted status menu location in stat_display. 4 years ago
  3xpurt 69ab3ded13 Merge branch 'master' of https://git.catrenelle.com/julzor/glife 4 years ago
  julzor 46bb3efbba [added] missing pregnancy and labour icons 4 years ago
  3xpurt bd37181715 Merge branch 'master' of https://git.catrenelle.com/julzor/glife 4 years ago
  julzor ed677ae445 [added] third night_mode (white background) 4 years ago
  julzor 5af7c69a96 [fixed] stuff in stat_display 4 years ago
  3xpurt fd22189811 Merge branch 'master' of https://git.catrenelle.com/Sicaa/glife 4 years ago
  3xpurt 4a0994a83e Merge branch 'master' of https://git.catrenelle.com/julzor/glife 4 years ago
  julzor 00d0556d0e [fixed] removed unnecessary variable, added missing killvars and removed cumeater links from the popups 4 years ago
  Sicaa c75fb1247d [fixed] jock pickup games bug fixes & community center sports area opening changed to 9AM 4 years ago
  julzor 08f19f6a0e [added] a message that sveta is smoking 4 years ago
  julzor ff028545d9 [added] makeup tooltip to body and stat_display 4 years ago
  julzor fa2e4974d7 [added] new icon based stat display to stat_display 4 years ago
  Sicaa babeca3049 [fixed] pcs_sweat += to gs 'sweat', 'add' & removed unnecessary slut_bonus variable in stat_display 4 years ago
  Sicaa 6204aa6589 [changed] Pregnancy due date format 4 years ago
  Sicaa 0a74fed5dc [added] jock pickup games 4 years ago
  KevinSmarts ec56fcc0a3 [removed] Commented out entry to club with Nicholas as content there is unfinished as per advice from Sovietmecader. 4 years ago
  KevinSmarts f06a21058e Merge remote-tracking branch 'CroWke/master' 4 years ago
  julzor 8bb7c51c5c [added] new code for the new menu icons in lact_lib 4 years ago
  CroWke 72c2dd6bba [edit] shower update since the version I just got from the repo wasn't up to date. 4 years ago
  julzor 1efc1d17bd [added] missing image in gschool_lessonsev1 4 years ago
  julzor 37ef35397f [fixed] the cycle menu was available even if the menu was disabled 4 years ago
  julzor 2a28c54d0e [fixed] wrong if condition in glake 4 years ago
  julzor b721482985 Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 4 years ago
  julzor c5aadc436f [changed] modelling requires hotcat >= 6 and some small ixes 4 years ago
  KevinSmarts 42aa321835 Merge remote-tracking branch 'CroWke/master' 4 years ago
  KevinSmarts d69bfcace6 Merge remote-tracking branch 'Milky_boobs/master' 4 years ago
  CroWke 2593cd6c3f [fixed] Changed to match 'body' 4 years ago
  CroWke 61d26284cd [Edit] Unlocks the Anushka photos on the phone for players who already have the event. 4 years ago
  CroWke 521f6b01e7 [Edit] Unlocked the pictures for players who already did the event. 4 years ago
  CroWke 599d19c049 [New] This is the new Dimka/Lina/Sveta story. It passes QSP code analyzer but I haven't play tested it. 4 years ago
  CroWke cc05a58941 [Edit] Added instructions on how to use the code. 4 years ago
  CroWke 2f1210d566 [edit] removed obsolete comment 4 years ago
  CroWke d676d8221b [edit] The pictures Sveta takes of Anushka can now be viewed in the phone. Also fixed not having enough willpower locking you out of the rest of the pictures. 4 years ago
  sandra_schulz 8765d113e2 [Update] Updated the baby event in the park. Sveta now calls an ambulance instead of leaving the baby alone. 4 years ago
  sandra_schulz eddcf6e5dc [fix] Optimizing milk donation for gpoli. Adding comments to lact_lib 4 years ago

+ 4 - 0
glife.qproj

@@ -458,6 +458,7 @@
 	<Folder name="Dima Nosov">
 		<Location name="dimaEv"/>
 		<Location name="dimaHome"/>
+		<Location name="dimalina"/>
 		<Location name="dimaRevenge"/>
 		<Location name="dinnpc"/>
 		<Location name="krutishi"/>
@@ -651,6 +652,9 @@
 		<Location name="gschool_chats3"/>
 		<Location name="nogorslut"/>
 		<Location name="yesgorslut"/>
+		<Location name="bbgamein"/>
+		<Location name="bbgameout"/>
+		<Location name="fbgameout"/>
 	</Folder>
 	<Folder name="Shared_appartment">
 		<Location name="pavSharedApt"/>

+ 79 - 16
locations/Cheatmenu_din.qsrc

@@ -697,22 +697,22 @@ $cheatmenu['looks'] = {
 	'</td><td width="33%" cellpadding="20" valign="top">'
 	'<<$pcs_vag>>'
 	if pcs_vag > 0:'<a href="exec:pcs_vag = 0 & dynamic $cheatmenu[''looks'']">Reinstate virginity</a>'
-	if pcs_vag <= 31:'<a href="exec:pcs_vag += 5 & dynamic $cheatmenu[''looks'']">Enlarge the vagina</a>'
-	if pcs_vag >= 5:'<a href="exec:pcs_vag -= 5 & dynamic $cheatmenu[''looks'']">Reduce the vagina</a>'
+	if pcs_vag <= 25:'<a href="exec:gs ''Cheatmenu_din'', ''vagenlarge''">Enlarge vagina</a>'
+	if pcs_vag >= 5:'<a href="exec:gs ''Cheatmenu_din'', ''vagreduce''">Reduce vagina</a>'
 	'Your vagina will shrink by <<vshrink>> every <<vshrinkdays>> days.'
-	if vshrink < 10:'<a href="exec:vshrink += 1 & dynamic $cheatmenu[''looks'']">Increase the amount to shrink</a>'
-	if vshrink > 0:'<a href="exec:vshrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce the amount to shrink</a>'
-	if vshrinkdays < 10:'<a href="exec:vshrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase the number of days it takes</a>'
-	if vshrinkdays > 1:'<a href="exec:vshrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce the number of days it takes</a>'
+	if vshrink < 10:'<a href="exec:vshrink += 1 & dynamic $cheatmenu[''looks'']">Increase amount to shrink</a>'
+	if vshrink > 0:'<a href="exec:vshrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce amount to shrink</a>'
+	if vshrinkdays < 10:'<a href="exec:vshrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase number of days it takes</a>'
+	if vshrinkdays > 1:'<a href="exec:vshrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce number of days it takes</a>'
 	*nl
 	'<<$pcs_ass>>'
-	if pcs_ass <= 31:'<a href="exec:pcs_ass += 5 & dynamic $cheatmenu[''looks'']">Enlarge anus</a>'
-	if pcs_ass >= 5:'<a href="exec:pcs_ass -= 5 & dynamic $cheatmenu[''looks'']">Reduce the anus</a>'
+	if pcs_ass <= 25:'<a href="exec:gs ''Cheatmenu_din'', ''assenlarge''">Enlarge anus</a>'
+	if pcs_ass >= 5:'<a href="exec:gs ''Cheatmenu_din'', ''assreduce''">Reduce anus</a>'
 	'Your anus will shrink by <<ashrink>> every <<ashrinkdays>> days.'
-	if ashrink < 10:'<a href="exec:ashrink += 1 & dynamic $cheatmenu[''looks'']">Increase the amount to shrink</a>'
-	if ashrink > 0:'<a href="exec:ashrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce the amount to shrink</a>'
-	if ashrinkdays < 10:'<a href="exec:ashrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase the number of days it takes</a>'
-	if ashrinkdays > 1:'<a href="exec:ashrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce the number of days it takes</a>'
+	if ashrink < 10:'<a href="exec:ashrink += 1 & dynamic $cheatmenu[''looks'']">Increase amount to shrink</a>'
+	if ashrink > 0:'<a href="exec:ashrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce amount to shrink</a>'
+	if ashrinkdays < 10:'<a href="exec:ashrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase number of days it takes</a>'
+	if ashrinkdays > 1:'<a href="exec:ashrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce number of days it takes</a>'
 	*nl
 	if dounspell = 0:
 		if fat ! 0: '<a href="exec:fat = 0 & dynamic $cheatmenu[''looks'']">Zero fat</a>'
@@ -764,6 +764,62 @@ $cheatmenu['looks'] = {
 	'</td></tr></table></center>'
 }
 
+if $ARGS[0] = 'vagenlarge':
+	if pcs_vag = 0:
+		pcs_vag = 5
+	elseif pcs_vag <= 5:
+		pcs_vag = 10
+	elseif pcs_vag <= 10:
+		pcs_vag = 15
+	elseif pcs_vag <= 15:
+		pcs_vag = 25
+	elseif pcs_vag <= 25:
+		pcs_vag = 35
+	end
+	dynamic $cheatmenu['looks']
+end
+
+if $ARGS[0] = 'vagreduce':
+	if pcs_vag > 25:
+		pcs_vag = 25
+	elseif pcs_vag > 15:
+		pcs_vag = 15
+	elseif pcs_vag > 10:
+		pcs_vag = 10
+	elseif pcs_vag > 5:
+		pcs_vag = 1
+	end
+	dynamic $cheatmenu['looks']
+end
+
+if $ARGS[0] = 'assenlarge':
+	if pcs_ass = 0:
+		pcs_ass = 5
+	elseif pcs_ass <= 5:
+		pcs_ass = 10
+	elseif pcs_ass <= 10:
+		pcs_ass = 15
+	elseif pcs_ass <= 15:
+		pcs_ass = 25
+	elseif pcs_ass <= 25:
+		pcs_ass = 35
+	end
+	dynamic $cheatmenu['looks']
+end
+
+if $ARGS[0] = 'assreduce':
+	if pcs_ass > 25:
+		pcs_ass = 25
+	elseif pcs_ass > 15:
+		pcs_ass = 15
+	elseif pcs_ass > 10:
+		pcs_ass = 10
+	elseif pcs_ass > 5:
+		pcs_ass = 1
+	end
+	dynamic $cheatmenu['looks']
+end
+
 $cheatmenu['parameters'] = {
 	*clr & cla
 	'<center><h1>Cheat Menu - Appearance Stats</h1></center>'
@@ -1834,10 +1890,11 @@ $cheatmenu['display'] = {
 	!night_mode 1: black
 	!night_mode 2: grey
 	!night_mode 99: no theme
-	if night_mode = 0:'Girl Life Theme Selection: Dynamic | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
-	if night_mode = 1:'Girl Life Theme Selection: <a href="exec:night_mode = 0 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Dynamic</a> | Pitch Black | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
-	if night_mode = 2:'Girl Life Theme Selection: <a href="exec:night_mode = 0 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Dynamic</a> | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | Modern Grey | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
-	if night_mode = 99:'Girl Life Theme Selection: <a href="exec:night_mode = 0 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Dynamic</a> | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | No Theme'
+	if night_mode = 0:'Girl Life Theme Selection: Dynamic | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | <a href="exec:night_mode = 3 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">White</a> | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
+	if night_mode = 1:'Girl Life Theme Selection: <a href="exec:night_mode = 0 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Dynamic</a> | Pitch Black | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | <a href="exec:night_mode = 3 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">White</a> | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
+	if night_mode = 2:'Girl Life Theme Selection: <a href="exec:night_mode = 0 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Dynamic</a> | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | Modern Grey | <a href="exec:night_mode = 3 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">White</a> | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
+	if night_mode = 3:'Girl Life Theme Selection: Dynamic | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | White | <a href="exec:night_mode = 99 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">No Theme</a>'
+	if night_mode = 99:'Girl Life Theme Selection: <a href="exec:night_mode = 0 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Dynamic</a> | <a href="exec:night_mode = 1 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Pitch Black</a> | <a href="exec:night_mode = 2 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">Modern Grey</a> | <a href="exec:night_mode = 3 & dynamic $cheatmenu[''display''] & gs ''$menu_obnovit''">White</a> | No Theme'
 
 	'<font color="grey">Dynamic theme (default) will change colour based on the game hour. No theme will remove table backgrounds.</font>'
 	*nl
@@ -1890,6 +1947,12 @@ $cheatmenu['status'] = {
 		'Status Display mode: Currently Scale Bar - <a href="exec:ETOmenu = 1 & dynamic $cheatmenu[''status''] & gs ''stat''">Select Text</a>'
 	end
 
+	if cheatStatusIcons = 0:
+		'Status icons: Click to <a href="exec: $cheatStatusIcons = ''Currently OFF'' & cheatStatusIcons = 1 & disable_show_icons = 1 & gs ''stat'' & dynamic $cheatmenu[''status'']">hide</a> them.'
+	elseif cheatStatusIcons = 1:
+		'Status icons: Click to <a href="exec: cheatStatusIcons = 0 & disable_show_icons = 0 & gs ''stat'' & dynamic $cheatmenu[''status'']">shown</a> them.'
+	end
+
 	if Enable_scalepic = 1:
 		'Scalebar is now as <b>Image</b>, you can switch to <a href="exec:Enable_scalepic = 0 & dynamic $cheatmenu[''status''] & gs ''stat''">Character</a> or <a href="exec:Enable_scalepic = 2 & dynamic $cheatmenu[''status''] & gs ''stat''">Table</a>'
 		if Enable_scalewidth > 0:

+ 8 - 39
locations/Cum_Manage.qsrc

@@ -502,46 +502,32 @@ if $ARGS[0] = 'cumgather':
 
 		if cloc = 0:
 			$part = 'pussy'
-
 		elseif cloc = 1:
 			$part = 'pussylips'
-
 		elseif cloc = 2 or cloc = 5:
 			$part = 'your panties'
-
 		elseif cloc = 3:
 			$part = 'anus'
-
 		elseif cloc = 4:
 			$part = 'buttocks'
-
 		elseif cloc = 6 or cloc = 7:
 			$part = 'clothes'
-
 		elseif cloc = 8:
 			$part = 'back'
-
 		elseif cloc = 9:
 			$part = 'legs'
-
 		elseif cloc = 10:
 			$part = 'arms'
-
 		elseif cloc = 11:
 			$part = 'face'
-
 		elseif cloc = 14:
 			$part = 'stomach'
-
 		elseif cloc = 15:
 			$part = 'breasts'
-
 		elseif cloc = 16:
 			$part = 'hair'
-
 		else
 			$part = 'unknown'
-
 		end
 
 		if salfetka > 0:
@@ -550,13 +536,17 @@ if $ARGS[0] = 'cumgather':
 			'You use a wipe to clean the sperm from your <<$part>>.'
 			gs 'cum_cleanup', 'cleanloc', cloc
 			gs 'stat'
-
 		end
-
 	end
-
 end
 
+if $ARGS[0] = 'cumeater_icon':
+	*nl
+	j = 0
+	:cumeater_icon_jump
+	if cumloc[j] > 0: gs 'cum_manage', 'cumeater', j
+	if j < 17: j += 1 & jump 'cumeater_icon_jump'
+end
 
 if $ARGS[0] = 'cumeater':
 	cloc = ARGS[1]
@@ -570,74 +560,53 @@ if $ARGS[0] = 'cumeater':
 		if cloc = 13:
 			gs 'cum_cleanup', 'cleanloc', cloc
 			'You carefully lick the sperm residue from both hands, enjoying the tart taste of semen.'
-
 		else
-
 			if cloc = 0:
 				$part = 'pussy'
-
 			elseif cloc = 1:
 				$part = 'pussylips'
-
 			elseif cloc = 2 or cloc = 5:
 				$part = 'your panties'
 				gs 'cum_cleanup', 'cleanloc', 2
 				gs 'cum_cleanup', 'cleanloc', 5
-
 			elseif cloc = 3:
 				$part = 'anus'
-
 			elseif cloc = 4:
 				$part = 'buttocks'
-
 			elseif cloc = 6 or cloc = 7:
 				$part = 'clothes'
 				gs 'cum_cleanup', 'cleanloc', 6
 				gs 'cum_cleanup', 'cleanloc', 7
-
 			elseif cloc = 8:
 				$part = 'back'
-
 			elseif cloc = 9:
 				$part = 'legs'
-
 			elseif cloc = 10:
 				$part = 'arms'
-
 			elseif cloc = 11:
 				$part = 'face'
-
 			elseif cloc = 14:
 				$part = 'stomach'
-
 			elseif cloc = 15:
 				$part = 'breasts'
-
 			elseif cloc = 16:
 				$part = 'hair'
-
 			else
 				$part = 'unknown'
-
 			end
 
 			if rand(0, 1) = 0:
 				'You collect a handful of sperm from your <<$part>> in your hand and lick it all up, enjoying the tart taste of semen.'
-
 			else
 				'You collect the sperm from your <<$part>> with your fingers and lick them, enjoying the tart taste of semen.'
-
 			end
 
 			gs 'cum_cleanup', 'cleanloc', cloc
-
 		end
 
-		minut += 5
+		minut += 2
 		gs 'stat'
-
 	end
-
 end
 
 --- Cum_Manage ---------------------------------

+ 180 - 10
locations/anushapt.qsrc

@@ -428,9 +428,9 @@ if $ARGS[0] = 'nushshower':
 			act 'Take her picture with your phone':
 				*clr & cla
 				minut += 1
-				showerphotos = 1
+				anushkaphoto[1] = 1
 				gs 'stat'
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/photo1.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/1.jpg"></center>'
 				'While she is drying off you pull out your smart phone. Holding it up, you get a good image of her drying off and take her picture.'
 				'She notices you taking her picture and pulls the towel in place. "Hey you little perv."'
 				*nl
@@ -438,43 +438,47 @@ if $ARGS[0] = 'nushshower':
 				'"Yes when I want to, now go on get out of here." She says while making a shooing motion with one of her hands.'
 				'You know deep down she really doesn''t care, she loves showing off her body to much, but maybe you should give her some privacy.'
 				act 'Go wait for her': gt 'anushapt', 'shower_wait'
-				gs 'willpower', 'misc', 'force', 'easy'
+				gs 'willpower', 'exhib', 'force'
 				if will_cost <= pcs_willpwr:
 					act 'Show me a little skin (<<will_cost>> Willpower)':
 						*clr & cla
+						showerphotos = 1
+						anushkaphoto[2] = 1
+						anushkaphoto[3] = 1
+						anushkaphoto[4] = 1
+						anushkaphoto[5] = 1
+						anushkaphoto[6] = 1
 						gs 'willpower', 'pay', 'force'
-						gs 'stat'
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/photo2.jpg"></center>'
+						'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/2.jpg"></center>'
 						'You move around to get in a better spot. "Don''t be like that, show me a little skin. Come on you know you want to." You say in a teasing tone.'
 						'She smiles a bit that quickly turns into a smirk as she turns her back to you and drops off the towel some to show off her back.'
 						gs 'arousal', 'voyeur', 1
 						gs 'stat'
 						act 'That''s better':
 							*clr & cla
-							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/photo3.jpg"></center>'
+							'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/3.jpg"></center>'
 							'"Oh yeah that''s it, work it girl. Now show me a little more." You do your best to sound like a professional photographer getting a model to work the camera, even if all you have is your smart phone.'
 							gs 'arousal', 'voyeur', 2
 							gs 'stat'
 							act 'More':
 								*clr & cla
-								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/photo4.jpg"></center>'
+								'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/4.jpg"></center>'
 								'She giggles a bit at that and turns her side to you, letting the towel open teasing you a bit with her nudity and striking a pose.'
 								'"Yeah that''s it, give me a little more, let''s see that hot little body of yours"'
 								gs 'arousal', 'voyeur', 2
 								gs 'stat'
 								act 'Perfect':
 									*clr & cla
-									'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/photo5.jpg"></center>'
+									'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/5.jpg"></center>'
 									'She turns towards you and fully opens the towel. Striking a pose and give you a full frontal view as you keep taking her picture.'
 									'You give her a little "Woo, that''s it, perfect. Work that camera girl. Now lets see that cute little ass of yours."'
 									gs 'arousal', 'voyeur', 2
 									gs 'stat'
 									act 'Cute little ass':
 										*clr & cla
-										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/photo6.jpg"></center>'
+										'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/6.jpg"></center>'
 										'She lets the towel complete drop away and turns, putting one foot on the edge of the tub and gives a nice view of her backside.'
 										'"Yeah show me that cute little ass." You tell her as you take a couple of more pictures, until she throws the towel at you.'
-!!can we add all the above Photo''s Sveta takes of Anushka to the phone under Anushka, so the player can look at them any time as if they had really taken them? So it will save photo1-6.jpg in the players phone assuming they took those images of course.
 										gs 'arousal', 'voyeur', 2
 										gs 'stat'
 										act 'Continue':
@@ -1768,6 +1772,172 @@ if $ARGS[0] = 'firstvisit':
 	act 'Continue': AnushkaLoc = 5 & gt'anushapt','livingroom'
 end
 
+if $ARGS[0] = 'night_stand':
+	menu_off = 1
+	gs 'stat'
+	if AnushkaLoc = 2:
+		*clr & cla
+		minut += 2
+		npc_rel['A144'] += 1
+		gs 'stat'
+		'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/snoop.jpg"></center>'
+		'Having decided to snoop, you open the night stand drawer to take a peek inside, to see what she keeps there. There is some variety of medicines some legal likely some not, some pot, a pair scissors, razor blades, rolling paper, a lighter, pack of cigarettes, condoms, lotion, lube, vibrator, a dildo, butt plug, and even a strapon harness.'
+		'"See anything you like?" She asks you in a teasing tone.'
+		act 'Uh no':
+			*clr & cla
+			'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/nushdrawer.jpg"></center>'
+			'You blush slightly as she is watching you looking at her sex toys. You shake your head no and close the drawer, which just causes her to smirk in amusement.'
+			act 'Close the drawer':gt 'anushapt','anushroom'
+		end
+		act 'Strapon': gt 'anushkaev1', 'strapon1'
+	else
+		*clr & cla
+		minut += 2
+		gs 'stat'
+		'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/nushdrawer.jpg"></center>'
+		'Having decided to snoop, you open the night stand drawer to take a peek inside, to see what she keeps there. There is some variety of medicines some legal likely some not, some pot, a pair scissors, razor blades, rolling paper, a lighter, pack of cigarettes, condoms, lotion, lube, vibrator, a dildo, butt plug, and even a strap-on harness.'
+		'Not really surprising the amount of sex toys considering her relaxed attitude towards sex and sexuality, but it would be rude to play with someone else''s sex toys, so you close the drawer.'
+		act 'Close the drawer':gt 'anushapt','anushroom'
+	end
+end
+
+if $ARGS[0] = 'nushshower':
+	menu_off = 1
+	CLOSE ALL
+	*clr & cla
+	$metka = 'bathroom'
+	$loc = 'anushapt'
+	$metkaM = 'bathroom'
+	$locM = 'anushapt'
+	gs 'stat'
+	$location_type = 'bathroom'
+	AnushkaLoc = 7
+	'<center><h4><font color="maroon">Bathroom</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/dry1.jpg"></center>'
+	'As you approach the bathroom you can hear the water running. Checking the door you find the latch still broke, as you open the door and walk in, the water turns off. You look around and see that the bathroom has seen better days. There''s some mold in the corners of the walls and floors and the place probably hasn''t been cleaned for quite some time. The toilet sits along the far wall. There''s also a bathtub, with an old plastic shower curtain hanging from a rod above it. Anushka peeks out from around the curtain and when she see''s it''s you, she pushes it aside and grabs a towel. "Oh hey <<$pcs_nickname>>, what''s up?"'
+	gs 'arousal', 'voyeur', 2
+	act 'Just came over to hangout':
+		*clr & cla
+		minut += 1
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/dry2.jpg"></center>'
+		'You tell her. "Just came over to see what you were up to."'
+		'She nods a bit as she keeps drying off, seeming to care in the least that you are in there with her. "Was debating what I wanted to do myself tonight."'
+		'"Well now we can do something together then." you tell her.'
+		'"Sure sounds good to me, what do you want to do?"'
+		act 'We can think of something':
+			*clr & cla
+			minut += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/dry3.jpg"></center>'
+			'You think about it a moment. "I don''t know but I am sure we can come up with something to do."'
+			'"Sounds good, give me a few minutes to get dried off and I will join you in my room." She tells you.'
+			act 'Go wait for her': showerphotos = 0 & gt 'anushapt', 'shower_wait'
+			act 'Take her picture with your phone':
+				*clr & cla
+				minut += 1
+				anushkaphoto[1] = 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/1.jpg"></center>'
+				'While she is drying off you pull out your smart phone. Holding it up, you get a good image of her drying off and take her picture.'
+				'She notices you taking her picture and pulls the towel in place. "Hey you little perv."'
+				*nl
+				'You giggle at her reaction. "Oh please like you don''t like showing your body off all the time."'
+				'"Yes when I want to, now go on get out of here." She says while making a shooing motion with one of her hands.'
+				'You know deep down she really doesn''t care, she loves showing off her body to much, but maybe you should give her some privacy.'
+				act 'Go wait for her': gt 'anushapt', 'shower_wait'
+				gs 'willpower', 'exhib', 'force'
+				if will_cost <= pcs_willpwr:
+					act 'Show me a little skin (<<will_cost>> Willpower)':
+						*clr & cla
+						showerphotos = 1
+						anushkaphoto[2] = 1
+						anushkaphoto[3] = 1
+						anushkaphoto[4] = 1
+						anushkaphoto[5] = 1
+						anushkaphoto[6] = 1
+						gs 'willpower', 'pay', 'force'
+						'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/2.jpg"></center>'
+						'You move around to get in a better spot. "Don''t be like that, show me a little skin. Come on you know you want to." You say in a teasing tone.'
+						'She smiles a bit that quickly turns into a smirk as she turns her back to you and drops off the towel some to show off her back.'
+						gs 'arousal', 'voyeur', 1
+						gs 'stat'
+						act 'That''s better':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/3.jpg"></center>'
+							'"Oh yeah that''s it, work it girl. Now show me a little more." You do your best to sound like a professional photographer getting a model to work the camera, even if all you have is your smart phone.'
+							gs 'arousal', 'voyeur', 2
+							gs 'stat'
+							act 'More':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/4.jpg"></center>'
+								'She giggles a bit at that and turns her side to you, letting the towel open teasing you a bit with her nudity and striking a pose.'
+								'"Yeah that''s it, give me a little more, let''s see that hot little body of yours"'
+								gs 'arousal', 'voyeur', 2
+								gs 'stat'
+								act 'Perfect':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/5.jpg"></center>'
+									'She turns towards you and fully opens the towel. Striking a pose and give you a full frontal view as you keep taking her picture.'
+									'You give her a little "Woo, that''s it, perfect. Work that camera girl. Now lets see that cute little ass of yours."'
+									gs 'arousal', 'voyeur', 2
+									gs 'stat'
+									act 'Cute little ass':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/pc/pictures/anushka/6.jpg"></center>'
+										'She lets the towel complete drop away and turns, putting one foot on the edge of the tub and gives a nice view of her backside.'
+										'"Yeah show me that cute little ass." You tell her as you take a couple of more pictures, until she throws the towel at you.'
+										gs 'arousal', 'voyeur', 2
+										gs 'stat'
+										act 'Continue':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/selfie1.jpg"></center>'
+											'She steps out of the tub and looks in the mirror. "Damn I do look hot" Then she picks up her own phone and takes a nude selfie of herself. Then she looks over at you and waves you over. "Come on, lets takes a selfie together."'
+											gs 'arousal', 'voyeur', 1
+											gs 'stat'
+											act 'Selfie':
+												*clr & cla
+												showerphotos = 2
+												'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/bathroom/selfie2.jpg"></center>'
+												'You move over and stand next to her, while she holds up her phone and takes a couple of selfies of the two of you together, which has to look a little odd. Her completely naked and you completely dressed but who are you to judge.'
+												gs 'arousal', 'voyeur', 1
+												gs 'stat'
+												act 'Go to her room': gt 'anushapt', 'shower_wait'
+											end
+										end
+									end
+								end
+							end
+						end
+					end
+				else
+					act 'Show me a little skin (<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
+
+if $ARGS[0] = 'shower_wait':
+	menu_off = 1
+	CLOSE ALL
+	*clr & cla
+	gs 'stat'
+	'<center><h4><font color="maroon">Anushka''s Room</font></h4></center>'
+	'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/nushbed.jpg"></center>'
+	if showerphotos = 0:
+		'While Nush gets dried off you go into her room to wait for her. The room is surprisingly clean, even if it''s somewhat dusty. The walls are covered with pictures and posters and the room is skillfully decorated with various strings of coloured lights. You take a seat on the bed as you wait for her to come join you. A couple of minutes later she walks in completely naked and quickly gets dressed before jumping on the bed next to you.'
+	elseif showerphotos = 1:
+		'Having messed around a bit taking her picture while she dried off, you decided to give her privacy and come wait in her room. The room is surprisingly clean, even if it''s somewhat dusty. The walls are covered with pictures and posters and the room is skillfully decorated with various strings of coloured lights. You take a seat on the bed as you wait for her to come join you. A couple of minutes later she walks in completely naked and quickly gets dressed before jumping on the bed next to you.'
+	elseif showerphotos = 2:
+		'With the impromptu photo shoot and selfies done the two of you head to her room. She walks from the bathroom to her room, completely naked. Once inside she quickly gets dressed, while you take a seat on her bed as she does. Once she is fully dressed she flops down on the bed next to you.'
+	end
+	gs 'arousal', 'voyeur', 2
+	gs 'arousal', 'end'
+	act 'Get out of the bed': gt 'anushapt','anushroom'
+	act 'Chat': gt 'anushapt', 'chat'
+end
+
 if $ARGS[0] = 'nushlivroom':
 	menu_off = 1
 	CLOSE ALL

+ 1298 - 0
locations/bbgamein.qsrc

@@ -0,0 +1,1298 @@
+# bbgamein
+
+if $ARGS[0] = 'start':
+	*clr & cla
+	bbpickupDay = daystart
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/insidecourt.jpg"></center>'
+	if grupTipe ! 2:
+		'As you enter the gym you notice some of the ''jocks'' standing around the basket, shooting and talking. They seem to joke around as some do more poorly than the others. They look like they are going to play some basketball, a few of them acknowledge you but none of them wave you over.'
+		act 'Sit and watch them':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/watch.jpg"></center>'
+			'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them so day, yourself.'
+			act 'Leave': gt 'gdksport', 'start'
+		end
+		act 'Ask to join':
+			*clr & cla
+			minut += 3
+			grupvalue[2] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/teampick.jpg"></center>'
+			'You walk over to them. "Hey guys what are you doing?"'
+			'Several of them turn towards you, Lazar replies. "About to divide up into teams and play, you can watch if you want."'
+			'"Well could I join you instead?" You ask.'
+			'The glance among each other before Lazar replies. "Maybe some other time <<$pcs_nickname>>." Then they start picking teams.'
+			act 'Sit and watch them':
+				*clr & cla
+				minut += 30
+				grupvalue[2] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/watch.jpg"></center>'
+				'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them so day, yourself.'
+				act 'Leave': gt 'gdksport', 'start'
+			end
+			act 'Leave': gt 'gdksport', 'start'
+		end
+	else
+		'As you enter the gym you notice some of the ''jocks'' standing around the basket, shooting and talking. They seem to joke around as some do more poorly than the others.'
+		'"Over here <<$pcs_nickname>>! You just arrived at the right time, we were just about to pick out the teams!" Lazar yells out.'
+		'You greet everyone as Lazar continues on, "Okay, you know the rules by now, 3 vs 3, first to 21. Winners stay until they lose."'
+		'Everyone nods and their eyes start scanning around, as they search for a team.'
+		act 'Ask around':
+			*clr & cla
+			minut += 10
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/teampick.jpg"></center>'
+			'You cautiously walk around feeling around who you could form a team with. Most of the people there are friendly and most of them invite you to join them.'
+			'After hearing everyone out you''re left with either forming an all-girls team, a mixed team with two girls and a boy or join a team with two boys.'
+			act 'Join the all-girl team': gt 'bbgamein', 'girls'
+			act 'Join the mixed team': gt 'bbgamein', 'mixed'
+			act 'Join the boys team': gt 'bbgamein', 'boys'
+		end
+	end
+end
+
+if $ARGS[0] = 'girls':
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	bkbll_exp += rand(0,2)
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+	'You line up with <<$rand_girl>> and <<$rand_girl1>> and get ready to enter the game. Looking at your faces you''re all pumped up, ready to take on any of the other teams.'
+	'"You ready girls?!" you confidently yell out and get a loud shout back.'
+	'The three of you confidently step on the court and get ready for the game.'
+	
+	act 'Wait for opponent':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'You''re up against the toughest possible opponent, the all boys team. They''re a rowdy bunch and as they enter the court they start mockingly laughing, pointing towards you...'
+		'"Why are you laughing?!" you ask, "You won''t be laughing after we beat you!"'
+		'The boys break out in even bigger laughter, they''re having a hard time holding back their tears, "Sure, sure, whatever you say..."'
+		'With that you''re even more determined to beat them.'
+		
+		act 'Give it your best':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+			'"We''ll show them..." you say under your breath...'
+			'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+			'Your teammates look at each other with some uncertainty but in the end cautiously nod and walk out on the court with you.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it and the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+			
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+				
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+								act 'End the game': gt 'bbgamein', 'end_game'	
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+					
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Hold back':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+			'"We''ll go about this a different way..." you say under your breath.'
+			'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+			'The three of you huddle up and talk about different strategies before stepping out on the court...'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it and the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+			
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Play normally':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+			'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+			'The other two teammates start commenting, "Shouldn''t we "'
+			'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it and the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+			
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'mixed':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	bkbll_exp += rand(0,2)
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+	'You and two other teammates huddle together and make up a game-plan, quick executions, shock the opponents don''t let them take command and we''ll win easily.'
+	'All the three of you are oozing with anticipation and you''re pumped up for the game to start.'
+	'As you step up to the court you''re encouraging each other, "We''ve got this! We''ll win this easily!"'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some uncertainty but in the end cautiously nod and walk out on the court with you.'
+	
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/game.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game' 
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'				
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 40
+				gs 'sweat', 'add', 40
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+					
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end		
+	end
+	
+	act 'Hold back':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'"We''ll go about this a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/game.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 20
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end		
+	end
+	
+	act 'Play normally':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we "'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/game.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'				
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 30
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end		
+	end
+end
+
+if $ARGS[0] = 'boys':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_boy_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	bkbll_exp += rand(0,2)
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+	'This is your lucky day, you''ve ended up with two boys in your team and you''re playing against a mixed team with two girls.'
+	'The boys confidently walk over to you, acting all cocky, "We''ve got this easily!" says the first one, "Yeah, let us show you how it''s done, <<$pcs_nickname>>..." says the other.'
+	'Both of them are in agreement, "Just pass us the ball and we''ll do totally fine."'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some uncertainty but in the end cautiously nod and walk out on the court with you.'
+	
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the ring and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 40
+				gs 'sweat', 'add', 40
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail1.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Hold back':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+		'"We''ll go about this a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the ring and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 20
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail1.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Play normally':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we "'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>' 
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'	
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the ring and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'		
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 30
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail1.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'		
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end
+	end	
+end
+
+if $ARGS[0] = 'end_game':
+	*clr & cla
+	minut += 20
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/teampick.jpg"></center>'
+	'Once the game is over, you are all tired and sweaty, but everyone had a great time. You all go over to the bleachers and find a seat to rest. You talk and joke with one another about the game, the winners bragging on their win, while the losers promise revenge next time.Once rested everyone starts to get up and drift away to go do other things, saying their goodbyes.'
+	act 'Leave': gt 'gdksport', 'start'
+end
+
+--- bbgamein ---------------------------------
+

+ 1748 - 0
locations/bbgameout.qsrc

@@ -0,0 +1,1748 @@
+# bbgameout
+
+if $ARGS[0] = 'start':
+	*clr & cla
+	bbpickupDay = daystart
+	minut += 5
+	gs 'stat'
+	!! Sicaa: Not sure why this image is here. If we ever implement something to do in an empty court it migh be useful though
+	!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidecourt.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	if grupTipe ! 2:
+		'Walking next to the school yard you''ve noticed that most of the ''jocks'' have gathered here. They look like are going to play some basketball, a few of them acknowledge you but none of them wave you over.'
+		act 'Sit and watch them':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebleechers.jpg"></center>'
+			'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them one day.'
+			act 'Leave': gt 'gschool_grounds', 'main'
+		end
+		act 'Ask to join':
+			*clr & cla
+			minut += 3
+			grupvalue[2] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You walk over to them. "Hey guys, what are you doing?"'
+			'Several of them turn towards you, Lazar replies: "About to divide up into teams and play, you can watch if you want."'
+			'"Well could I join you instead?" You ask.'
+			'They glance among each other before Lazar replies: "Maybe some other time <<$pcs_nickname>>." Then they start picking teams.'
+			act 'Sit and watch them':
+				*clr & cla
+				minut += 30
+				grupvalue[2] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebleechers.jpg"></center>'
+				'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them again one day.'
+				act 'Leave': gt 'gschool_grounds', 'main' 
+			end
+			act 'Leave': gt 'gschool_grounds', 'main' 
+		end
+	else
+		'Walking next to the school yard you notice that most of the ''jocks'' have gathered. Noticing you they wave you over.'
+		'"Over here <<$pcs_nickname>>! You arrived just in time, we were just about to pick the teams!" Lazar yells out.'
+		'You greet everyone as Lazar continues on, "Okay, you know the rules by now, 3 vs 3, first to 21. Winners stay until they lose."'
+		'Everyone nods and their eyes start scanning around, as they search for a team.'
+		act 'Ask around':
+			*clr & cla
+			minut += 10
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/pickteams.jpg"></center>'
+			'You cautiously walk around feeling around who you could form a team with. Most of the people there are friendly and most of them invite you to join them.'
+			'After hearing everyone out you''re left with either forming an all-girls team, a mixed team with two girls and a boy or join a team with two boys.'
+			act 'Join the all-girl team': gt 'bbgameout', 'girls'
+			act 'Join the mixed team': gt 'bbgameout', 'mixed'
+			act 'Join the boys team': gt 'bbgameout', 'boys'
+		end
+	end
+end
+
+if $ARGS[0] = 'girls':
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	bkbll_exp += rand(0,2)
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	'You line up with <<$rand_girl>> and <<$rand_girl1>> and get ready to enter the game. Looking at their faces you''re all pumped up, ready to take on any of the other teams.'
+	'"You ready girls?!" you confidently yell out and get a loud shout back.'
+	'The three of you confidently step on the court and get ready for the game.'
+	
+	act 'Wait for opponent':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'You''re up against the toughest possible opponent, the all boys team. They''re a rowdy bunch and as they enter the court they start mockingly laughing, pointing towards you...'
+		'"Why are you laughing?!" you ask, "You won''t be laughing after we beat you!"'
+		'The boys break out in even bigger laughter, they''re having a hard time holding back their tears, "Sure, sure, whatever you say..."'
+		'With that you''re even more determined to beat them.'
+		
+		act 'Give it your best':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'"We''ll show them..." you say under your breath...'
+			'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+			'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys1.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it, the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so unfair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+				
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys2.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						*clr & cla
+						grupvalue[2] -= 2
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Hold back':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'"We''ll go about this in a different way..." you say under your breath.'
+			'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+			'The three of you huddle up and talk about different strategies before stepping out on the court...'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys1.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it, the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so unfair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+				
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys2.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						*clr & cla
+						grupvalue[2] -= 2
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Play normally':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+			'The other two teammates start commenting, "Shouldn''t we."'
+			'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys1.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it, the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+				
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys2.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						*clr & cla
+						grupvalue[2] -= 2
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'mixed':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	if rand(1,4) = 1:
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/146.jpg"></center>'
+		'You''re just about to step on the court as you notice Marcus passing by, "Hey, Marcus!" you yell, "Want to join in the fun?!"'
+		'Marcus, confused, looks around, "Me?! How do you even know I know to play basketball?"'
+		'"You are from the US. Of course you know how to play basketball!" you shout back, "So, what do you say?"'
+		
+		if npc_rel['A146'] >= 50:
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/146.jpg"></center>'
+			'Marcus ponders for a second and smiles, "Okay, okay, I''m in. So who am I playing with?"'
+			'"With <<$rand_girl>> and me," you respond.'
+			'"Cool, lets go and win this." he confidently walks over.'
+			
+			act 'Give it your best':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+				'"We''ll show them..." you say under your breath...'
+				'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+				'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'
+				
+				act 'Start the game':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/marcusout.jpg"></center>'
+					'You start off by taking a lead against another mixed team. Marcus is really playing great and he''s showing off his skills.'
+					'There is a bit of jealousy from your side but you shrug it off as long as you''re winning.'
+					'All of a sudden the game switches and the other team begins to score and defend well and before you know it''s anyone''s game again.'
+					'The game continues on back and forth and everything is on the last attack. Marcus grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+					'As expected, your opponents double team Marcus and he has to get rid of the ball as he passes it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five Marcus.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us with the help of Marcus... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Marcus tries to cheer you up while the other team is celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 40
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						*clr & cla
+						grupvalue[2] -= 2
+						[npc_rel 'A27'] = -= 2
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+			
+			act 'Hold back':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+				'"We''ll go about this in a different way..." you say under your breath.'
+				'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+				'The three of you huddle up and talk about different strategies before stepping out on the court...'
+				
+				act 'Start the game':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/marcusout.jpg"></center>'
+					'You start off by taking a lead against another mixed team. Marcus is really playing great and he''s showing off his skills.'
+					'There is a bit of jealousy from your side but you shrug it off as long as you''re winning.'
+					'All of a sudden the game switches and the other team begins to score and defend well and before you know, it''s anyone''s game again.'
+					'The game continues on back and forth and everything is on the last attack. Marcus grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+					'As expected, your opponents double team Marcus and he has to get rid of the ball as he passes it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five Marcus.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us with the help of Marcus... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Marcus tries to cheer you up while the other team is celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'	
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 20
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						*clr & cla
+						grupvalue[2] -= 2
+						[npc_rel 'A27'] = -= 2
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+				
+			act 'Play normally':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+				'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+				'The other two teammates start commenting, "Shouldn''t we."'
+				'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+				
+				act 'Start the game':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/marcusout.jpg"></center>'
+					'You start off by taking a lead against another mixed team. Marcus is really playing great and he''s showing off his skills.'
+					'There is a bit of jealousy from your side but you shrug it off as long as you''re winning.'
+					'All of a sudden the game switches and the other team begins to score and defend well and before you know it''s anyone''s game again.'
+					'The game continues on back and forth and everything is on the last attack. Marcus grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+					'As expected, your opponents double team Marcus and he has to get rid of the ball as he passes it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five Marcus.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us with the help of Marcus... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							temp = rand(0,100)
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Marcus tries to cheer you up while the other team is celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 30
+							bkbll_exp += rand(0,2)
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						*clr & cla
+						grupvalue[2] -= 2
+						[npc_rel 'A27'] = -= 2
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		else
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/146.jpg"></center>'
+			'Marcus shrugs his shoulders, "Sorry <<$pcs_nickname>> I don''t really have the time right now. Maybe another time, okay?!" he yells out.'
+			'"Sure, sure..." you shout back a bit disappointed but nothing you can really do about it.'
+			'You turn over and pick out two different teammates instead...'
+			act 'Head to the others': gt 'bbgameout', 'marcusno'
+		end
+	else
+		gt 'bbgameout', 'marcusno'
+	end
+end
+
+if $ARGS[0] = 'marcusno':
+	*clr & cla
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	'You and two other teammates huddle together and make up a game-plan, quick executions, shock the opponents don''t let them take command and we''ll win easily.'
+	'All the three of you are oozing with anticipation and you''re pumped up for the game to start.'
+	'As you step up to the court you''re encouraging each other, "We''ve got this! We''ll win this easily!"'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know, it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'		
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				*clr & cla
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+				
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Hold back':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll go about this in a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'	
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'	
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				*clr & cla
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'	
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Play normally':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we."'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know, it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'	
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				*clr & cla
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'	
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end			
+		end
+	end
+end
+
+if $ARGS[0] = 'boys':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_boy_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	'This is your lucky day, you''ve ended up with two boys in your team and you''re playing against a mixed team with two girls.'
+	'The boys confidently walk over to you, acting all cocky, "We''ve got this easily!" says the first one, "Yeah, let us show you how it''s done, <<$pcs_nickname>>..." says the other.'
+	'Both of them are in agreement, "Just pass us the ball and we''ll do totally fine."'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'	
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'	
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'	
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the hoop and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				*clr & cla
+				grupvalue[2] -= 2
+				pcs_mood -= 40
+				gs 'sweat', 'add', 40
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail3.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+				
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end
+		end
+	end
+	
+	act 'Hold back':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll go about this in a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the hoop and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				*clr & cla
+				grupvalue[2] -= 2
+				pcs_mood -= 20
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail3.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+				
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end
+		end
+	end
+	
+	act 'Play normally':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we."'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					bkbll_exp += rand(0,2)
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the hoop and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				*clr & cla
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 30
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail3.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'	
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'end_game':
+	*clr & cla
+	minut += 20
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/pickteams.jpg"></center>'
+	'Once the game is over, you are all tired and sweaty, but everyone had a great time. You all go over to the bleachers and find a seat to rest. You talk and joke with one another about the game, the winners bragging on their win, while the losers promise revenge next time.Once rested everyone starts to get up and drift away to go do other things, saying their goodbyes.'
+	act 'Leave': gt 'gschool_grounds', 'main'
+end
+
+--- bbgameout ---------------------------------
+

+ 5 - 0
locations/body.qsrc

@@ -1846,6 +1846,7 @@ if pcs_makeup = 0:
 	$pcdesc_makeupwordy = 'clownishly makeup-smeared'
 	mopkoef = -5 
 	$pcs_makeup = '<b><font color="red">Your makeup is smeared all over your face</font></b>'
+	$pcs_makeup_tooltip = 'Your makeup is ruined.'
 elseif pcs_makeup = 1: 
 	rand_makeup = rand(0,1)
 	if rand_makeup = 0:
@@ -1857,6 +1858,7 @@ elseif pcs_makeup = 1:
 	$pcdesc_makeupwordy = 'bare, natural'
 	mopkoef = 0
 	$pcs_makeup = 'You''re not wearing any kind of makeup'
+	$pcs_makeup_tooltip = 'You''re not wearing makeup.'
 elseif pcs_makeup = 2: 
 	rand_makeup = rand(0,1)
 	if rand_makeup = 0:
@@ -1867,6 +1869,7 @@ elseif pcs_makeup = 2:
 	$pcdesc_makeup = 'subtly-accented'
 	$pcdesc_makeupwordy = 'almost natural, subtly-accented'
 	$pcs_makeup = 'Your makeup is light and subtle, with neutral tones to bring out your natural beauty'
+	$pcs_makeup_tooltip = 'Your makeup is light and subtle.'
 elseif pcs_makeup = 3: 
 	rand_makeup = rand(0,1)
 	if rand_makeup = 0:
@@ -1877,6 +1880,7 @@ elseif pcs_makeup = 3:
 	$pcdesc_makeup = 'vibrantly done-up'
 	$pcdesc_makeupwordy = 'colourful, tastefully done-up'
 	$pcs_makeup = 'Your makeup has some mildly vibrant tones, covering your minor imperfections and enhancing your best features'
+	$pcs_makeup_tooltip = 'Your makeup has some mildly vibrant tones.'
 elseif pcs_makeup = 4:
 	rand_makeup = rand(0,3)
 	if rand_makeup = 0:
@@ -1891,6 +1895,7 @@ elseif pcs_makeup = 4:
 	$pcdesc_makeup = 'dolled-up'
 	$pcdesc_makeupwordy = 'heavily dolled-up and painted'
 	$pcs_makeup = 'Your makeup is thick enough to cover most imperfections, with rich shades drawing attention to your eyes and lips'
+	$pcs_makeup_tooltip = 'Your makeup is thick enough to cover most imperfections.'
 elseif pcs_makeup = 5:
 	rand_makeup = rand(0,3)
 	if rand_makeup = 0:

+ 11 - 3
locations/dimaEv.qsrc

@@ -101,6 +101,7 @@ end
 
 if $ARGS[0] = 'firstvisitsex':
 	*clr & cla
+	pcs_dom += 1
 	minut += 5
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/pre.jpg"></center>'
@@ -370,15 +371,14 @@ if $ARGS[0] = 'dimkaplays':
 		minut += 5
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/pre.jpg"></center>'
-		'You refuse to use the powder. Dimka chuckles and puts it away. "Well, okay, but you''re missing something really cool." You sigh with relief, as seems that he doesn''t consider this an insult and look meekly at him. He unbuttons his pants and pulls out his member. "Come here, baby."'
+		'You refuse to use the powder. Dimka chuckles and puts it away. "Well, okay, but you''re missing something really cool." You sigh with relief, as seems that he doesn''t consider this an insult and look meekly at him.'
 		act 'Continue': gt 'dimaEv', 'dimkaplays2'
 	end
 end
 
-
 if $ARGS[0] = 'dimkaplays2':
 	dimasexday = daystart
-	dimadalrand = rand(0,10)
+	dimadalrand = rand(0,12)
 	gt 'dimaEv', 'dimkaabuse<<dimadalrand>>'
 end
 
@@ -535,6 +535,7 @@ if $ARGS[0] = 'dimkaabuse8':
 	*clr & cla
 	gs 'pain', 9, 'pierce', 'labia'
 	if pcs_makeup ! 1:pcs_makeup = 0
+	sub += 5
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/sex/vag.jpg"></center>'
 	'Dimka binds you until you are fully immobilized. "You know, a lot of people think that a piercing in the cunt enhances the pleasure during sex..Something about more blood flow..So..I was thinking, that you as my personal fucktoy need a little encouragement to come here..So let''s begin." Then he picks up a safety pin and pricks your labia. You howled at the sharp unbearable pain, struggling against your bonds, but Dimka does not calm down until he has sealed your entire vagina with safety pins.'
@@ -598,6 +599,13 @@ if $ARGS[0] = 'dimkaabuse10':
 	end
 end
 
+!!new content to work with dimalina story
+if $ARGS[0] = 'dimkaabuse11' or $ARGS[0] = 'dimkaabuse12':
+	gt 'dimalina', 'dimkalina0'
+end
+
+!!end of new content for use with dimalina content
+
 if $ARGS[0] = 'Dimka_warning':
 !!this one is if Dimka sends a warning
 	if dimkawarn = 0:

+ 1205 - 0
locations/dimalina.qsrc

@@ -0,0 +1,1205 @@
+# dimalina
+
+!{General notes:
+
+1 - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! = Important notes
+
+2 - Events are in order from 1-8
+
+3 - Event-6 is divided in two parts Sveta and Lina, and must be played in order.
+
+3 - Event-7 trigger after leaving Dimka''s home whith Lina(Events 5 6-Lina 8) 
+
+4 - Event 8 is repeatible
+
+5 - Most events(1 2 3 4 5 6-Lina) trigger when Dimka order Sveta to undress. This make reference to this scene, that trigger when you visit Dimka''s room.
+
+6 - In Event-6-Sveta, he doesn''t order her to undress, so there is a modified text to that scene.
+!!some tweaks need to be made. To make this fit with the other dimka content and not replace it completely which would be bad, this needs to be triggered at the same time the other ones trigger. Here is the trigger events. Yours needs to trigger after that.
+}
+
+if $ARGS[0] = 'dimkalina0':
+	menu_off = 1
+	gs 'stat'
+	dimbadgirl = 0
+	if dimlinaQW = 0:
+		gt 'dimalina', 'dimkalina1'
+	elseif dimlinaQW = 1:
+		gt 'dimalina', 'dimkalina2'
+	elseif dimlinaQW = 2:
+		gt 'dimalina', 'dimkalina3'
+	elseif dimlinaQW = 3:
+		gt 'dimalina', 'dimkalina4'
+	elseif dimlinaQW = 4:
+		gt 'dimalina', 'dimkalina5'
+	elseif dimlinaQW = 5:
+		gt 'dimalina', 'dimkalina6'
+	elseif dimlinaQW = 6:
+		gt 'dimalina', 'dimkalina7'
+	else
+		gt 'dimalina', 'dimkalina8'
+	end
+end
+
+if $ARGS[0] = 'dimkalina1':
+	if dimlinaQW = 0: dimlinaQW = 1
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D1.jpg"></center>'
+	'With reluctance, you remove your clothes and watch Dimka carefully as he shows you a package. Inside there is a rubber ball with leather straps.' 
+	'"You know what it is, slut?"' 
+	'Swallowing hard, you nod your head in agreement. "A ball gag?"' 
+	'"That''s right! I was wondering what perverted shit a slut like you would want as a gift, and here it is, all for you. But before that, take this." In his hand, there is a pair of pink pills. Just as you open your mouth to question him, he shoves the pills in. You try to push them out, but Dimka immediately stuffs the ball gag into your mouth and straps it in. It''s so big, you begin to think that he chose the wrong size as your jaw starts to hurt.'
+	'"Now look at this, whore," He says as he opens the closet door.'
+	
+	gs 'pain', 2, 'jaw', 'bind'
+	gs 'stat'
+	act 'Look inside the closet':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D2.jpg"></center>'
+		'You hesitantly walk over and peer inside. You are... not sure what he was doing until you see the chains. What the hell? The sick fuck has improvised a bondage set in his closet.'
+		'"Ahh... Why that face?. And to think I spent all this time making this lovely gift for you!" He sighs. "Don''t worry I''m sure you will learn to appreciate it. So... come on, get in."'
+		'You''re looking apprehensively at the chains and start to consider making a run for the door when Dimka''s mobile sounds. Quickly, he answers the call.' 
+		'"Dimka here... Hm... Oh?... You''re on your way?... Hm... What?... No!... Of course, no!... Yeah, I''ll be waiting."' 
+		'With an enthusiastic smile, Dimka shoves you into the closet and chains you up, even taking a moment to admire his work. The chains hurt you and the position doesn''t let you relax.'
+		'"Alright, this is what is about to happen: I''m going to close the door, and if I hear a <i>single</i> sound from you during this visit, you will be punished. Understood?"'
+		gs 'willpower', 'humiliation', 'resist', 'medium'
+		if will_cost <= pcs_willpwr:
+			act 'Shake your head in disagreement (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'resist'
+				*clr & cla				
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+				'He smiles down at you. "You will learn to obey me, slut, you will learn." He tightens the chains around your throat until you can''t breathe. Shaking, you fight to breathe as your vision starts to darken. Finally, he releases the chains and shuts the door as you sit there coughing and teary eyed. You focus on catching your breath and after awhile you take notice to Dimka going about his business as usual on the other side of the door. You are just a toy for him, to fuck, hurt and forget.' 
+				'"Come in and make yourself comfortable."' 
+				'Spying through a slit in the closet door, you see the new guest and you recognize her as Avelina Starov. Judging by her expression, she seems unimpressed and leery of being in Dimka''s room.' 
+				'His eyes do a superficial sweep of the room and during a moment his eyes meet yours. Maybe it''s the drug but you are sure that he winks at you.' 
+				'For awhile, the two of them talk about trivialities. When the conversation comes to a pause, he leans closer and presses his lips against hers, the kiss quickly deepening as they start making out. While they kiss, he tries to slip his hands beneath her top, hoping to grope at her breasts but she stops him. That sudden move kills the mood and the two of them seems unsure of what to do until Dimka finally breaks the awkward silence.'
+				
+				pcs_health -= 20
+				pcs_mood -= 5
+				npc_rel['A1'] -= 5
+				gs 'pain', 3, 'throat', 'choke'
+				gs 'stat'
+				act 'Listen carefully': gt 'dimalina', 'Listen' 
+			end
+		else
+			act 'Shake your head in disagreement (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
+		act 'Nod in understanding':
+			*clr & cla	
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+			'You obediently agree to follow his command before the door is finally shut. You sit there. Silent. Thinking. Hearing Dimka go about his business as if you weren''t there. You are just a toy for him, to fuck, hurt and forget.' 
+			'"Come in and make yourself comfortable."' 
+			'Spying through a slit in the closet door, you see the new guest and you recognize her as Avelina Starov. Judging by her expression, she seems unimpressed and leery of being in Dimka''s room.' 
+			'His eyes do a superficial sweep of the room and during a moment his eyes meet yours. Maybe it''s the drug but you are sure that he winks at you.' 
+			'For awhile, the two of them talk about trivialities. When the conversation comes to a pause, he leans closer and presses his lips against hers, the kiss quickly deepening as they start making out. While they kiss, he tries to slip his hands beneath her top, hoping to grope at her breasts but she stops him. That sudden move kills the mood and the two of them seems unsure of what to do until Dimka finally breaks the awkward silence.'
+			
+			pcs_mood -= 10
+			npc_rel['A1'] += 1
+			gs 'stat'	
+			act 'Listen carefully': gt 'dimalina', 'Listen'
+		end
+	end
+end
+
+if $ARGS[0] = 'Listen':
+	*clr & cla
+	minut + 3
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D4.jpg"></center>'
+	'"Hey, can I show you something?" Before Lina can reply, he jumps off the bed and goes to his desk. After some rummaging, he returns with an HD digital camera. "Pretty cool, isn''t it? Come on, let me show you what it can do!" He points the camera at Lina with the expectation that she start modeling for him.'
+	'Lina bites her lips and look around the room. It''s evident that she doesn''t want to at first, but eventually she begins to pose in playfully and innocent ways, following Dimka''s suggestions. As you watch, the drug in your blood kicks into high gear and you begin to get aroused and your mind drifts to inappropriate thoughts.'
+	act 'Keep watching':
+		*clr & cla
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D5.jpg"></center>'
+		'"Hey! I have an idea..." Lina is sitting on her knees with a puzzled expression as Dimka moves closer and suddenly starts to pull her top up, revealing her bra before she can properly react and stop him.'
+		'"Hey! What are you doing?!"'
+		'"You have an amazing body, you should show it off more, Lina. None of the other girls at school can compare, not even Christina!" Dimka reassures her, which seems to be working as she relaxes slightly. "Don''t worry, I''d never show anyone this, but I just can''t help it...you''re so beautiful! You don''t need to take anything else off...'
+		'Lina shifts nervously, her cheeks flushed slightly after hearing Dimka''s confession. After a moment of consideration, she slips out of her bottoms, sitting there in sweater and panties as he continues to film her. Back in the closet, you try to ignore your drug-induced arousal but it gets more and more difficult. In the back of your mind, images and sensations pop up. You... Need... To... Do... Something...'
+		gs 'arousal', 'voyeur', 5, 'bound'
+		gs 'stat'
+		gs 'willpower', 'misc', 'self', 'medium'
+		if will_cost <= pcs_willpwr:
+			act 'Try to help her (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'self'
+				gs 'stat'
+				gt 'dimalina', 'Help'
+			end
+		else
+			act 'Try to help her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+		act 'Keep Watching': gt 'dimalina', 'Watch'
+		act 'Fantasize about... Lina?!':
+			*clr & cla
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/F1.jpg"></center>'
+			'You break the chains and overpower Dimka, then take Lina in your arms and get out of there as fast as possible. Far away from that psychopath, you embrace Lina and admire her as she stands there in your arms, wearing nothing but a sexy set of lingerie. "Please make me your bitch and do whatever you want!" Lina begs you. Your hands drift to her bottom and caress the taut flesh, making Lina moan. You kiss her and smile. As you push one hand under her panties, she freezes and opens her legs slightly to make it easy for you to caress between her thighs. She moans, cries, and whimper as you expertly drive her to orgasm after orgasm. But this isn''t the end. You pause for a moment, she looks at you with tired and puzzled eyes. After a moment she gasps in shock and pain as you begin to finger-fuck her asshole...'	 
+			'You blink as your mind awakens from the sudden daydream. During your sex-crazed haze, Dimka seems to has moved Lina to a new position. She kneels on the bed before him.'
+			gs 'arousal', 'voyeur', 5, 'bound'
+			gs 'stat'
+			gs 'willpower', 'misc', 'self', 'medium'
+			if will_cost <= pcs_willpwr:
+				act 'Try to help her (<<will_cost>> Willpower)':
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					gt 'dimalina', 'Help'
+				end
+			else
+				act 'Try to help her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Keep Watching': gt 'dimalina', 'Watch'
+		end
+		act 'Fantasize about... Dimka?!':
+			*clr & cla
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/FD1.jpg"></center>' 
+			'Dimka kneels before you, he is your bitch, but you aren''t happy. He doesn''t know how to lick boots properly like a bitch should. This is unforgivable and only serve to piss you off. "Seriously? Why must I waste my time helping a little sick fuck like yourself? Come on!" You firmly kick him aside and he lays there, staring up at you with a pathetic look. "Poor little pet.." You sigh. "A good mistress must educate her wards. I''m far too good for you, you realize that, right?" You sit in a chair and let him clean them slowly and a bit sloppily. Why... won''t... he... learn?! You whip his back and he lets out a strained whimper. After trying to get him to clean your boots again you realize... he''s doing it on purpose! Of course, he''s a bratty little bitch. He''s getting off on this, but he knows better to ask for release. If he wants it so bad, then it seems like some pegging will be in order, but he won''t get his release so easily. With a smile, you relax and recline in your chair and watch a nervous Dimka who doesn''t realize what''s going to happen next...'
+			'You blink as your mind awakens from the sudden daydream. Dimka seems to has moved Lina to a new position. She kneels on the bed before him.'
+			gs 'arousal', 'voyeur', 5, 'bound'
+			gs 'stat'
+			gs 'willpower', 'misc', 'self', 'medium'
+			if will_cost <= pcs_willpwr:
+				act 'Try to help her (<<will_cost>> Willpower)':
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					gt 'dimalina', 'Help'
+				end
+			else
+				act 'Try to help her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Keep Watching': gt 'dimalina', 'Watch'
+		end
+	end
+end
+	
+if $ARGS[0] = 'Help':
+	*clr & cla
+	dimbadgirl = 1
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+	'You''re lost in a lust filled haze and your mind drifts... but, you must help her. You need to clear your mind somehow. With very little options, you start to twist your wrist in the chains until the pain sobers you up enough to let out a loud whimper.'
+	'"What is that?" Lina seems startled as your painful moan is faintly heard. But Dimka will not be stopped so easily.'
+	'"That? Oh fuck... that''s uh... I think that''s just a local dog. A lot of people around here own dogs and I hear them all the time!"'
+	'"Oh... Look Dimka, I don''t feel like..."'
+	'"Hey don''t worry, just relax. Here, I''ll put on some music, trust me you''ll love it!" Dimka puts on some music, drowning out your muffled cries. After a short moment, they''re continuing where they left off until Lina is left kneeling on his bed. He stops and walks toward her, his erection very clearly pressing against his pants.'
+	'"Lina... Can you...? I mean..."'
+	
+	npc_rel['A1'] -= 5
+	npc_rel['A19'] += 5
+	pcs_health -= 20
+	pcs_mood -= 5
+	gs 'pain', 2, 'wrists', 'bind'
+	gs 'pain', 2, 'mouth', 'bind'
+	gs 'stat'
+	act 'Watch helplessly': gt 'dimalina', 'Watch'
+end
+	
+if $ARGS[0] = 'Watch':
+	*clr & cla
+	menu_off = 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D7.jpg"></center>'
+	'Lina sits there quietly observing him as he caresses her hair and for a long moment nothing move in the room.'
+	'"You don''t need to do this." Hearing those words muttered from his mouth sound so foreign to you. You wish that Lina would see what he was doing and leave, but she is too tangled in the inertia to really stop now. She doesn''t respond but it doesn''t matter. Dimka takes her silence as an invitation as he takes his cock out of the pants and brings her hand over into his lap to have her start caressing his shaft. Dimka is in heaven and can only grunt as the handjob relieves him of his pent-up needs. Between grunts he instructs Lina.'
+	'"Come on babe, faster!!"'
+	'Lina starts stroking faster and he can only cry in satisfaction.'
+	gs 'arousal', 'voyeur_sex', 5, 'bound'
+	gs 'stat'
+	act 'This should be over soon...':
+		*clr & cla
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D8.jpg"></center>'
+		'Without warning, Dimka grabs at her top and pulls it up to reveal her tits. Lina reacts poorly but is too slow to do anything as she was focused on stroking him. "Hey... What are you doing?"'
+		'"Dimka groans, "I don''t want to get your clothes dirty!"'
+		'She just bites her lip and lets him roughly undress her of what is left of her clothes.'
+		gs 'arousal', 'voyeur_sex', 5, 'bound'
+		gs 'stat'
+		act 'Watch helplessly':
+			*clr & cla
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D9.jpg"></center>'
+			'He shoves her backward but Lina doesn''t resist as she looks at him with a perplexed expression. Finally, he begins to masturbate over her and with a cry of pleasure, shoots his load onto her mouth and chest. She lays there frozen with her eyes closed while Dimka falls at her side with a contented sigh. Finally, without saying a word Lina gets up and awkwardly hurries to the bathroom trying not to spill his jizz. Dimka sits there with a happy smile, then looks in your direction and gives a knowing smirk and wink. Lina returns after a while cleaned and redressed.'
+			'"...Dimka I should go."'
+			'"What? Oh... Listen I... I''m sorry for screwing this up, I hope you don''t hate me..."'
+			'She gives him a little smile but doesn''t say anything...'
+			'"Well... call me, okay?"'
+			'She nods slightly but that''s all before she finally leaves.' 
+			gs 'arousal', 'voyeur_sex', 5, 'bound'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Wait for Dimka':
+				*clr & cla
+				gs 'stat'
+				minut + 10
+				gs 'pain', 1, 'neck', 'bind'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+				if dimbadgirl = 1:
+					'After that, Dimka opens the closet and you look up at him to see him smirking down at you.'
+					'"You really are a useless whore, aren''t you?!" You expect him to hit you, so you flinch, but there''s no impact. Instead Dimka walks behind you, and you begin to sweat and tremble as... Fuck! The chains get tense! Dimka is hanging you!'
+					'"Come on Slut! You knew the consequences!"'
+					'You struggle to maintain your footing as you fight to breathe. It feels like the moment stretches on forever, but it suddenly comes to an end when he loses his grip and lets you fall. As you lie there in a heap on the floor, he takes away the ball gag and chains.'
+					'"Come on, get dressed and leave, I''m only human and can''t fuck you now."'
+					'You groan and stand up on unstable legs. Your body hurts and you''re still in a lustful haze. You get dressed as quick as you can and leave.'
+					
+					pcs_health -= 20
+					pcs_mood -= 5
+					gs 'dimalina', 'bindpain'
+					gs 'pain', 3, 'throat', 'choke'
+					pcs_arousal += 20
+					minut += rand(30,60)
+					gs 'stat'
+					!!need to reset dimbadgirl to 0 after this so it starts over for each args scene set.
+					act 'Leave': gt 'pavResidential'
+				else
+					'After that, Dimka opens the closet and you look up at him to see him smiling down at you.'
+					'"Well, it looks like you''re not a complete dumb slut, but don''t get confused: you''re still just as worthless." He yanks the gag out and tugs you free from the chains. "Come on, get dressed and leave, I''m done with you for today. I''m only human, I can''t be bothered to fuck you now."'
+					'You groan and stand up on unstable legs. Your body hurts and you''re still in a lustful haze.'
+					act 'Leave': gt 'pavResidential'
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'dimkalina2':
+	if dimlinaQW = 1: dimlinaQW = 2
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D1.jpg"></center>'
+	'You sigh... how bad is it that this doesn''t bother you anymore? You don''t care to resist him, especially if it''ll just lead to you getting punished harsher later. With little hesitation, you start to take your clothes off.'
+	'Dimka looks at you with a smirk, "Aw, what''s wrong? Why the sad face, slut?"'
+	'You don''t respond, which makes him chuckle. "Don''t worry, I know what you want and I have it right here!" He pulls out the ball bag in one hand and... those pink pills in his other hand. You stare at them for a moment as he holds them out to you.'
+	'"Will... Avelina be here today?" You ask quietly.'
+	'He raises a brow, "Worried you''ll be replaced, whore?" he laughs, "She''s my girlfriend now, so get used to it. You''ll be seeing a lot more of her."'
+	act 'Ignore him and undress':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D2.jpg"></center>'
+		'You look at him and groan. All you want to do is wipe that smug smile off his face... permanently. With a resigned sigh, you take the pills before letting him put the ball gag on you. He then pushes you in the closet and begins to put you in chains. As he immobilizes you, Dimka takes his time, extracting as much pain from you as he can. The suffering only commences as arousal kick and the murkiness begins to send mixed signals to your brain. Finally, you are put in the setup and with a satisfactory smile Dimka observes his work.'
+		'"Look at you, I can already see a puddle on the floor. You have absolutely no shame, hm? Well Slut, remember that I don''t wanna hear you."'
+		'He looks at you with his trademark shit-eating smile and closes the door. You close your eyes and cry, how the fuck did you end up like this?! Your mind is a mess, in pain but also painfully aroused. Despite that, you notice Dimka talking to someone...'
+		act 'Listen':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+			'"Hey, Lina welcome back!"'
+			'"Thanks Dimka... "'
+			'Dimka smiles and pulls out some photos to show her. "Look how cute your photos ended up, I can''t believe it. You know, I think I''m the luckiest man on earth to have such a beautiful girlfriend!"'
+			'"Uh?"'
+			'"Hey let''s continue where we left!"'
+			'"I don''t know..."'
+			'"Oh. Come on. Pretty please..."'
+			act 'Peek':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D10.jpg"></center>'
+				'You know that Lina has never been one to say "no" to people, so after a moment she sighs and begins to undress. Slowly and hesitantly, she slips out of her skirt, then kneels and bends over, putting her head on the floor with her butt in the air. He moves around Lina, taking snaps, but then stops.'
+				'"This isn''t working... Hm... Let''s see." Dimka starts to pull at her panties and Lina tries to stop him, but he just yanks them down without hesitation.' 
+				'"Come on, you''ll look great, I promise!"'
+				'She finally resigns herself to being Dimka''s model and lets him pull them down her thighs.'
+				gs 'willpower', 'misc', 'self', 'medium'
+				if will_cost <= pcs_willpwr:
+					act 'Cause a distraction (<<will_cost>> Willpower)':
+						gs 'willpower', 'pay', 'self'
+						gs 'stat'
+						gt 'dimalina', 'distraction'
+					end
+				else
+					act 'Cause a distraction (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+				end
+				act 'Do nothing': gt 'dimalina', 'Watch2'
+				act 'Fantasize about Lina':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/F2.jpg"></center>'
+					'Lina and You are kneeling on the floor. Your underwear is nowhere to be found. She smiles as your last bout of sex has confirmed that being your lover is the best decision in her life. With skilled fingers you tease her inner thighs, making her moan in frustrated anticipation. She begs, pleads and supplicates for more... and finally you caress her lower lips. She cums and the smell of her arousal fills the room. You begin a fast masturbation, giving her what she needs. She cums again and again under your expertise. Finally, you stop and look at her... waiting. Wasted, she asks you to make love to her.'
+					'Sadly, the sound of Lina''s voice puts a stop to your fantasy.'
+					
+					pcs_arousal += 20
+					gs 'stat'
+					
+					gs 'willpower', 'misc', 'self', 'medium'
+					if will_cost <= pcs_willpwr:
+						act 'Cause a distraction (<<will_cost>> Willpower)':
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							gt 'dimalina', 'distraction'
+						end
+					else
+						act 'Cause a distraction (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Do nothing': gt 'dimalina', 'Watch2'
+				end
+				act 'Fantasize about Dimka':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/FD2.jpg"></center>'
+					'What the fuck is wrong with him? Why doesn''t he understand that this is all he is good for: licking your boots. You''re tired of him trying to be coy. You could be doing so much more, be instead you have to sit here and train him to be a proper sub bitch. Dimka must sense your growing frustration with him because you hear him whimper and tremble. Not in the mood for his games, you take your other foot and step on his fingers as he kneels beneath you on all fours. You ignore his cries of pain, instead you look out a nearby window and notice a couple walking by. The two are smiling, the woman is giggling and hanging on to him while they whisper to each other. You know as soon as they''re alone, they''ll be fucking each other, and the thought of that makes you both jealous and a bit horny. You wanted to have some fun today, but no, instead you have to deal with this.'
+					'Sadly, the sound of Lina''s voice puts a stop to your fantasy.'
+					
+					pcs_arousal += 20
+					gs 'stat'
+					
+					gs 'willpower', 'misc', 'self', 'medium'
+					if will_cost <= pcs_willpwr:
+						act 'Cause a distraction (<<will_cost>> Willpower)':
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							gt 'dimalina', 'distraction'
+						end
+					else
+						act 'Cause a distraction (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Do nothing': gt 'dimalina', 'Watch2'
+				end
+			end
+		end
+	end
+end
+	
+if $ARGS[0] = 'distraction':
+	dimbadgirl = 1
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+	'Your mind is working against you, even if you aren''t sure what''s really happening right now. You need to help Lina! With a groan, you struggle against the chains, causing them to rattle and shake.'
+	'"Shit...!" Dimka curses under his breath.'
+	'"Something wrong?" Lina asks but Dimka reassures her there isn''t a problem.'
+	'"I think something just fell. Give me a second to check..." He quickly leaves Lina before she has time to ask him anymore questions. Entering the closet carefully so she doesn''t see anything, he strangles you and whispers in your ear, pretending to be picking something up from the floor. "Shut up, slut! If you keep this up, I will beat you so badly you''ll end up in the emergency room, understand?"'
+	'Breathless you nod in understanding. He rises, trying to calm his rising fury, but luckily for you, he knows he can''t leave his "girlfriend" alone for too long so he leaves quickly and returns to a confused Lina who has had enough time to put her panties back on...'
+	'"Don''t worry! Something just fell off the shelf in there," he tells her, but she seems unconvinced. Quickly he follows up it up, "I didn''t want to tell you, but... it''s a present I''ve been getting ready for you. I had to make sure it didn''t get messed up."'
+	'Lina looks at him then the closet and finally the door. She''s not buying it and wants to leave! Good! But Dimka isn''t going to lose her so easily. He moves closer to Lina and caress her hair.'
+	'"Look Lina... can we just start over? I don''t want things to end likes this... come here, babe." Dimka pulls her closer into a deep kiss and all her doubt seems to melt away as they make out. By the end of it, Lina doesn''t say anything, she just grabs his zipper and takes out his dick before she starts to stroke him.'
+	
+	pcs_health -= 20
+	npc_rel['A1'] -= 5
+	gs 'pain', 3, 'throat', 'choke'
+	pcs_mood -= 10
+	gs 'stat'
+	act 'Watch her jerk him off': gt 'dimalina', 'cums1'
+end
+
+if $ARGS[0] = 'watch2': 
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D11.jpg"></center>'
+	'"Like this, Dimka?"'
+	'He groans, "Oh yeah... just like that, keep going." You didn''t notice until now that they''ve moved to the bed, where Lina has been giving him a handjob. As he calls her his girlfriend, you think she seems excited as she spits onto his cock and pumps him a bit faster, but judging by the look of discomfort, its obvious she did that to distract him so he doesn''t call her that again.' 
+	'"Fuck... that''s much better!" Dimka then caresses the back of Lina''s head as his face twists with pleasure.'
+	gs 'arousal', 'voyeur_sex', 5, 'bound'
+	gs 'stat'
+	act 'Watch her jerk him off': gt 'dimalina', 'cums1'
+end	
+
+if $ARGS[0] = 'cums1': 
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D12.jpg"></center>'
+	'"Please Lina... fuck... can you use your mouth?"'
+	'Lina looks at him only for a moment, and with a quickness that shows she just wants this over and done with, she takes his dick into her mouth and starts to suck him. He grunts in obvious pleasure, as Lina begins a slow-paced blowjob.'
+	'"Yes... You... Hmf..."'
+	'She moves faster, making Dimka breath quicken. Your altered mental state can only raise your arousal, as the scene, more proper on a porn video play before you. He is reaching his climax and quickly pushes her head away so she can stroke him until he''s finally shooting his load all over her face. You groan in frustration as your own release is negated by the chains on your hands and legs.' 
+	act 'Watch her leave':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D13.jpg"></center>'
+		if dimbadgirl = 1:
+			'The groan must be louder than you expected, as Lina turns her cum covered face in your direction. You freeze, thinking what Dimka is going to do to you. Lina quickly leaves to the restroom, leaving a satisfied Dimka alone. She doesn''t seem to return and after a while it''s evident that she left the house. With a scowl he looks at your direction in the closet. Struggling against the drug arousal and the numbness in your limbs, you try to stay calm, but tears find their way to your eyes. After some time Dimka opens the closet and without warning gives you a hard slap across the face. You let out a muffle cry, but it doesn''t faze him in the slightest. "I told you to be quiet, slut. It cost me a lot to get her to this point, I won''t let you fuck it up!"'
+			'After a moment of him standing over you, watching you whimper and tremble, he unchains your and removes the gag. You can barely stand, numbness in your limbs making the task nearly impossible. "Alright, get dressed and get out." Dimka doesn''t even stop to see you redress as he beings to look through his new collection.'
+			pcs_mood -= 10
+		else
+			'The groan must be louder than you expected, as Lina turns her cum covered face in your direction. You freeze, thinking what Dimka is going to do to you. Lina quickly leaves to the restroom, leaving a satisfied Dimka alone. She doesn''t seem to return and after a while it''s evident that she left the house. With a puzzled expression, Dimka opens the closet.'
+			'"Fuck... That was great! She''s so much better than you. This is why you''re just the slut and she''s my girlfriend." Dimka laughs down at you. "It was worth it taking my time to get her to this point, definitely worth the wait." He starts to unchain you and remove the gag, but it doesn''t help much. You can barely stand, numbness in your limbs making the task nearly impossible. "Alright, get dressed and get out." Dimka doesn''t even stop to see you redress as he beings to look through his new collection.'
+		end
+		gs 'dimalina', 'bindpain'
+		pcs_mood -= 5
+		pcs_health -= 20
+		gs 'arousal', 'voyeur_sex', 5, 'bound'
+		gs 'stat'
+		act 'Leave': gt 'pavResidential'
+	end
+end
+
+if $ARGS[0] = 'dimkalina3':
+	if dimlinaQW = 2: dimlinaQW = 3
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D1.jpg"></center>'
+	'You stand there looking at Dimka and with a resigned sigh, you begin to strip down. In a twist, he doesn''t seem to take much interest in what you are doing, he''s is concentrated on his computer. For a long moment, you sit there on the floor, feeling a bit troubled. Finally, taking a peek over his shoulder, you see several images of the room taken from different angles. Damn... the little sick fuck must have put more cameras. Without looking at you, he speaks. "Ok... Prepare yourself." Barely looking at you, he passes you the pills and the gag ball.'
+	gs 'willpower', 'drugs', 'resist', 'medium'
+	if will_cost <= pcs_willpwr:
+		act 'Hide the pills (<<will_cost>> Willpower)':
+			*clr & cla
+			pcs_mood +10
+			gs 'stat'
+			gs 'willpower', 'pay', 'resist'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D2.jpg"></center>'
+			'Gritting your teeth, you look to Dimka. He''s distracted adjusting some settings, so you throw the pills into your clothes and hide them. Relieved that he hasn''t noticed, you put on the gag ball. Fortunately, this time it''s you who put this thing on and manage to do so without hurting your jaw. Dimka ends what he was doing and looks at you with an expression of satisfaction on his face.' 
+			'"Look Slut, if you behave, the next time I will give you a gift. OK?"'
+			'You wordlessly agree by nodding, and he seems satisfied. as usual he chains you up in the closet but weirdly, today he seems genuinely in a good mood. You wait there as Dimka prepare the cameras in the room.'
+			act 'Watch': gt 'dimalina', 'watch3'
+		end
+	else
+		act 'Hide the pills (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end	
+	act 'Take the pills':
+		*clr & cla
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D2.jpg"></center>'
+		'You are trapped and without options. Gritting your teeth, you take them. After eating the pills, you put in the gag. Fortunately, this time it''s you who put this thing on and manage to put it on without hurting your jaw. Dimka ends what he was doing and looks at you with an expression of satisfaction on his face.' 
+		'"Look Slut, if you behave, the next time I will give you a gift. OK?"'
+		'You wordlessly agree with a nod, and he seems satisfied. as usual he chains you up in the closet but weirdly, today he seems genuinely in a good mood. You wait there as Dimka prepare the cameras in the room.'
+		act 'Watch': gt 'dimalina', 'watch3'
+	end
+end
+		
+if $ARGS[0] = 'watch3':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+	'"Dimka! Lina is here and wants to talk to you!" After his mother calls him, he leaves the room and for some time you''re left there in silence until finally, you hear a muffled voice on the other side of the door.'
+	'"Look I''m sorry, can we... can we talk about this?"'
+	'"I''m sorry Dimka, it''s just that... I like someone else and this can''t work."'
+	'"Right... well we can still be friends, can''t we? Stay for a bit, have a drink and hang out."'
+	'After that, he leads Lina into his room and leaves her for awhile before returning with two sodas. The two of them seem on edge as they sit in silence sipping on their drinks. You notice Lina begins to rub her legs together as her breathing gets a bit heavier. You quickly recognize her actions as ones you''ve done before... there is no mistake: Lina was slipped those same pink pills, no doubt put in her drink. Groaning she begins to stand.'
+	act 'She is drugged...':
+		*clr & cla
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D14.jpg"></center>'
+		'"Hmm... I think... That... Hm?" She stands and then stumbles a bit before falling back onto the bed. Dimka sees his chance and gently guides her to lay down. She tries to fight back, but it only results in her being positioned onto her stomach by him. Smiling, he puts his hands under her skirt and slides her panties down to her thighs. Lina lets out a breathy moan as she looks back at him in confusion and arousal.' 
+		'"I know how to make you behave..." Dimka whispers to her before he begins to unzip the front of his jeans. You close your eyes for a moment...'
+		act 'Dream of Lina':
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/F3.jpg"></center>'
+			'You can hear Lina''s cries of pleasure and a sudden image of her comes to mind. She is on all fours moaning as you massage lube into her tight little ass. She looks at you with concern, but you know what to do, You are going to fill that cute hole with the beads. Your fingers were only the beginning. You lick the beads and spread her cheeks. When you begin to push, she gasps, cries and clenches her teeth as she adjusts to the toy and slowly starts to enjoy the feeling. You smile knowing that by the end of this, she''ll be the perfect anal slut for you.' 
+			'Just as you begin to thrust the beads in and out of her ass a bit, you''re pulled back to reality by the sound of grunting from Dimka'
+			*clr & cla
+			pcs_arousal += 10
+			act 'Lina is defiled...': gt 'dimalina', 'linadefiled'
+		end
+		act 'Dream of Dimka':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/FD3.jpg"></center>'
+			'Seeing Dimka drug and rape Lina, your mind drifts and you''re comforted by a dream much better than the reality you''re currently facing.'
+			'You are too good for this bitch. Eventually, you resign to indulging the little shit and have him worship your honey pot. He kneels and licks your sacred pussy and clit, causing you to squirm a bit with pleasure in your seat. Of course you are not going to oblige him, saying that it feels good. He isn''t a lover. But for the moment, he can continue trying to appease you...'
+			'Just as the pleasure begins to build closer to your climax, the needy moans of Lina bring you back to reality.'
+			pcs_arousal += 10
+			gs 'stat'
+			act 'Lina is defiled...': gt 'dimalina', 'linadefiled'
+		end
+		act 'Continue to watch them':
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D12.jpg"></center>'
+			'Pulling out his cock, he grabs Lina''s hair and holds her in place as he slaps his cock against her face. The mask of shyness and awkwardness is gone, and his true face resurfaces. "From now on, you are no longer Lina. You are Litte Slut. Understood?!"'
+			'"No... I..."'
+			'Dimka just smiles and pushes his dick against her lips, trying to force them open. Lina resists for as long as she can, but you can see her will to fight leaving her body as the drugs take effect. His member pushes between her lips and he quickly slides deeper and deeper into her mouth.'
+			'"Oh... Yeah!"'
+			'He proceeds to take a good hold of Lina''s head and begins forcefully skull-fucking her. Breathless and straining in pain to keep up, Lina hits him but there''s no strength behind it.'
+			'"Hey... be grateful! I''m just lubricating my dick unless you want me to go in dry, huh?!"'
+			'Scared of what that would mean for her, she submits and grabs his cock, beginning a furious blowjob. Finally, Dimka releases her then proceeds to undress her and himself further. He pushes her back onto her stomach again and lifts her ass as he aligns his cock with her pussy.'
+			gs 'arousal', 'voyeur', 5, 'bound'
+			gs 'stat'
+			act 'Lina is defiled...': gt 'dimalina', 'linadefiled'
+		end
+	end
+end
+
+if $ARGS[0] = 'linadefiled':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D15.jpg"></center>'
+	'"Agh... No... Please..." Her "distressed" cries for him to stop end up sounding more like moans of pleasure as he slips inside her.'
+	'"Come on help a little... Move your ass!" He demands. She follows his commands but in a desynchronized form. Her mind trapped between the induced lust and the need to escape.'
+	'"That''s better!"'
+	'Dimka is near the end and you expect him to cum inside her but instead he suddenly pushes her away and begins stroking fast and hard in front of Lina''s face.'
+	act 'He cums all over her...':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D16.jpg"></center>'
+		'"Open your fucking mouth!"'
+		'Lina obeys and even manages to give him a lick before he cums onto her exposed tongue.'
+		'"Uff... That was great!"'
+		'For awhile, Lina doesn''t move. She lies there breathing heavily, staring blankly ahead as she processes what just happened. Finally, she gets up and shakily redress. It isn''t until she''s mostly done getting dressed that she starts to cry, running out of the room whimpering. Dimka then opens the closet.'
+		'"That was a close call, but dad says that he will not pay another abortion. Too bad, you know, I think she would make the perfect breeding material."'
+		'He doesn''t seem at all bothered with what has just happened. He actually seems quite happy with himself as he quickly removes your chains and gag.'
+		'"Ok Slut, a deal is a deal. You''ve been a good girl so I''ll have a treat for you, but for now I''m done playing with you, so get out."'
+		'Silently you redress and leave.'
+		
+		gs 'dimalina', 'bindpain'
+		gs 'arousal', 'voyeur_sex', 10, 'bound'
+		pcs_mood -= 10
+		pcs_health -= 20
+		npc_rel['A1'] += 1
+		gs 'stat'
+		act 'Leave': gt 'pavResidential'
+	end
+end
+
+if $ARGS[0] = 'dimkalina4':
+	if dimlinaQW = 3: dimlinaQW = 4
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D1.jpg"></center>'
+	'While you''re undressing, he looks at you with calm, even placid eyes, the visage of a man that has everything he wishes. You hate him and at this moment, the only thing that can give you peace, is removing his eyes with your hands. Finally, you are naked and stand there waiting for his next fuckery.'
+	'"You know, I think that we must talk about our relationship. I mean, you are the Slut and you met the future Miss Nosov... Hm... Well we will think about something."'
+	'"Now for your present." He walks to you and shows you a roll of sticky tape. "Like I said, you have been good, so... I won''t chain you today."'
+	'He then proceeds to tie your hands and feet, leaving you delicately on the floor of the closet. You are a bit daunted by Dimka''s sudden friendly demeanor and sit there in silence. He then closes the door and begins to prepare himself. Shortly after, Lina storms into the room.'
+	act 'What''s happening?':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+		'"What the fuck do you want, Dimka!?"'
+		'He stands there with a surprised expression, he can''t believe the tone of Lina. She is there oozing rage, completely different from her normal timid demeanor.'
+		'Finally, Dimka seems to shake his stupor. "I''m glad you ask, look at this."'
+		'He passes the camera to her. You can see tears on her face and at that point, you know exactly what is happening in her head. Discouragement, rage, fear, shock...'
+		'"If you don''t do..."'
+		'Slap!'
+		'The sound of her hand hitting Dimka''s face is deafening. He falls back and crashes down on the bed. At the same time, Lina takes the camera and smashes it on the floor. She turns and begins to run towards the door, but before reaching it, hesitates. She returns to grab what is left of the camera and leaves the room.' 
+		act 'Oh shit!':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+			'He slowly stands up with an expression of true rage on his face. He paces around the room clenching his fists, groaning and breathing heavily. Finally, he looks in your direction and a cold sweat runs down your back. He opens the closet and forcefully throws you on the couch where he begins to slap you.'
+			'"You! It''s your fucking fault! All of you! I''m treating you like queens! And you do this to me!?"'
+			'You cower, but your bound hands make it difficult. Finally, it looks like Dimka is out of steam and begins to undress. He starts looking for some kind of... Hook? With a ball at the end.'
+			'"Time for your punishment, Slut!"'
+			'He pushes you into a doggy position and shows you the hook.'
+			'"You know what this is, stupid cow? It''s an anal hook! Let''s see if I can teach you some manners."'
+			
+			act 'Endure': gt 'dimalina', 'endure'
+			
+!{leave this commented out for now
+			if (spellKnown['stun'] = 1 and pcs_mana >= spellMana['stun']) or pcs_stren >= 40:
+				act 'Try to escape(Note: Will have BAD consequences)': gt 'dimalina', 'escape'
+			end
+!!if you are going to add this, then you need to make a special scene where he punishes her or something, where he comments about Sveta escaping. For now leave it commented out and it will have to be added later when magic and fighting is revamped.
+}
+			if succubusflag = 1:
+				act 'Succubus comeback': gt 'dimalina', 'succubusdimka'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'dimkalina5':
+	if dimlinaQW = 4: dimlinaQW = 5
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D1.jpg"></center>'
+	'During your undressing, you see that Dimka seems distracted. He constantly looks around the room, edgy, as if something bothers him. It even takes him some moments to realize that you are naked. On the floor near the closet, you see a new set of bondage gear. Leather and chrome, and your heart skips a beat when you realize it can''t be for you.'
+	'"Aright, into the closet," he simply orders.'
+	act 'Get chained up':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+		'Silently he begins to "help" you to put on the chains and ball gag, making sure that it hurts and does not let you rest. When he''s finally done, you expect him to close the closet door but instead, he leaves it open. As he sits at his desk, you see him rubbing his hands. He seems strangely nervous as the minutes pass by and the two of you wait for... Lina to arrive.'
+		'"Hm? <<$pcs_firstname>>!?" Lina can''t look away from you as she''s caught completely off guard. Dimka smiles and that''s when you understand that this was his plan.'
+		'"<<$pcs_firstname>>? No, her name is Slut, and like you, she is my bitch, and you know why is that, Little Slut? Remember that little DVD that arrived at your home? Hm? What message accompanied it?"'
+		'Lina winces at his words and avoids Dimka''s gaze, reddens and look out of the corner of her eye towards you'
+		'"I don''t fucking hear you Little Slut!"'
+		'"That... If I don''t come, and do whatever you like, you will show the... The video to everyone."'
+		'"Good Little Slut! As a clarification, You are going to come here once a week, and remember, I''ve made copies of everything and stored them somewhere safe. I''m sure right now you''re thinking of doing something, maybe telling the police? If you think that the police will help you, forget it. I''m a minor and my father has money and a great lawyer. So... you understand?"'
+		'Quivering and on the verge of tears, the only thing that she can do is agree.'
+		'"Ok...Good...Now get naked!"'
+		act 'Watch Lina obey her new master': gt 'dimalina', 'linaundress'
+	end
+end
+
+if $ARGS[0] = 'dimkalina6':
+	if dimlinaQW = 5: dimlinaQW = 6
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/dimkaroom.jpg"></center>'
+	'The room is surprisingly clean and organized for a boys room. It is fairly tastefully decorated. Along one wall next to the bed is a wardrobe with mirrored doors, a small zebra pattern love seat sits along a wall near the bed. Next to the loveseat is a mini fridge and just above that on a shelf is a stereo system. There is also a desk with a desktop computer setup on it and a laptop laying nearby as well. All in the room seems pretty expensive. There are some drinks and chips on a low table. Sitting at the desk is Dimka, he apparently heard you open the door as he turns to face you as you walk in.'
+	'As he sees you, an evil smile spreads across his face. "So good of you to join me, <<$pcs_nickname>>."'
+	act 'What the fuck':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D24.jpg"></center>'
+		'Dimka is looking at you expectantly, but you''re not really sure what to do. You stand there awkwardly for a bit before he sighs. "There are no drugs, just sit and drink." He points to the glass filled with what you assume to be soda.'
+		'You eye him suspiciously as you reluctantly grab the glass and take a seat in a nearby chair. Hesitating, you stare down into the glass, unsure if he''s being genuine or if this is some king of sick trick.'
+		'"Seriously..." He then proceeds to take your glass and take a sip. "Satisfied? There is nothing in there!"'
+		'You sigh before finally taking a drink from the glass. As you thought, it''s a sweet soda and from what you can tell, he may not have done anything to it. Looking back at Dimka, you see a small, satisfied smile spread across his face.'
+		'"I feel a bit disappointed by your lack of trust. I mean, seriously, I just want to pass some time with you!"'
+		'"Well... What did you want to talk about?" You ask.'
+		'Dimka takes a drink from his glass, thinking over his answer.'
+		act 'What is he planning...':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+			'"Well, I think that you have been a good girl lately, I figured I''d give you a little break and enjoy some quiet time with my favorite girl."'
+			'"Uhm... thank you." Why is he suddenly being so... nice? Is this just a trick to get your guard down? '
+			'"So tell me... how is your mother? I mean, the gossip is that she is quite a slut."'
+			'Your expression hardens into a grimace. So this is what he was up to. "She''s a happily married woman, so that rumor... well it''s just that; a rumor."'
+			'Dimka snickers, "Yeah right! Alright, You don''t want to talk about that... so lets talk about what I should do next with my new Little Slut, hm?"'
+			'"New...? You mean Lina?"'
+			'His eyes light up with delight as he watches you make the horrific realization of Lina''s fate with him. "Just like how I had to train you to be a good obedient girl, her performance as my girlfriend leaves a lot to be desired, so I''ve been thinking I should train her to be something much better instead..."'
+			'"I... I mean... I don''t really know..."'
+			'"I will admit," he starts as he leans back in his seat. "She''s an amazing cocksucker, but she has no real personality, which means she''s perfect to be molded into whatever I''d like." Dimka smiles wickedly and chuckles. "At first all I wanted was for her to be my girlfriend, but after seeing how you''ve turned out, I know I can train her into something even better than you. What do you think?"'
+			gs 'willpower', 'misc', 'self', 'medium'
+			if will_cost <= pcs_willpwr:
+				act '"Leave her alone!"(<<will_cost>> Willpower)':
+					*clr & cla
+					gs 'willpower', 'pay', 'self'
+					'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+					'As soon as the words leave your mouth, Dimka''s earlier haughty attitude shifts into something much more darker and dangerous. He straightens himself and leans forward a bit, his cold eyes staring right through you. "What was that, slut?"'
+					'You avoid his gaze by looking down at your lap and quietly reply, "I just think... she isn''t worth the trouble?"'
+					'With a small smirk, Dimka goes to the closet and opens it. Inside lies Lina in chains, the skin around her restraints red and purple as she struggles to breath around the gag.'
+					'"Oh? What do we have here? Take a look my Little Slut, it seems your friend has come to take your place. Well, I suppose you can go then..." Dimka proceeds to undo the chains and she falls to the floor gasping for breath. Red chain marks all over her body attest to the pain that must have suffered. Without looking at her, he takes out the anal hook that had been inside her and then takes off the gag and binding tape.'
+					'"Get out of here before I change my mind"'
+					'Lina looks at you with a mix of fear, gratitude and regret as Dimka orders you to get in the closet. You look at her and hope she leaves quickly as you take your place inside the closet. No longer hesitating, Lina grabs her clothes from a pile beside his bed and quickly puts on her top and bottoms and bundles the rest up in her arms before rushing out the room. Meanwhile, Dimka is too distracted be his rising fury with you to really care what she does. Instead he shoves you against the back wall of the closet as he starts to bind your feet and wrists with the sticky tape.'
+					
+					act 'Endure': gt 'dimalina', 'endure'
+					
+!{leave this commented out for now
+					if (spellKnown['stun'] = 1 and pcs_mana >= spellMana['stun']) or pcs_stren >= 40:
+						act 'Try to escape(Note: Will have BAD consequences)': gt 'dimalina', 'escape'
+					end
+!!if you are going to add this, then you need to make a special scene where he punishes her or something, where he comments about Sveta escaping. For now leave it commented out and it will have to be added later when magic and fighting is revamped.
+}
+					if succubusflag = 1:
+						act 'Your succubus instincts take over': gt 'dimalina', 'succubusdimka'
+					end
+				end
+			else
+				act 'Leave her alone! (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end	
+			act '"That... Sounds nice."':
+				*clr & cla
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+				'"Dimka gives you his patented shit-eating smile and hops up from the couch, startling you."'
+				'"Oh... Really! You think she''ll make a good Little Slut?"'
+				'You look at him with a blank expression. Why is he so excited?'
+				'"Well <<$pcs_nickname>>, time is running short and I must do something. You may go now."'
+				'Not wanting to miss your chance, you proceed to leave his room. With one last glance back at him, you see he stands in the middle of the room smiling and looking to the closet. As you close the door of his room, you swear that you hear the noise of chains.'
+				act 'Leave': gt 'pavResidential'
+			end
+		end
+	end
+ end
+
+if $ARGS[0] = 'dimkalina7':
+	if dimlinaQW = 6: dimlinaQW = 7
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+	'Undressing under the watchful eyes of Dimka, you notice his face full of scorn. Fuck... What have you done?'
+	'"Into the closet, Slut." He practically throws you in, and immediately starts to bind you with the chains. They''re painfully tight... so tight that you feel parts of you go numb as you sit there.'
+	'"Ohh... does it hurt, Slut?" he asks mockingly as you wince in pain. "Let''s play a game. Little Slut is coming and we are going to see how much she likes you. I don''t want any interruptions from you, understand?"'
+	'You nod weakly and he closes the door. You are barely capable of sitting up and the next minutes seem to drag on for an eternity as you struggle helplessly against the chains. Meanwhile, Dimka puts out a series of "toys" on his desk, just beside the chip and drinks he has out for Lina and him. When he''s satisfied with how everything looks, he sits down and waits for her. Minutes past until finally Lina meekly enters the room.'
+	act 'Listen to them chit-chat':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+		'"Hey Lina! How are you doing?"'
+		'Lina''s mind seems to be wandering as it takes her a moment to realize what he had said. "What? Oh, I''m fine I guess."'
+		'"Good!" Dimka replies back quickly.'
+		'"Right..." she says quietly. "So... what did you want, Dimka?"'
+		'"Well... I need to ask you something. Slut has been disobedient lately... More than usual, and I was thinking of teaching her a lesson. I wanted your help on figuring out what exactly her punishment should be...."'
+		act 'Your fate is up to Lina...':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+			'Lina''s eyes widen in disbelief at Dimka''s proposition casually being brought up. She begins to look warily at the closet and bite her lips. It''s obvious that she doesn''t want to respond to that question, but Dimka has other ideas.'
+			'"Let''s be crystal clear, Lina. You are my girlfriend, and we are talking about a slut. So... What I am trying to say, is that you don''t need to care about her. She will like anything you do, she''s a slut after all, and you aren''t like her. You don''t need to fear anything... understand?"'
+			'Lina seems to be processing what he''s telling her and... Crap! She''s considering what he said! Fuck! You now realize that maybe talking and being nice to her was important. A cold shiver runs through you as Lina speaks up softly.'
+			'"Hm... I''m not a slut... But... I don''t know..."'
+			if npc_rel['A19'] < 50:
+				act 'Crap!':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+					'"Ahh... Don''t worry, Lina. I know that you are a nice girl, you can''t really think about a proper punishment. Don''t worry babe, let me choose."'
+					'Lina doesn''t seem all that pleased with his reply. She looks conflicted, almost on the verge of tears. Dimka on the other hand isn''t all that bothered and starts munching on the chips, casually talking about trivial things as if he didn''t just ask Lina anything earlier. For the most part, Lina sits there quietly, doing her best to avoid looking at the closet you''re currently trapped in...'
+					'"Alright, Lina. It was fun, but I have things to do. Can we pick this up later?"'
+					'She doesn''t respond, just stands meekly and hurries out the room, throwing a gaze full of regrets in your direction. Smiling, Dimka opens the closet and looks at you.'
+					'"Did you see that? The difference between her and you is like night and day. That''s why she''s my girlfriend and you''re just a filthy slut." He then proceeds to remove the chains and ball gag. You sigh in comfort, feeling returning to your arms and legs, but this is short-lived as Dimka bounds you again with sticky tape. WIthout hesitation, he drags you out to his couch and forces you down onto your hands and knees as he positions himself behind you.'
+
+					act 'Endure': gt 'dimalina', 'endure'
+
+!{leave this commented out for now
+					if (spellKnown['stun'] = 1 and pcs_mana >= spellMana['stun']) or pcs_stren >= 40:
+						act 'Try to escape(Note: Will have BAD consequences)': gt 'dimalina', 'escape'
+					end
+!!if you are going to add this, then you need to make a special scene where he punishes her or something, where he comments about Sveta escaping. For now leave it commented out and it will have to be added later when magic and fighting is revamped.
+}
+					if succubusflag = 1:
+						act 'Succubus comeback': gt 'dimalina', 'succubusdimka'
+					end
+				end
+			elseif npc_rel['A19'] < 80:
+				act 'Lina hesitates':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+					'Lina stops and looks at you in the closet. She''s biting her lip nervously, her eyes darting between you and the floor as she thinks it over. Dimka just smiles at her obvious discomfort.'
+					'"Come on, Lina! What do you say?"'
+					'"I can''t! I... I... This is too much!"'
+					act 'Dimka doesn''t look happy':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+						'"Oh? What happened, Litte Slut? You can''t talk?"'
+						'He looks between her and you and begins to mock Lina.'
+						'"Oh... I... I... Can''t...!"'
+						'Lina stands there, on the verge of tears, but this only makes Dimka smile more.'
+						'"Alright, Little Slut. It seems that I must teach you a lesson. Undress!"'
+						act 'Lina obeys with a whimper': gt 'dimalina', 'linaundress'
+					end
+				end
+			else
+				act 'She considers you a good friend':
+					*clr & cla
+					'Lina takes a long gaze at the closet and somehow your eyes cross. She stands there looking pitiful.'
+					'"Come on Lina! What do you say?"'
+					'She gives you a little smile and then looks to Dimka.'
+					'"I... I think she is a nice girl and doesn''t need to be punished."'
+					act 'He won''t like that...':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+						'Dimka gives her a cruel smile as he laughs at her. "I knew that you would say that. You really are a sweet girl... that''s why you''re my girlfriend!"'
+						'He stands and gives Lina a warm smile, but something feels off about it as he circles around her. He walks over to you and removes the gag and then your chains, leaving you there on the floor to recover. "But you need to know that there''s always going to be consequences to your actions... especially when you''re wrong. You think <<$pcs_nickname>> is a nice girl, but I know better, and I want you to know better. Hopefully after this, you''ll see just what kind of girl she is," he says, stopping in front of a shaking and terrified looking Lina.'
+						gs 'willpower', 'misc', 'self', 'medium'
+						if will_cost <= pcs_willpwr:
+							act 'Help her (<<will_cost>> Willpower)':
+								gs 'willpower', 'pay', 'self'
+								gt 'dimalina', 'helplina'
+							end
+						else
+							act 'Help her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+						end
+						act 'You can''t bring yourself to move...': gt 'dimalina', 'linaundress'
+							
+						if succubusflag = 1:
+							act 'Succubus comeback': gt 'dimalina', 'succubuslina'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'dimkalina8':
+	if dimlinaQW = 7: dimlinaQW = 8
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/dimkaroom.jpg"></center>'
+	'"Slut, You didn''t have enough, Hm? Coming so you can be with me? but, what can be expected from the women in your family?"'
+	'Cringing, you suppress the urge to hit his head against the wall and make humanity''s a favor. Dimka feels your incommodity and just give you an evil smile.'
+	'"Come on! Recognize it! You are a total Slut! I am trying to pass some quality time with my girlfriend and you come over to be fucked!"'
+	'"Well, you told me that I should come to visit, so..."'
+	'He gives you a condescending smile and sits smugly in his chair.'
+	'"Yeah... So... You show up just when she is about to arrive? No way that this is a coincidence!"'
+	'Just at that moment, Lina arrive at the room.'
+	'"Ehm... Dimka I''m here! Hm?! Ehm... Hello <<$pcs_firstname>>"' 
+	act 'He wants to play':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+		'Dimka barely acknowledges Lina entry with a head movement, and she, after giving you a puzzled gaze, smartly and silently, sits miserably in a corner and tries to not attract any attention. During a long moment, Dimka don''t do anything, only observing you two squirm under his fucked up gaze. Finally, he takes a decision and gets up with a sudden jump, scaring Lina and begins to look into the closet.'
+		'"Ok Slut. Let''s play. I don''t have the time or energy to deal with you two so... what is your choice?"'
+		'He shows you a ball gag and anal hook. Lina gasp and looks at you with pleading eyes.'
+		act '"Anal hook"':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+			'Neither choice is good, but the hook seems the less painful. Dimka smiles at a scared Lina and proceeds to take her to the closet.'
+			'"Come on, Slut. What are you waiting for?"'
+			'You walk slowly to him and understand what he wants. Looking down to avoid Lina''s gaze, you two begin to chain her up in the closet. Lina whimpers and gasps as Dimka secures the chains and ball gag in a painfully way.'
+			'"Ok. Your turn Slut."'
+			'He then ties you up with the sticky tape and puts you doggy style on the couch. Looking behind your back, you see him getting naked and climb behind you.'
+			act 'Endure': gt 'dimalina', 'endure'
+		end
+		act '"Chains"':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D3.jpg"></center>'
+			'Neither choice is good but maybe the chains will be less painful for Lina. Dimka smiles and proceeds to take you to the closet.'
+			'"Come on Little Slut. What are you waiting for?"'
+			'Lina walks closer slowly and understands what Dimka wants. Looking down, to avoid your gaze, Lina begins to help Dimka to chain you in the closet. You struggle as Dimka secures the chains and ball gag in a painfully way.'
+			'"Ok. Your turn to undress Little Slut."'
+			act 'She undresses': gt 'dimalina', 'linaundress'
+		end
+		
+		gs 'willpower', 'sex', 'force', 'medium'
+		if will_cost <= pcs_willpwr:
+			act '"Neither" (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'force'
+				gt 'dimalina', 'helplina'
+			end
+		else
+			act 'Neither (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
+		if succubusflag = 1:
+			act 'Succubus comeback': gt 'dimalina', 'succubuslina'
+		end
+	end
+end
+
+if $ARGS[0] = 'endure':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D18.jpg"></center>'
+	'It''s cold and frosted. He must have put it in ice. You shiver at the intrusion, as Dimka pushes and uses the anal hook to force you to raise your butt.'
+	if pcs_ass < 10 and sucskill < 4:
+		'"Please, no!" You scream.'
+		'"Shut up! Slut!"'
+		'You push your face in the couch and cry, as Dimka rapes your anus. You are humiliated and the only thing you can do is weep at the total desecration of your body. Dimka seems delighted and continues to force your abused asshole, making you raise it in a cycle of humiliation and pain. The seconds seem to become an eternity as you pray for his climax, but he isn''t close to stopping as you feel the tip of his cock pressing against your pussy.'
+	! If usually slightly anus or superior
+	elseif pcs_ass < 20 and sucskill < 4:
+		'"Fuck, no!" You shudder.'
+		'"Shut up! Slut!"'
+		'You push your face in the couch and grit your teeth, as Dimka rapes your anus. You are humiliated and must endure this new violation of your body. Dimka seems to try to break you and continually forces more of it up your asshole until you feel his cock pressing against you pussy.'
+	! If usually slightly anus or superior plus itchy from arousal
+	else
+		'"Fuck!" You gasp.'
+		'"I know you like it Slut!"'
+		'You moan as the metal rubs your innards. Your arousal and anal experience combined, make you enjoy the anal rape. Dimka senses this and begins to probe your asshole more until you feel his cock pressing against you pussy.'
+		gs 'arousal', 'anal', 5, 'sub', 'rough'
+		gs 'arousal', 'end'
+		minut -= 5
+		gs 'stat'
+	end
+	act 'Get fucked': gt 'dimalina', 'hooksex'
+end
+
+if $ARGS[0] = 'hooksex':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D17.jpg"></center>'
+	'You feel the shaft of his <<dick>>cm <<$dick_girth>> cock pushing your vaginal lips slightly apart.'
+	if pcs_vag < 10:
+		'You howl in pain, without foreplay you are dry and Dimka is too mad to really care. Enduring his trusts you bite your lips and wait for him to cum.'
+		'"Oh yeah... For a Slut, you know how to maintain a tight cunt. I must.." He grunts with pleasure. "rethink your punishment"'
+		'He continues forcing himself painfully on you. In the meantime, you try to think of other things, anything, to forget about the rape. Your body reacts and some wetness makes the situation less painful. Fortunately, he finally reaches climax and cums.' 
+		'You two lie there, trying to catch your breath. He then stands up and leaves. "I''m going to shower to get rid of your stink, get out of my home."'
+		'You sob and redress getting out of this madhouse, quickly.'
+	elseif pcs_vag < 20:
+		'You groan, you are not in the mood to feel pleasure, and Dimka is too mad to really care, you bite your lips and wait for him to cum.'
+		'"Shit... You ARE a Slut aren''t you, how many cocks have you taken up there?"'
+		'He continues forcing himself on you. In the meantime, you try to think of other things, anything, to forget about the rape. The only option left is shut up and endure until his climax. Fortunately, he finally reaches it and cums.'
+		'You two lie there trying to catch your breath, he then stands up and leaves. "I''m going to shower to get rid of your stink, get out of my home."'
+		'You rise over unstable legs and redress getting out of this madhouse.'
+	else
+		'You groan in pleasure, your arousal betraying you. Even biting your lips you can''t stay silent and your moaning grows louder.'
+		'"Fuck... You really like this, Slut!"'
+		'He continues forcing himself on you. A gasp of pleasure escapes your throat. You are trapped between your hate for Dimka and your own self-loathing. Gritting your teeth, you enjoy the cold rape. Finally, he reaches his climax and cums.'
+		'You two lie there trying to catch your breath, he then stands up and leaves. "I''m going to shower to get rid of your stink, get out of my home."'
+		'You rise confused over what just happens and redress getting out of this house.'
+		gs 'arousal', 'vaginal', 10, 'sub', 'rough'
+		gs 'arousal', 'end'
+		minut -= 10
+		gs 'stat'
+	end
+	
+	gs 'pain', 2, 'hair', 'pull'
+	gs 'pain', 2, 'cheeks', 'slap'
+	gs 'pain', 2, 'mouth', 'bind'
+	gs 'dimalina', 'bindpain'
+	gs 'dimalina', 'sexpain', 'vaginal'
+	gs 'dimalina', 'sexpain', 'anal'
+	pcs_mood -= 5
+	pcs_health -= 20
+	minut += rand(20,30)
+	gs 'stat'
+	act 'Leave': gt 'pavResidential'
+end
+
+if $ARGS[0] = 'helplina':
+	gs 'willpower', 'pay', 'self'
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D25.jpg"></center>'					
+	'You are half dressed when a sudden idea pops into your head. Maybe there is a way to help her...'
+	'"What are you doing?" Lina squeaks in surprise as you throw her on the bed. Dimka looks at you with a questioning expression, but before he can say anything, you interrupt him.'
+	'"I''m just getting her ready..." You tell him. Dimka just stands there looking confused as you fight to undress a more than reluctant Lina.'
+	'"Shh... Follow my lead, ok?" You manage to whisper to Lina as you wrestle her out of her clothes. Trusting you, Lina stops and lets you quickly undress her. Grabbing her by the hair, you force her mouth against your bust. Intuitively, she understands and begins to lick your tits. You let out a breathy moan, enjoying how talented she is with her tongue. "O-oh!" You gasp.'
+	gs 'arousal', 'foreplay', 3, 'lesbian'
+	gs 'stat'
+	act 'Dimka joins in':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D26.jpg"></center>'
+		'While you and Lina were busy with each other, Dimka stripped himself of his clothes and climbs onto the bed to separate the two of you.'
+		'"Playtime is over for you two sluts!"'
+		'Lina looks embarrassed, suggesting that she was really into it. Dimka meanwhile is looking smug as he lays back on the bed, his erection on full display.'
+		'"What the hell are you waiting for, an invitation? Suck!"'
+		'You grab the <<dick>>cm <<$dick_girth>> cock and prepare to suck him when a particularly forward Lina pushes you away and takes it to the back of her throat. To your surprise, she begins to give a demonstration in deepthroating.'
+		'"Oh yeah! That..." he grunts, "is skill!"'
+		'Lina looks at you with a somewhat embarrassed expression as she slides his cock free from her mouth. Without hesitation, you grab it and start sucking.'
+		'"Not bad Slut but there''s no point... Agh... She''s better than you!"'
+		gs 'arousal', 'bj', 5, 'group', 'sub'
+		gs 'stat'
+		act 'Keep sucking':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D27.jpg"></center>'
+			'Without realizing it, it turns into a cock sucking competition as you and Lina take turns blowing Dimka. "Ok Sluts, time for the main dish!"'
+			'Before Dimka has time to say anything else, you straddle him and push his <<dick>>cm <<$dick_girth>> cock inside of you. Thanks to the copious amount of spit and the fact that you are in control, you manage to push it in without problems, this time.'
+			'"Oh? What? You want to be the "Numero Uno" girl? Lets see... Hm... What are you waiting for Litte Slut? Are you going to let her do that?"'
+			'You were hoping that maybe this way Dimka will let Lina go, but it is clear that that is not that easy. You begin to rock your hips when something wet and cold touch your buttocks. Bend behind you, Lina is proceeding to lick Dimka''s balls.'
+			'"Gasp... What are you doing?"'
+			'You stop when a smiling Lina stops and kisses your backside. It is more than evident that the two of you are getting carried away by the atmosphere and your arousal is making your movement more quick and insistent.'
+			gs 'arousal', 'vaginal', 5, 'group'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Enjoy yourself':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D28.jpg"></center>'
+				'Dimka kicks Lina, who falls back and then throws you off of him.'
+				'"You think this is just a game, Sluts? I''m in control here!"'
+				'He pushes you on your back and puts his hands around your neck. You gasp trying to get some air. As you try to push him away from you, his member penetrates you painfully until it hits the deepness of your vagina.'
+				'"Stop! You are going to kill her!" Lina cries but Dimka only smiles as you struggle under his grasp.'
+				'"You want to help her? Ok, Little Slut. Make yourself useful!" He then grabs Lina by her hair and she responds by meekly kissing him. Dimka can''t fuck and grab the two of you, so the pressure around your throat lessens as his grip weakens. This continues for some more minutes, until he cums.'
+				'Dimka slumps back, out of breath and exhausted as he tries to collect himself. "Alright... you''ve done your job, now get out!"'
+				'Dimka then leaves for the restroom. As you and Lina redress, she embraces you.'
+				'"Thanks <<$pcs_firstname>>"'
+				
+				gs 'pain', 3, 'throat', 'choke'
+				gs 'dimalina', 'sexpain', 'vaginal'
+				pcs_mood -= 5
+				pcs_health -= 20
+				npc_rel['A1'] -= 5
+				npc_rel['A19'] += 5
+				act 'Leave': gt 'dimalina', 'walklina'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'walklina':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+	'You two stand in the street. Lina looks at the ground and seems lost in her thoughts. Finally, she sighs and begins to walk.'
+	'"I''m going home."'
+	'She says, more to herself than to you. "What could you do to help?"'
+	act 'Leave':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+		'"Hm... Lina, I''ve got to do something and have to leave."'
+		'She looks at you a moment, and shrugs.'
+		'"Do whatever you want, <<$pcs_firstname>>.'
+		'Then she begins to walk towards her home.'
+		act 'Leave': gt 'pavResidential'
+	end
+	act 'Accompany her':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+		if npc_rel['A19'] <= 30:
+			'Lina begins to walk towards her home. Her parent''s apartment is in the same complex as yours. As you catch up with her, she stops and gives you a questioning gaze.'
+			'"Let''s go home Lina."'
+			'She doesn''t move, but looks intensely into your eyes. Biting her lips, she gets tense and doesn''t move.'
+			'"Lina?"'
+			'She whispers something.'
+			'"Uh? What?"'
+			'"Leave me alone!"'
+			'She cries and then turns, running with all her strength and leaving you far behind.'
+			pcs_mood -= 10
+			gs 'stat'
+		elseif npc_rel['A19'] < 50:
+			'Lina begins to walk towards her home. Her parent''s apartment is in the same complex as yours. As you catch up to her, she stops and gives you a questioning gaze.'
+			'"Let''s go home Lina."'
+			'She sighs and begins to walk alongside you. She seems lost in her thoughts. You try to chat with her, but she only responds with short replies.'
+			'"Lina?"'
+			'"Uh? What?"'
+			'She looks at you with tired eyes and that''s when you notice you both have made it to the courtyard at the apartment complex.'
+			'"Do you want me to walk you inside?"'
+			'Lina looks a bit troubled. "I... better not. My parents don''t like that I take visitors home...'
+			'Sensing that it''d be better to not push the issue, you leave.'
+			npc_rel['A19'] += 3
+			minut += 5
+			gs 'stat'
+			act 'Leave': gt 'pavResidential'
+		else
+			'Lina begins to walk towards her home. Her parent''s apartment is in the same complex as yours. As you catch up with her, she stops and gives you a questioning gaze.'
+			'"Let''s go home, Lina," You say to her.'
+			'She sighs and begins to walk alongside you. She seems lost in her thoughts. You try to chat with her but...'
+			'"Can we just... walk?"'
+			'Lina looks at you with pleading eyes and you have to concede. She grabs your hand and puts her head on your shoulder. You decide to take a detour through the park and sense that is the correct choice, since Lina seems to relax. Finally you two end up in the courtyard.'
+			!!act 'Seduce her': 
+			act 'Leave':
+				*clr & cla
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big19.jpg"></center>'
+				'"Ok, this is my stop."'
+				'Lina leaves your side and looks at you with a half smile.'
+				'"Thanks, <<$pcs_nickname>>... I... Well I needed that."'
+				act 'Leave': gt 'pavResidential'
+			end
+		end
+	end
+end	
+
+if $ARGS[0] = 'bindpain':
+	gs 'pain', 2, 'neck', 'bind'
+	gs 'pain', 2, 'back', 'bind'
+	gs 'pain', 2, 'legs', 'bind'
+	gs 'pain', 2, 'shoulders', 'bind'
+	gs 'pain', 2, 'armL', 'bind'
+	gs 'pain', 2, 'armR', 'bind'
+	gs 'pain', 2, 'wrists', 'bind'
+	gs 'pain', 2, 'ankles', 'bind'
+	gs 'pain', 2, 'breasts', 'bind'
+	gs 'stat'
+end
+
+if $ARGS[0] = 'sexpain':
+	if $ARGS[1] = 'vaginal':
+		if pcs_vag < 10 and sucskill < 4:
+			gs 'pain', 7, 'vaginal', 'ache'
+		elseif pcs_vag < 20 and sucskill < 4:
+			gs 'pain', 5, 'vaginal', 'ache'
+		else
+			gs 'pain', 3, 'vaginal', 'ache'
+		end
+	elseif $ARGS[1] = 'anal':
+		if pcs_ass < 10 and sucskill < 4:
+			gs 'pain', 7, 'asshole', 'ache'
+		elseif pcs_ass < 20 and sucskill < 4:
+			gs 'pain', 5, 'asshole', 'ache'
+		else
+			gs 'pain', 3, 'asshole', 'ache'
+		end
+	end
+end
+
+if $ARGS[0] = 'escape':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
+	if spellKnown['stun'] = 1 and pcs_mana >= spellMana['stun']:
+		'Fear triggers your adrenaline and instinctively, your mana responds and power words escape your mouth. Dimka then freezes and falls back paralyzed. With him momentarily out of action, you grab your clothes and run half-dressed away from his home.'
+		pcs_mana -= spellMana['stun']
+	elseif pcs_stren >= 40:
+		'Fear triggers your adrenaline and with newfound strength you suddenly struggle and thrash against the tape until it rips. Dimka is taken by surprise and doesn''t react fast enough to stop you from slamming back against him. You fall back on top of him and you hear him groan and gasp as the air is knocked out of him. You scramble to your feet and grab your belongings, running away from his house half dressed.'	
+	end
+	
+	gs 'dimalina', 'bindpain'
+	gs 'pain', 2, 'mouth', 'bind'
+	pcs_mood -= 10
+	pcs_health -= 20
+	npc_rel['A1'] -= 40
+	minut += rand(10,30)
+	gs 'stat'
+	act 'leave': gt 'pavResidential'
+end
+
+if $ARGS[0] = 'succubusdimka':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D17.jpg"></center>'
+	'You groan in pleasure, your arousal betraying you. Biting your lips you can''t shut up as your moans grow louder.'
+	'"Fuck... you''ve finally snapped and given in, huh? "'
+	'"Yes, master, please, more!"'
+	'Your eager responses surprise Dimka and quickly the rage he was feeling earlier is replaced by arousal. You watch with a smile as he easily gives in to you. He is yours now.'
+	act 'Awaken your true self':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/pc/body/succubusself.jpg"></center>'
+		'You let the power flood your body, leaving you feeling warm and...insatiably hungry.'
+		'If Dimka thinks that he can rape you without consequences, he will be disappointed. He''s not in control anymore and you are not going to let him hurt you any further. Easily, you pull your wrists and legs apart, ripping the tape in the process. Glancing over your shoulder, you see Dimka looking at you confused. You turn to face him and see he''s trying to process what''s going on, but isn''t able to understand how this shift in power has happened suddenly. One of your hands rise to his chest, caressing it. He''s confused yet aroused and it makes you giggle knowing how helpless he is to his own primal desires of wanting to fuck while still knowing something isn''t <i>quite</i> right...'
+		act 'Time for dinner':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D19.jpg"></center>'
+			'"What the..?" Dimka mumbles.'
+			'You press a finger against his lips and whisper softly, "Shh... it''s okay, Master. I''m here to serve you." You lead him back to his couch and make him sit. For a moment, you consider your options. You could end him right here, right now but then you realize you have no idea where he''s hidden that recording of you and even if you did there''s no telling if he''s made copies. Until you can be sure you can get rid of that recording completely, you have to settle with playing as Dimka''s "dutiful" slave slut.'
+			'You stand over his member and slowly lower yourself down onto it in a reverse cowgirl position.'
+			'He lets out a drawn out groan, his face twisted in pleasure and confusion. "Oh... what are you doing?"'
+			'"Master, let me help you," You purr. With inhuman grace, you begin to ride him, the rage and madness soon forgotten. His hand caresses your hips and you smile, accelerating your ride and putting him on edge. There is nothing like the touch of a succubus...'
+			'"Oh...<<$pcs_nickname>>" He cums and fills you with energy. Smiling you rise and look at him, he is wasted and exhausted.'
+			'"I think... you can go?" he mumbles tiredly. With a smile, you leave him trying to catch his breath. After taking a quick shower in the restroom, you redress and leave.'
+									
+			gs 'pain', 2, 'hair', 'pull'
+			gs 'pain', 2, 'cheeks', 'slap'
+			gs 'pain', 2, 'mouth', 'bind'
+			gs 'dimalina', 'bindpain'
+			pcs_health -= 20
+			scfeed = succublvl + rand(1,4)
+			minut += rand(20,30)
+			gs 'stat'
+			act 'Leave': gt 'pavResidential'
+		end
+	end
+end
+
+if $ARGS[0] = 'succubuslina':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/pc/body/succubusself.jpg"></center>'
+	'You look at the items in his hand for a minute and an idea pops in your head. You can''t stop comparing people with food. As an example, Dimka is a chocolate treat, mouth-watering on the outside, but full of maggots on the inside. On the other hand, Lina is a mix of fruits, sweet and healthy, yet somehow bland. Of course, you can''t mix them. You must do something...' 
+	'You call your true self up from its resting place.'
+	'It fills you completely, suffusing your being with power...'
+	'and hunger.'
+	act 'Dominate them':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D29.jpg"></center>'
+		'There is a sudden change in the room as you begin to channel your power. The human occupants feel it in their bones. Without waiting for their reaction, you grab Lina''s hand and walk to the bed. You lie there and smile to her. Tendrils of lust infused with mana cross unseen through the room and tangle around Dimka and Lina'
+		'"I think... That our master needs a little demonstration of what a pair of sluts can do."'
+		'Dimka seems confused, and Lina... well... Lina doesn''t seem to actually like your idea... But that is going to change. You caress, grope and kiss her, slowly taking away your clothes. She is a little reluctant at first, but soon her skin turns red as you take control of her arousal.'
+		'"<<$pcs_firstname>>... I..."'
+		'"Shh... just follow my lead."'
+		'She gives you a timid smile that soon grows as your lesbian show turns hotter. Horny as hell, she practically rips apart those clothes she''s still wearing. Looking at Dimka, you see that he paces nervously from feet to feet. You can'' wait to drain the little shit. So... What next?'
+		act '"Time for the main dish... Master"':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D30.jpg"></center>'
+			'Dimka jumps on the bed and crawls towards Lina. He probably thinks that he is in control of her. Hehehe. Poor stupid kid. She lays on her back, observing him with a mix of lust and hate. They are slaves to their desires and you are the one who whispers the lust in their ears.'
+			'"Master... Take your Litte Slut. I have her ready for you."'
+			'Grabbing his <<dick>>cm <<$dick_girth>> cock, you carefully push it against Lina''s smooth pubic zone. She is whimpering. You push Dimka''s back, who is finally smiling, to penetrate the reluctant girl. As your magic crosses between you three, Lina forgets her reluctance and cries in lust.'
+			'"Yes! Master! Fuck me!"'
+			'Taking control of the rhythm, you manage to push the pair slowly to their limits. Lina can''t stop looking at you, as is evident who is really fucking her. Dimka is lost in the enhanced arousal that your touch has unchained. They are loving it... That is so unjust. You must do something'
+			act '"My turn Master"':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D31.jpg"></center>'
+				'You whisper in Dimka''s ear. He doesn''t understand exactly what you want, but lets you take him away from Lina. Putting him on his back, you make a bowlegged Lina sit and you two crawl towards him.'
+				'"Master... You don''t need to tire. Little Slut and I are going to do all the work."'
+				'Lina mounts him in a reverse cowgirl position and begins a slow paced ride. She moans and cries, her disgust for Dimka quickly evaporates. Meanwhile you caress his face and smile. He is lost in his arousal and finally shut his mouth full of shit.'
+				'"Master... Help me... Please"'
+				'Whimpering you sit on his face and wait. His tongue push against your folds. Grabbing his hair, you forcefully ride his face. He complies and tries to desperately follow your rhythm as you face-fuck him.'
+				act 'They are yours':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D32.jpg"></center>'
+					'During the next hour, you fuck them. Changing from one to another, making Dimka serve Lina and you, bathing her body in his semen. You don''t let Dimka catch any breath. Finally exhausted, without force or cum, he leaves weary for the restroom.'
+					'"<<$pcs_firstname>>?"'
+					'Lina looks at you with embarrassed, tired and confused eyes. She doesn''t know exactly what happened, but is aware that you were the catalyst.'
+					'"What just happened?"'
+					'You smile and caress her sweaty and cum covered body. A pretty blush appears on her skin.'
+					'"Don''t let him hurt you."'
+					'Picking some semen with your fingers, you push it in her mouth. She fervently opens up her mouth and licks. Oh... Yes. She is yours. Finally, after resting for a moment, you help her redress and leave Dimka''s home.'
+					
+					npc_rel['A1'] -= 5
+					npc_rel['A19'] += 5
+					scfeed = succublvl + rand(1,4)
+					minut += rand(30,60)
+					gs 'stat'
+					act 'Leave': gt 'dimalina', 'leavewithlina'
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'linaundress':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D20.jpg"></center>'
+	'She takes her clothes with resigned desperation and stands there trying to conceal herself. Dimka smiles and observes her for a while, making Lina even more nervous. Taking the bondage gear, he proceeds to put it on Lina. Admiring his work, he pushes her on the couch.'
+	'"A little bird told me, that you like to play hard, so..."'
+	'Slap!!'
+	'The sound reverberates as Dimka proceeds to spank her.'
+	'Slap!!'
+	'Lina struggles against the chains, but she can''t move'
+	'Slap!!'
+	'You shiver, relieved that you are not in her position.'
+	'Slap!!'
+	'Tears form in her eyes.'
+	'Slap!!'
+	'The minutes pass while Lina''s skin gets redder.'
+	'Slap...Slap...Slap!!'
+	act 'Helplessly watch her be abused':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D21.jpg"></center>'
+		'Dimka is getting progressively more excited and vocal as he continues spanking Lina. You feel sorry for her, but there''s nothing you can do. He suddenly stops and you think he''s had enough, but it''s only the beginning for Lina. With a twisted grin, he begins taking off his clothes before positioning himself behind Lina and sliding his cock inside her pussy. The ball gag only allows Lina to whimper at the sudden and careless intrusion. She isn''t aroused in the slightest which makes it far more painful than it should be.'
+		'"Looks like you need to make it wet if you don''t want this to hurt. Time to show off your cocksucking skills, little slut!"'
+		act 'She has no choice but to obey':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D22.jpg"></center>'
+			'He throws Lina to the ground and lifts her by the hair, leaving Lina on her knees. She sobs loudly as he removes the gag, but her cries are muffled once again as Dimka shoves his cock down her throat.'
+			'"Now remember, no teeth!" Dimka begin to skullfuck her, disregarding her whimpers of pain as she struggles against the rough fucking.'
+			'"Show more passion, Litte Slut!" he demands with a grunt. It takes a moment, but eventually Lina relaxes as best she can while being assaulted. She probably just wants this to be over with...'
+			act 'Watch as she cries':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/D23.jpg"></center>'
+				'Breathless, Lina opens her mouth, just in time to receive a full face of Dimka''s slimy jizz before falling to the floor sobbing. After some minutes of Lina crying while he sits back with a smile to catch his breath, Dimka gets up and unchains you.'
+				'"Clean her up and get her out of here."'
+				'He leaves for the bathroom and you help Lina redress and walk her out of this house.'
+				
+				gs 'dimalina', 'bindpain'
+				gs 'pain', 2, 'mouth', 'bind'
+				pcs_mood -= 5
+				pcs_health -= 20
+				minut += rand(20,40)
+				gs 'stat'
+				act 'Leave': gt 'dimalin', 'walklina'
+			end
+		end
+	end
+end
+
+
+!{
+	Femdom dream
+	This dream will begin after the first Dimka-Lina Event
+	!!this should only trigger if the player chooses to daydream about Lina
+!!trigger when? when exactly is this suppose to happen?
+!!Aclaration:This dream is supposed to join the dreams pool, so it randomly appears after sleep, like others(Succubus/magic dreams). I suggested that it appear after the drug-induced-Lina-fantasy, but is probably better to acquire it after dimalina6-8. As this dream assume that Sveta has some attraction for Lina, maybe isn''t appropriate.
+
+if $ARGS[0] = 'Femdomdream':
+	*clr & cla
+	menu_off = 1	
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/linased/FD.jpg"></center>'
+	'You can''t believe it. He is there, trapped, chained, impotent and all yours. Is time that he pays for all his misdeeds. Oh... You are going to love this, that thing in his cock is just the opening. Chains, wax, leather, pain, and blood. When you end... If... You end, he will be a mockery of his current self. Slavish, knowing his place in a new gynocracy... And the best? He will love everything you have done because that will be his true self. And all thanks to that beautiful woman who is kissing and undressing you.'
+	'"Happy anniversary, darling."'
+	'You awake feeling aroused'
+	pcs_arousal += 10
+end
+}
+--- dimalina ---------------------------------

+ 27 - 1
locations/din_bad.qsrc

@@ -780,7 +780,33 @@ $d_cycreport_upduedate = {
 		temp = 0
 	end
 	if temp > 0: jump 'pregduedateloop'
-	$pregduedate = '<<pregduemonth>> / <<pregdueday>> / <<pregdueyear>>'
+	$pregduedate = '<<pregdueday>> '
+	if pregduemonth = 1:
+		$pregduedate += 'Jan'
+	elseif pregduemonth = 2:
+		$pregduedate += 'Feb'
+	elseif pregduemonth = 3:
+		$pregduedate += 'Mar'
+	elseif pregduemonth = 4:
+		$pregduedate += 'Apr'
+	elseif pregduemonth = 5:
+		$pregduedate += 'May'
+	elseif pregduemonth = 6:
+		$pregduedate += 'Jun'
+	elseif pregduemonth = 7:
+		$pregduedate += 'Jul'
+	elseif pregduemonth = 8:
+		$pregduedate += 'Aug'
+	elseif pregduemonth = 9:
+		$pregduedate += 'Sep'
+	elseif pregduemonth = 10:
+		$pregduedate += 'Oct'
+	elseif pregduemonth = 11:
+		$pregduedate += 'Nov'
+	elseif pregduemonth = 12:
+		$pregduedate += 'Dec'
+	end
+	$pregduedate += ' <<pregdueyear>>'
 }
 
 $d_pregmovement = {

+ 287 - 0
locations/ender.qsrc

@@ -1,4 +1,7 @@
 # ender
+
+!!------------------------------------lose-------------------------------------------
+
 if $ARGS[0] = 'loss':
 	cla
 	gs'nill'
@@ -225,6 +228,8 @@ if $ARGS[0] = 'loss':
 	end
 end
 
+!!------------------------------------Win-------------------------------------------
+
 if $ARGS[0] = 'win':
 	cla
 	gs'nill'
@@ -379,5 +384,287 @@ if $ARGS[0] = 'win':
 	end
 end
 
+!!------------------------------------surrender-------------------------------------------
+
+if $ARGS[0] = 'surrender':
+	gs'nill'
+
+	if test = 1:
+		test = 0
+		act 'Further':gt'test'
+		exit
+	end
+
+	if fightEnding = 1:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+
+		'He ignores your pleas and hits you with a huge upper cut.'
+		'You fall down on the floor and feel your consciousness slipping away.'
+
+		act 'Further': gt 'preTG', 'tatianaPRE'
+		exit
+	elseif fightEnding = 2:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+
+		'You raise your hands asking Gustav to stop, he complains that he hasn''t even warmed up yet but stops the fight.'
+
+		act 'Further':gt'lab','start'
+		exit
+	elseif fightEnding = 3:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+
+		'You tell Tatiana you''ve had enough. She shakes her head and tells you you need to toughen up.'
+
+		act 'Further':gt'lab','start'
+		exit
+	elseif fightEnding = 4:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		money = 0
+		Loss += 1
+		if rikudo > 10:rikudo = rikudo - 10
+
+		'<center><img <<$set_imgh>> src="images/shared/sex/dom/spit.jpg"></center>'
+		if fightPStats['Health'] = pcs_health:
+			'Just the mere thought of a fight, your knees go weak and you feel yourself being out of breath. Before even the first punch is thrown you raise up your hands and squeak out in fear, "Don''t hurt me, I give up."'
+			'The prostitute grabs your bag and takes all your cash.'
+			'"Now fuck off, bitch!"'
+		elseif fightPStats['Health'] > pcs_health/2:
+			'You are already feeling the pain of the blows, you can''t take it anymore. You throw up your hands, "Please stop! I give up."'
+			'The prostitute grabs your bag and takes all your cash.'
+			'"Now fuck off, bitch!"'
+		else
+			'You thought this would be an easy win, but you were mistaken. Blow after blow rains down on you, you are so dazed you can barely see. You stumble and fall to the ground and decide to just stay there, "I give up, I can''t beat you."'
+			'The prostitute grabs your bag and takes all your cash.'
+			'"Now fuck off, bitch!"'
+		end
+
+		act 'Further':gt'park','start'
+		exit
+	elseif fightEnding = 5:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		money = 0
+		Loss += 1
+		bandfight = bandfight - 1
+
+		'<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/event/band.jpg"></center>'
+		'The pimp lites a cigarette while rummaging through your stuff. He finally finds what he''s been looking for, all of your money, then orders, "Open your mouth slut".'
+		'You obey and open your mouth. He sighs as taps ash into your mouth, "I hope you''ve learned a valuable lesson slut, next time I won''t be this kind to you."'
+
+		act 'Further':gt'park','start'
+		exit
+	elseif fightEnding = 6:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		Loss += 1
+		stellfight = stellfight - 1
+
+		'<center><img <<$set_imgh>> src="images/characters/city/ira/sex/irinaqw7.jpg"></center>'
+		
+		if fightPStats['Health'] = pcs_health:
+			'Just as the fight is about to begin, you realize that you don''t want any part of it. Your opponent is nearing you which has you yelling, "We don''t need to fight. I''m giving up already!"'
+		elseif fightPStats['Health'] > pcs_health/2:
+			'You thought you were going to win but now you know better, your opponent is just a better fighter than you, rather than take more of a beating before losing you decide discretion is the better part of valor, "You win, I can''t beat you."'
+		else
+			'The pain from the blows are more than you can bear, you feel tears streaming down your face. You drop to your knees and cower before your opponent, "Please stop!" You beg them to stop but in their frezied state they just shove you, causing you to fall to the ground.'
+			'Awaiting your fate, you just lay prostrate before your opponent, showing you have no fighting spirit left, hoping they''ll stop hurting you.'
+
+		end
+		'"This won''t do." she says as you''re ordered to kneel. She pulls her panties to the side as she sits on your face, forcing you to lick her semen filled pussy.'
+		'Afraid of getting beaten again, you carefully lick her crotch clean. After a few minutes she''s satisfied and leaves.'
+		
+		gs 'arousal', 'cuni_give', 10, 'sub', 'prostitution'
+		gs 'arousal', 'end'
+		gs 'stat'
+		
+		act 'Further':gt'park','start'
+		exit
+	elseif fightEnding = 7:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		Loss += 1
+		if rikudo > 10:rikudo = rikudo - 10
+		if KisameSex = 0:KisameSex = 1 & guy = guy + 1
+		pcs_vag = pcs_vag + 1
+		rape = rape + 1
+		pcs_horny = 0
+		gs 'boyStat', 'A40'
+		cumprecheck = 1
+		gs 'cum_manage'
+
+		'<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisamesex.jpg"></center>'
+		
+
+		'Kisame swims around you and laughs, "I''m having a great time baby." as he grabs and drags your feet to the bottom of the pool, where he thrusts his cock in your pussy.'
+		'You try not to drown in the water while you are fucked by Kisame, You feel him pounding your insides with his member like a hammer. You can no longer hold your breath as you begin to drown.'
+		'Kisame smiles and leans over you, "Kiss me." You stick your lips to his mouth, as his breath fill your lungs with air before keeping on pounding your pussy. Finally he finishes, pouring his shark seed into the surrounding water.'
+		
+		gs 'arousal', 'vaginal', 20, 'rough', 'sub'
+		gs 'arousal', 'end'
+		gs 'stat'
+
+		act 'Crawl out of the pool':gt'street'
+		exit
+	elseif fightEnding = 8:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		if succubusQW >= 4: gt 'succubus', 'RapistFight'
+		fightEnding = 0
+		Loss += 1
+		if rikudo > 10:rikudo -= 10
+		pcs_vag += 1
+		guy += 1
+		gs 'npcgeneratec', 0, 'rapist', rand(19,45)
+		gs 'boyStat', $npclastgenerated
+		cumprecheck = 1
+		gs 'cum_manage'
+		spafinloc = 1
+		sexvolume = 30
+		gs 'cum_manage'
+		spafinloc = 14
+		sexvolume = 10
+		gs 'cum_manage'
+		pcs_mood -= 20
+		pcs_willpwr -= 20
+		if pcs_willpwr < 0:pcs_willpwr = 0
+		rape += 1
+
+		picrand = rand(1, 6)
+		'<center><img <<$set_imgh>> src="images/locations/city/residential/street/sex/gopslut<<picrand>>.jpg"></center>'
+
+		horand = RAND(1,100)
+
+		
+		'"Please, you don''t have to do this." you try to reason with him, "I''m begging you."'
+		'But your words are in vain, you put up a pathetic attempt to fend him off, but you lost, and now all you can do is stare at the stars while your body is used for someone''s filthiest fantasies.'
+		'Your clothes are ripped off as you shout in helpless frustration as his cold hands touch you in your most intimate places. You close your eyes, not willing to look at your torturer, nor his hard cock hanging above you.'
+		'A second later you feel your attackers noxious breath on your face, his stench is almost worse than what he''s doing between your legs.'
+		'You open your eyes, swollen from crying, to look at your rapist''s face, but you can''t see it. You only see an animal, or worse, a great darkness.'
+		'The silence of the night is only broken by the slapping flesh and his curses, until you begin to falsely moan in excitement, trying to make your rapist to finish quicker and end the torment.'
+		'Even though the pain is intense, your trick works, and before you know it the attacker cums, shooting his seed all over your pussy and belly. He quickly wipes his dick on you, puts it away, and leaves.'
+		'As you lie there broken and humiliated, you see a single shooting star burning a fiery trail through the night sky, and wordlessly make a wish.'
+		
+		gs 'arousal', 'vaginal', 20, 'rough', 'sub'
+		gs 'arousal', 'end'
+		gs 'stat'
+
+		act 'Cry': gt $loc, $metka
+		
+	elseif fightEnding = 9:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		Loss += 1
+		money = money / 2
+		
+		if fightPStats['Health'] = pcs_health:
+			'Your opponents demeanour is making you worried, they seem to have the overhand and you start doubting in yourself. Your opponent starts running towards you but before they strike you start yelling, "I give up! I give up!"'
+		elseif fightPStats['Health'] > pcs_health/2:
+			'You thought you were going to win but now you know better, your opponent is just a better fighter than you, rather than take more of a beating before losing you decide desecration is the better part of valor, "You win, I can''t beat you."'
+		else
+			'Your opponent is landing hit after hit and is superior. You''re meekly standing there taking every punch thrown at you. Before you know it you''re laying on the floor not wanting to get up even though you hear your opponent yelling that they''re not done yet. You raise your arm and shake it, signaling that you''ve had enough and are giving up.'
+		end
+		'He grabs about half the cash in your purse and runs away.'
+		act 'Get back on your feet': gt $loc, $metka
+		exit
+	elseif fightEnding = 10:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		grupvalue[4] -= 2
+		if Loss < 0: Loss = 0
+		'<center><img src="images/characters/pavlovsk/school/boy/dimka/revenge/girlbeatsguy2.jpg"></center>'
+		
+		if fightPStats['Health'] = pcs_health:
+			'What the fuck, <<$pcs_nickname>>?" Lera asks in an annoyed tone before sweeping Dimka''s legs out from under him. Lena and Lera proceed to kick and stomp Dimka until he starts begging them to stop.'
+			'After a few more hits, they get bored and check his pockets for cash. "10.000 rubles! Sweet!" They split the money among themselves leaving none for you.'
+			'Lena turns to you and says tauntingly, "You either need to learn how to fight or get used to serving us, little bunny." Before you can say anything, the bell rings for class.'
+		elseif fightPStats['Health'] > pcs_health/2:
+			'"That was pathetic, <<$pcs_nickname>>," Lera states in shock before sweeping Dimka''s legs out from under him. Lena and Lera proceed to kick and stomp Dimka until he starts begging them to stop.'
+			'After a few more hits, they get bored and check his pockets for cash. "10.000 rubles! Sweet!" They split the money among themselves leaving none for you.'
+			'Lena turns to you and says tauntingly, "You either need to learn how to fight or get used to serving us, little bunny." Before you can say anything, the bell rings for class.'
+		else
+			'"Where the hell did you learn how to fight, <<$pcs_nickname>>?" Lera asks in an annoyed tone before sweeping Dimka''s legs out from under him. Lena and Lera proceed to kick and stomp Dimka until he starts begging them to stop.'
+			'After a few more hits, they get bored and check his pockets for cash. "10.000 rubles! Sweet!" They split the money among themselves leaving none for you.'
+			'Lena turns to you and says tauntingly, "You either need to learn how to fight or get used to serving us, little bunny." Before you can say anything, the bell rings for class.'
+		end
+
+		act 'Continue': gt 'gschool_lessons', 'short_break'
+	elseif fightEnding = 11:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		Loss += 1
+
+		'They are very drunk and one of them shouts, "Loser has to fuck us all!".'
+		'Laughing at first but soon getting very serious they strip you naked and push you to the floor.'
+
+		act 'Cry':gt'sexm','gangbang'
+	elseif fightEnding = 12:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		zverRageQW = 10
+		Loss += 1
+
+		'<center><img <<$set_imgh>> src="images/shared/sex/dom/spit.jpg"></center>'
+		
+		if fightPStats['Health'] = pcs_health:
+			'Just the mere thought of a fight, your knees go weak and you feel yourself being out of breath. Before even the first punch is thrown you raise up your hands and squeak out in fear, "Don''t hurt me, I give up."'
+		elseif fightPStats['Health'] > pcs_health/2:
+			'A hard blow to your face stuns you a moment and you can feel blood running from you nose. Panic sets in as you fear getting your face messed up and you say, "You win, just stopping hitting me."'
+		else
+			'You feel bruised and beaten by Christina. They are hitting you everywhere and you''re barely able to defend yourself. All of a sudden you lose your footing and land on your feet. Right there you decide that it''s not worth fighting on, "I give up..." you barely find the strength to whisper...'
+		end
+		'Christina Zverev laughs a cruel laugh knowing she has won. She hisses angrily to you "Now I''ll make your life hell, slut!" She looks you in the eye and says, "Open your mouth bitch and stick your tongue out."'
+		'You comply and open your mouth with your tongue out. Without any hesitation Christina spits in your mouth and yells, "Swallow bitch!" The whole school see you swallow her spit.'
+		'Christina then again spits on you this time on your face. Christina seems satisfied as she turns around and walks away.'
+
+		act 'Leave':gs 'gschool_grounds', 'main'
+	elseif fightEnding = 13:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		Loss += 1
+		'The naked man laughs and advances toward you.'
+		
+		act 'Lose':gt 'stallion', 'rape'
+	elseif fightEnding = 14:
+		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
+		killvar 'autocombat_surrender'
+		fightEnding = 0
+		Loss += 1
+		gs 'pain', 5, 'hair', 'stretch'
+		'<<$streetev_title>>'
+		'<center><img <<$set_imgh>> src="images/locations/shared/street/lostfight.jpg"></center>'
+		if fightPStats['Health'] = pcs_health:
+			'Just the mere thought of a fight, your knees go weak and you feel yourself being out of breath. Before even the first punch is thrown you raise up your hands and squeak out in fear, "Don''t hurt me, I give up."'
+			'There is just too many of them. You yell, "We don''t need to fight. I''m giving up already!"'
+			'They circle around you pulling at your hair and calling you names before one of them spits in your face. After that they lose interest and wander off.'
+		elseif fightPStats['Health'] > pcs_health/2:
+			'You are already feeling the pain of the blows, you can''t take it anymore. You throw up your hands, "Please stop! I give up."'
+			'They circle around you pulling at your hair and calling you names before one of them spits in your face. After that they lose interest and wander off.'
+		else
+			'You thought this would be an easy win, but you were mistaken. Blow after blow rains down on you, you are so dazed you can barely see. You stumble and fall to the ground and decide to just stay there, "I give up, I can''t beat you."'
+			'They circle around you pulling at your hair and calling you names before one of them spits in your face. After that they lose interest and wander off.'
+		end
+		*nl
+		'With tears welling up you compose yourself as best as you can and gingerly walk away.'
+		act 'Leave':streetrand=-1 & gt $loc
+	end
+end
+
+
 --- ender ---------------------------------
 

+ 476 - 0
locations/fbgameout.qsrc

@@ -0,0 +1,476 @@
+# fbgameout
+
+if $ARGS[0] = 'start':
+	*clr & cla
+	fbpickupDay = daystart
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/start.jpg"></center>'
+	if grupTipe ! 2:
+		'Walking next to the school yard you''ve noticed that most of the ''jocks'' have gathered here. They look like are going to play some football, a few of them acknowledge you but none of them wave you over.'
+		act 'Sit and watch them':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/watching.jpg"></center>'
+			'You take a seat on the ground near the field and watch the jocks play football. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul, but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them one day.'
+			act 'Leave': gt 'gschool_grounds', 'main' 
+		end
+		act 'Ask to join'
+			*clr & cla
+			minut += 3
+			grupvalue[2] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/asking.jpg"></center>'
+			'You walk over to them. "Hey guys, what are you doing?"'
+			'Several of them turn towards you, Lazar replies: "About to divide up into teams and play, you can watch if you want."'
+			'"Well could I join you instead?" You ask.'
+			'They glance among each other before Lazar replies: "Maybe some other time <<$pcs_nickname>>." Then they start picking teams.'
+			act 'Sit and watch them':
+				*clr & cla
+				minut += 30
+				grupvalue[2] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/watching.jpg"></center>'
+				'You take a seat on the ground near the field and watch the jocks play football. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul, but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them again one day.'
+				act 'Leave': gt 'gschool_grounds', 'main' 
+			end
+			act 'Leave': gt 'gschool_grounds', 'main' 
+		end
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pickteam.jpg"></center>'
+		'Walking through the school area, ending up by the football field you notice that most of the ''jocks'' have gathered. Noticing you they wave you over.'
+		'"Over here <<$pcs_nickname>>! You arrived just in time, we were just picking teams." Lazar explains.'
+		'You quickly move over to the other girls while Lazar and Ivan continue on discussing on how to split up the teams.'
+		'"I say we go for mixed teams, there''s no other way it will work Ivan!" Lazar is trying his best to reason with Ivan.'
+		'"Sure sure..." Ivan waves his hands, "Let''s start already! I pick Fedor first!" as he points to Fedor to come over.'
+		act 'Leave': gt 'gschool_grounds', 'main'
+		act 'Wait to get picked': gt 'fbgameout', 'football'
+	end
+end
+
+if $ARGS[0] = 'football':
+	*clr & cla
+	minut += 5
+	ftbll_exp += rand(0,2)
+	grupvalue[2] += 1
+	gs 'stat'
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pickteam.jpg"></center>'
+	'Walking through the school area, ending up by the football field you notice that most of the ''jocks'' have gathered. Noticing you they wave you over.'
+	'"Over here <<$pcs_nickname>>! You arrived just in time, we were just picking teams." Lazar explains.'
+	'You quickly move over to the other girls while Lazar and Ivan continue on discussing on how to split up the teams.'
+	'"I say we go for mixed teams, there''s no other way it will work Ivan!" Lazar is trying his best to reason with Ivan.'
+	'"Sure sure..." Ivan waves his hands, "Let''s start already! I pick Fedor first!" as he points to Fedor to come over.'
+
+	act 'Wait to get picked':
+		*clr & cla
+		minut += 10
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pickteam.jpg"></center>'
+		'After a few picks you finally hear your name being yelled out, "<<$pcs_nickname>>! You''ll be playing with the winning team today." Lazar confidently proclaims.'
+		'You quickly scuttle over to your team as they all high five you.'
+		'It doesn''t take long before all of the participants have been picked and the teams huddle together, "Vanya you''ll be in the goal..." Lazar begins calling out the different positions.'
+		'Saving you for last Lazar looks at you, "<<$pcs_nickname>> you''ll be playing up front as our star forward." he winks, "Don''t worry about anything just be ready when the ball comes."'
+		
+		act 'Nod':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/start.jpg"></center>'
+			'You attentively nod as you break the huddle as position yourself on the field.'
+			'"You''re playing with a girl as forward! You must''ve lost it, Lazar!" Ivan is yelling loudly.'
+			'"Pay no attention to him <<$pcs_nickname>>, he''s just trying to get in your head." Lazar calmly tells you, "They have a girl in the goal so don''t worry about it."'
+			
+			act 'Start the first half':
+				*clr & cla
+				minut += 30
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/game.jpg"></center>'
+				'You didn''t expect the game to be this serious but as soon as you started playing, everyone is doing their best, not backing down an inch.'
+				'The game is going back and forth with many chances created by both sides. The boys are really going at it, sometimes playing on the edge of being a bit too rough.'
+				'After about 15 minutes Lazar sets up a perfect pass to Svyatoslav that runs through the defense and easily scores the first goal behind a helpless Lariska. All of you run over to cheer together while Ivan is criticizing his team.'
+				'The joyous occasion breaks a few minutes later when Christina equalizes the game. After the goal Ivan comes over and starts making fun of Vanya as the latter pushes him and they get in a scuffle.'
+				'"Break it up, you two! Head over to your sides so everyone can calm down!" Lazar barks as he''s running over to break the two combatants up. The game resumes as everyone have calmed down a bit.' 
+				'All of a sudden Lina breaks free and is heading against your goal, "<<$pcs_nickname>> stop her!" you hear someone from your team yell.'
+				
+				act 'Tackle':
+					*clr & cla
+					minut += 5
+					ftbll_exp += rand(0,2)
+					stren_exp += 1
+					grupvalue[2] -= 1
+					npc_rel['A18'] -= 1
+					npc_rel['A19'] -= 1
+					gs 'stat'	
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/tackle.jpg"></center>'					
+					'You nod steadfast and quickly start running after Lina. You are almost galloping as you near her as you can almost grab hold of her...'
+					'Lina is nervously turning around while trying to compose herself as she leads the ball towards the goal. By now you''re right next to her so you can hear her heavy breath...'
+					'Knowing she won''t be able to stay away from you much longer Lina pushes the ball a bit forward so she can shoot the ball towards the goal, "Stop her now!" you hear someone yell from behind. Just as Lina is about to shoot you do a slide tackle, missing the ball and hitting Lina on the leg instead.'
+					'Lina yells out in pain and falls to the grass. You''ve managed to stop her and your team is praising you while you see Christina run over to you, "What the fuck are you doing <<$pcs_nickname>>?! Are you stupid?" She pushes you and you two start to argue.'
+					'"Okay, that''s enough for now!" Svyatoslav has to calm down everyone once again. Both Christina and you are dragged away while Svyatoslav sees after Lina.'
+				
+					act 'Time for a break':
+						*clr & cla
+						minut += 10
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/halftime.jpg"></center>'
+						'Both of the teams take a seat on each side, just enough from each others hearing distance, "You ready <<$pcs_nickname>>?" A sweaty Lazar asks you.'
+						'You hesitate a little, "Ready for what?"'
+						'"To decide the game of course." he says smiling, "They won''t expect that I''ll pass it over to you so be ready when the time comes and decide the game for us!"'
+						'You notice the fire burning in his eyes and you give him a confident nod.'
+				
+						act 'Start the second half':
+							*clr & cla
+							minut += 25
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/game1.jpg"></center>'
+							'The second half starts in a frantic pace as both the teams try to outscore each other. There are chances for both the teams but the score still remains tied...'
+							'All of a sudden Lazar manages to dribble past through Ivan and sends the ball towards you.'
+							'The pass is really hard but somehow you manage to get control of the ball and suddenly all that is between you and the goal is Christina rushing towards you...'
+							'Seeing Svyatoslav make a dash towards the goal you can pass. You can also dribble past Christina and be the hero or try to shoot and hope for the best. You need to quickly decide as Christina is closing in...'
+							
+							gs 'willpower', 'skill', 'self', 'ftbll_lvl'
+							if will_cost <= pcs_willpwr:
+								act 'React (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'willpower', 'pay', 'self'
+									ftbll_exp += rand(0,2)
+									gs 'stat'
+									'You feel pressured to act. You must decide otherwise the attack will go to waste...'
+									
+									act 'Pass':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 70:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											npc_rel['A3'] -= 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pass.jpg"></center>'
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. The ball floats through the air and lands perfectly at his feet. Not making a mistake Svyatoslav just taps it in and you take the lead.'
+											'You all start celebrating like crazy and before you know it the second half ends.'
+											'"Great pass <<$pcs_nickname>>! I knew you could do it!" Lazar praises you, "Can''t wait until next time where you get to show off your skills again!"'
+											'You stand and chat for a moment after the game with everyone complementing you for a job well done.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/passfail.jpg"></center>'
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. But you''ve misjudged the distance and the ball goes well off.'
+											'You see Svyatoslav shake his head disappointingly and not far after that the game ends in a draw...'
+											'"Too bad about the pass <<$pcs_nickname>>, we could''ve won..." Svyatoslav comments...'
+											'"Give her a break Svyatoslav... she''ll do better the next time, won''t you <<$pcs_nickname>>?" Lazar is probably really disappointed but tries his best to remain positive.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+							
+									act 'Shoot':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shoot.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball gets the perfect arch and sails above Lina that has no way to stop it.'
+											'You manage to raise your hands just in time before the rest of your team runs over to you, burying you furthest down in a pile as you all celebrate.'
+											'Not long after the goal the game ends, "See <<$pcs_nickname>>! I told you that you would decide the game!" Lazar praises you.'
+											'You shine up, "Thank you! It wouldn''t have been possible without you..." you praise Lazar back. The two of you and the rest of the team chat for a while before you pick up your stuff and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shootfail.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball wobbles over the goal as you''ve not put enough pressure on it.'
+											'You stand and look into the distance, disappointed that you let down the rest of the team.'
+											'Not long after that the game ends and the two teams walk over the sidelines, "Too bad that you missed that shot <<$pcs_nickname>>... Don''t worry though, you''ll get it the next time." Lazar is trying to cheer you up.'
+											'You nod but you''re not really in the mood to chat so you quickly pick up your stuff and leave as soon as possible.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+							
+									act 'Dribble':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											npc_rel['A165'] += 1
+											npc_rel['A13'] += 1
+											pcs_mood += 20 
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribble.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'You''ve completely fooled her and you can hear the others gasp in awe as you''re free against the goalkeeper. You make short work of it and smash the ball into the net, giving your team the lead.'
+											'It doesn''t take long after that the game ends and you are victorious. Everyone is talking about the amazing dribbling move you pulled off, while Christina, fuming, quickly collects her stuff and leaves.'
+											'"Great job <<$pcs_nickname>>! I knew you could do it!" Lazar praises you.'
+											'"Thanks a lot I had lots of fun!" you reply. You and your teammates stand and chat for a while before you all pack your stuff and leave the field.'
+										
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribblefail.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'But Christina has already read what you''re up to and she quickly tackles you making you lose the ball as you get tangled up...'
+											'She smirks as she passes by, "You really thought you could fool me with that silly move?"'
+											'Not long after that situation the game ends in a draw. As you approach the rest of your team you say, "I''m really sorry. I thought I could dribble pass her."'
+											'The others nod acting as they understand but deep down they''re disappointed that you couldn''t win the game. Not wanting to make further noise, you pick up your stuff in silence, say your goodbye''s and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								end
+							else
+								act 'React (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							end
+							
+							act 'Hesitate':
+								*clr & cla
+								npc_rel['A8'] -= 1
+								npc_rel['A149'] -= 1
+								npc_rel['A165'] -= 1
+								npc_rel['A13'] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 20
+								ftbll_exp -= 2
+								grupvalue[2] -= 1
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/fail.jpg"></center>'
+								'There are too many options and you hesitate, not sure on what to do. It only takes a second and you''re swarmed by the other team and they easily steal the ball from you and go on the counter.'
+								'Two passes later, you can hear the ball hit the net and you see the other team celebrating like crazy, "Thank you for freezing <<$pcs_nickname>>! I dedicate this win to you!" Ivan teases you.'
+								'The game ends shortly after their goal and at the end your team looks dejected while you''re feeling really bad for messing up...'
+								'The others ignore you for the rest of the time and as you''re about to leave Lazar approaches you, "Don''t take it too hard, we''re all disappointed but we''ll get our revenge next time."'
+								
+								act 'End the game': gt 'fbgameout', 'end_game'
+							end
+						end
+					end
+				end
+				
+				act 'Don''t tackle':
+					*clr & cla
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/notackle.jpg"></center>'
+					'You hesitate a little as you hear someone yell out, "Run after her <<$pcs_nickname>>! You''re the only one that can stop her now..."'
+					'Running as fast as you can, you start catching up to her. You can almost reach out to her but you''re still unsure on how to stop her...'
+					'All of sudden you hear someone yell from behind, "Stop her! She''s winding up a shot!"'
+				
+					if rand(0,1) = 1:
+						'You finally decide about what to do, you use the last of your strength to run up to her and give her a slight bump on the shoulder just as she''s about to take a shot.'
+						'Lina manages to take a shot and to your luck it manages to go way off, the little bump you gave her was just what was needed.'
+						'You hear Lina yell out in frustration as your teammates are encouraging you for a job well done.'
+					else
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/notackle.jpg"></center>'
+						'You finally decide about what to do, you use the last of your strength to run up to her and give her a slight bump on the shoulder just as she''s about to take a shot.'
+						'But to no avail, Lina just barely even feels the impact and hits the ball straight into the goal.'
+						'She runs away happy to her team while your team is looking disappointingly at you...'
+					end
+					
+					act 'Time for a break':
+						*clr & cla
+						minut += 10
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/halftime.jpg"></center>'
+						'Both of the teams take a seat on each side, just enough from each others hearing distance, "You ready <<$pcs_nickname>>?" A sweaty Lazar asks you.'
+						'You hesitate a little, "Ready for what?"'
+						'"To decide the game of course." he says smiling, "They won''t expect that I''ll pass it over to you so be ready when the time comes and decide the game for us!"'
+						'You notice the fire burning in his eyes and you give him a confident nod.'
+				
+						act 'Start the second half':
+							*clr & cla
+							minut += 25
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/game1.jpg"></center>'
+							'The second half starts in a frantic pace as both the teams try to outscore each other. There are chances for both the teams but the score still remains tied...'
+							'All of a sudden Lazar manages to dribble past through Ivan and sends the ball towards you.'
+							'The pass is really hard but somehow you manage to get control of the ball and suddenly all that is between you and the goal is Christina rushing towards you...'
+							'Seeing Svyatoslav make a dash towards the goal you can pass. You can also dribble past Christina and be the hero or try to shoot and hope for the best. You need to quickly decide as Christina is closing in...'
+							
+							gs 'willpower', 'skill', 'self', 'ftbll_lvl'
+							if will_cost <= pcs_willpwr:
+								act 'React (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'willpower', 'pay', 'self'
+									ftbll_exp += rand(0,2)
+									gs 'stat'
+									'You feel pressured to act. You must decide otherwise the attack will go to waste...'
+									
+									act 'Pass':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pass.jpg"></center>'
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. The ball floats through the air and lands perfectly at his feet. Not making a mistake Svyatoslav just taps it in and you take the lead.'
+											'You all start celebrating like crazy and before you know it the second half ends.'
+											'"Great pass <<$pcs_nickname>>! I knew you could do it!" Lazar praises you, "Can''t wait until next time where you get to show off your skills again!"'
+											'You stand and chat for a moment after the game with everyone complementing you for a job well done.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'		
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/passfail.jpg"></center>'											
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. But you''ve misjudged the distance and the ball goes well off.'
+											'You see Svyatoslav shake his head disappointingly and not far after that the game ends in a draw...'
+											'"Too bad about the pass <<$pcs_nickname>>, we could''ve won..." Svyatoslav comments...'
+											'"Give her a break Svyatoslav... she''ll do better the next time, won''t you <<$pcs_nickname>>?" Lazar is probably really disappointed but tries his best to remain positive.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								
+									act 'Shoot':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											grupvalue[2] += 1
+											gs 'stat'		
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shoot.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball gets the perfect arch and sails above Lina that has no way to stop it.'
+											'You manage to raise your hands just in time before the rest of your team runs over to you, burying you furthest down in a pile as you all celebrate.'
+											'Not long after the goal the game ends, "See <<$pcs_nickname>>! I told you that you would decide the game!" Lazar praises you.'
+											'You shine up, "Thank you! It wouldn''t have been possible without you..." you praise Lazar back. The two of you and the rest of the team chat for a while before you pick up your stuff and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shootfail.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball wobbles over the goal as you''ve not put enough pressure on it.'
+											'You stand and look into the distance, disappointed that you let down the rest of the team.'
+											'Not long after that the game ends and the two teams walk over the sidelines, "Too bad that you missed that shot <<$pcs_nickname>>... Don''t worry though, you''ll get it the next time." Lazar is trying to cheer you up.'
+											'You nod but you''re not really in the mood to chat so you quickly pick up your stuff and leave as soon as possible.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								
+									act 'Dribble':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											npc_rel['A165'] += 1
+											npc_rel['A13'] += 1
+											pcs_mood += 20 
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'		
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribble.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'You''ve completely fooled her and you can hear the others gasp in awe as you''re free against the goalkeeper. You make short of it and smash the ball into the net, giving your team the lead.'
+											'It doesn''t take long after that the game ends and you are victorious. Everyone is talking about the amazing dribbling move you pulled off while Christina, fuming, quickly collects her stuff and leaves.'
+											'"Great job <<$pcs_nickname>>! I knew you could do it!" Lazar praises you.'
+											'"Thanks a lot I had lots of fun!" you reply. You and your teammates stand and chat for a while before you all pack your stuff and leave the field.'
+										
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'	
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribblefail.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'But Christina has already read what you''re up to and she quickly tackles you making you to lose the ball as you get tangled up...'
+											'She smirks as she passes by, "You really thought you could fool me with that silly move?"'
+											'Not long after that situation the game ends in a draw. As you approach the rest of your team you say, "I''m really sorry. I thought I could dribble pass her."'
+											'The others nod acting as they understand but deep down they''re disappointed that you couldn''t win the game. Not wanting to make further noise, you pick up your stuff in silence, say your goodbye''s and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								end
+							else
+								act 'React (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							end
+							
+							act 'Hesitate':
+								*clr & cla
+								npc_rel['A8'] -= 1
+								npc_rel['A149'] -= 1
+								npc_rel['A165'] -= 1
+								npc_rel['A13'] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 20
+								ftbll_exp -= 2
+								grupvalue[2] -= 1
+								gs 'stat'	
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/fail.jpg"></center>'
+								'There are too many options and you hesitate, not sure on what to do. It only takes a second and you''re swarmed by the other team and they easily disarm you and go on the counter.'
+								'Two passes later, you can hear the ball hit the net and you see the other team celebrating like crazy, "Thank you for freezing <<$pcs_nickname>>! I dedicate this win to you!" Ivan teases you.'
+								'The game ends shortly after their goal and at the end your team looks dejected while you''re feeling really bad for messing up...'
+								'The others ignore you for the rest of the time and as you''re about to leave Lazar approaches you, "Don''t take it too hard, we''re all disappointed but we''ll get our revenge next time."'
+								act 'End the game': gt 'fbgameout', 'end_game'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'end_game':
+	*clr & cla
+	minut += 20
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/aftergame.jpg"></center>'
+	'Once the game is over, you are all tired and sweaty, but everyone had a great time. You all go over to the bleachers and find a seat to rest. You talk and joke with one another about the game, the winners bragging on their win, while the losers promise revenge next time.Once rested everyone starts to get up and drift away to go do other things, saying their goodbyes.'
+	act 'Leave': gt 'gschool_grounds', 'main'
+end
+
+--- fbgameout ---------------------------------
+

+ 4 - 1
locations/fight.qsrc

@@ -492,7 +492,10 @@ if $ARGS[0] = 'player':
 		TargetNumber = 1
 	else
 		TargetNumber = 2
-	end	
+	end
+
+	act 'Surrender': gt 'ender', 'surrender'
+		
 	if pcs_magik > 0:
 		act 'Cast a Spell': gs 'fight', 'spellcast'
 	end

+ 3 - 0
locations/foto.qsrc

@@ -286,6 +286,9 @@ if $ARGS[0] = 'studio':
 			elseif pcs_skin < 40:
 				'"Girl, your face is covered in acne unless you improve your appearance there is no chance of working here."'
 				act 'Leave':minut += 1 & gt 'down'
+			elseif hotcat < 6:
+				'"Girl, your face is fine, but unless you improve your overall appearance there is no chance of working here."'
+				act 'Leave':minut += 1 & gt 'down'
 			elseif bmi_calc >= foto_weight and foto_weight > 0:
 				'You walk up to the front desk and find the same man who interviewed you previously. He looks up at you from his computer as you approach and frowns.'
 				'Before you can say anything, he sternly says, "Girl, I told you to lose weight, not put it on! Now get out of here until you slim down some!"'

+ 1 - 1
locations/gLakeNude.qsrc

@@ -290,10 +290,10 @@ if temper >= 15 and month >= 5 and month <= 9:
 					act 'Continue': gt'gLakeNude'
 				end
 			end
-		end
 		else
 			act 'Spy on other nudists on the beach (<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 voyeurism >= 17 and voyeurism_start = 2:
 		if voyeurism_forest = 0:
 			act 'Explore the forest': gt 'gLakeNudeForest'

+ 2 - 2
locations/gdk.qsrc

@@ -48,12 +48,12 @@ else
 	'The Community Centre has sports facilities and offers classes in the evening.'
 	'It houses a small library. Open from 8h until 18h.'
 	'Upstairs, there are some hobby clubs available from 12h until 20h.'
-	'The sports section is open from 14h until 20h during the week and 10h until 20h during the weekend.'
+	'The sports section is open from 14h until 20h during the week and 9h until 20h during the weekend.'
 	'On Friday and Saturday evenings, from 20h to midnight, the main hall is used as a local club, with popular music and dancing. Entrance 25 <b>₽</b>.'
 end
 
 
-if (week < 6 and hour >= 14 and hour < 20) or (week >= 6 and hour >= 10 and hour < 20):act 'Go to the sports section':gt 'gdksport', 'start'
+if (week < 6 and hour >= 14 and hour < 20) or (week >= 6 and hour >= 9 and hour < 20):act 'Go to the sports section':gt 'gdksport', 'start'
 
 if hour >= 8 and hour < 18:act 'Go to the library':gt 'gdkbibl'
 

+ 69 - 64
locations/gdksport.qsrc

@@ -15,9 +15,9 @@ if $ARGS[0] = 'start':
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">community center</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/gdksport.jpg"></center>'
-	'The community center sports club offers lessons in <a href="exec: gt ''gdksport'',''racing1''">Racing</a>, <a href="exec:gt ''gdksport'',''dance1''">Dance</a> and <a href="exec:gt ''gdksport'',''vball1''">Volleyball</a>. All lessons start before 18:00'
+	'The community center sports club offers lessons in <a href="exec: gt ''gdksport'',''racing1''">Racing</a>, <a href="exec: gt ''gdksport'',''dance1''">Dance</a> and <a href="exec: gt ''gdksport'',''vball1''">Volleyball</a>. All lessons start before 18:00'
 	*nl
-	'In the locker room is a <a href="exec:gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
+	'In the locker room is a <a href="exec: gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec: gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
 
 	if kotovLoveQW > 0 and hour = 16:
 		'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> with a large sports bag entering the sports club.'
@@ -28,7 +28,12 @@ if $ARGS[0] = 'start':
 	if npc_rel['A5'] >= 80 and fedorKozlovQW = 0 and pcs_apprnc >= 20 and fedorkozbreak < 2 and GorSlut < 2: gt 'gdksport', 'Fedor First Date'
 
 	if week <= 5 and hour >= 16 and hour < 18 and fedorKozlovQW >= 20:
-		'You can see <a href="exec:gt ''FedorMisc'', ''Fedor Workout''">Fedor</a> on his phone next to some punching bags.'
+		'You can see <a href="exec: gt ''FedorMisc'', ''Fedor Workout''">Fedor</a> on his phone next to some punching bags.'
+	end
+	
+	if (temper < 15 or sunWeather ! 1) and hour > 8 and hour < 12 and week = 6 and bbpickupDay + 14 <= daystart and fbpickupDay ! daystart:
+		*nl
+		'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''bbgamein'', ''start''">basketball court</a>.'
 	end
 
 	*nl
@@ -73,7 +78,7 @@ if $ARGS[0] = 'start':
 	gs 'wardrobe', 'sports_outfit'
 
 	if shampoo > 0:
-		act 'Take a shower':gt 'gdksport', 'shower'
+		act 'Take a shower': gt 'gdksport', 'shower'
 	else
 		'<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
 	end
@@ -82,18 +87,18 @@ if $ARGS[0] = 'start':
 
 	if pcs_stam > 20 and $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour < 18:
 		if gsAboBeg > 0 and npc_pregtalk['A131'] = 0:
-			act 'Take a track lesson, you have <<gsAboBeg>> lessons remaining':gt 'gdksport', 'racing2'
+			act 'Take a track lesson, you have <<gsAboBeg>> lessons remaining': gt 'gdksport', 'racing2'
 		end
 		if gsAboVolley > 0 and volleysostav = 0 and npc_pregtalk['A69'] = 0:
 			if week ! 5:
-				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining':gt 'gdksport', 'vball2'
+				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining': gt 'gdksport', 'vball2'
 			else
-				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining':gt 'gdksport', 'vball3'
+				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining': gt 'gdksport', 'vball3'
 			end
 		end
 		if volleysostav > 0:
 			if week ! 6 and volkomday ! daystart:
-				act 'Play with the team':gt 'gdksport', 'vball4'
+				act 'Play with the team': gt 'gdksport', 'vball4'
 			elseif week = 6 and sorevday ! daystart and hour <= 18:
 				act 'Play in Tournament': gt 'gdksport', 'vball5'
 			elseif week = 6 and sorevday ! daystart and hour > 18:
@@ -102,16 +107,16 @@ if $ARGS[0] = 'start':
 				sorevday = daystart
 				act 'Back': gt 'gdksport', 'start'
 			elseif pregtime >= 90:
-				act 'Play with the team':gt 'gdksport', 'vballreact'
+				act 'Play with the team': gt 'gdksport', 'vballreact'
 			end
 		end
 		if gsAboDance > 0 and albinaQWdance = 0 and npc_pregtalk['A23'] = 0:
-			act 'Take a dance lesson, you have <<gsAboDance>> lessons remaining':gt 'gdksport', 'dance2'
+			act 'Take a dance lesson, you have <<gsAboDance>> lessons remaining': gt 'gdksport', 'dance2'
 		elseif albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0 and npc_pregtalk['A23'] = 0 and startletsday ! daystart:
 			if pregtime >= 90:
-				act 'Train with Starlets':gt 'gdksport', 'Starletsreact'
+				act 'Train with Starlets': gt 'gdksport', 'Starletsreact'
 			else
-				act 'Train with Starlets':gt 'gdksport', 'starlets'
+				act 'Train with Starlets': gt 'gdksport', 'starlets'
 			end
 		end
 	elseif pcs_stam <= 20:
@@ -140,7 +145,7 @@ if $ARGS[0] = 'racing1':
 	gs 'stat'
 	'Race training cost 300 <b>₽</b> for 30 lessons.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if money >= 300 and gsAboBeg = 0:
 		act 'Buy 30 racing lessons (300 <b>₽</b>)':
@@ -149,7 +154,7 @@ if $ARGS[0] = 'racing1':
 			gsAboBeg += 30
 			gs 'stat'
 			'You paid for 30 racing lessons.'
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 	end
 end
@@ -160,7 +165,7 @@ if $ARGS[0] = 'dance1':
 	gs 'stat'
 	'Dance lessons cost 300 <b>₽</b> for 30 lessons.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if money >= 300 and gsAboDance = 0:
 		act 'Buy 30 dance lessons (300 <b>₽</b>)':
@@ -169,7 +174,7 @@ if $ARGS[0] = 'dance1':
 			gsAboDance += 30
 			gs 'stat'
 			'You paid for 30 dance lessons.'
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 	end
 end
@@ -180,7 +185,7 @@ if $ARGS[0] = 'vball1':
 	gs 'stat'
 	'Volleyball lessons cost 300 <b>₽</b> for 30 visits.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if money >= 300 and gsAboVolley = 0:
 		act 'Buy 30 volleyball lessons (300 <b>₽</b>)':
@@ -189,7 +194,7 @@ if $ARGS[0] = 'vball1':
 			gsAboVolley += 30
 			gs 'stat'
 			'You paid for 30 volleyball lessons.'
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 	end
 end
@@ -200,7 +205,7 @@ if $ARGS[0] = 'dance2':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if pcs_danc < 50:
 		gsAboDance -= 1
@@ -221,13 +226,13 @@ if $ARGS[0] = 'dance2':
 			'Your body lacks the agility to perform the dance moves that you are being taught.'
 		end
 		!place for use in events
-		if rand(0, 1) = 0:'You see something <a href="exec:gt ''danceGev''">interesting</a>.'
+		if rand(0, 1) = 0:'You see something <a href="exec: gt ''danceGev''">interesting</a>.'
 		gs 'stat'
 	else
 		'There is nothing you can learn from this dance class with your current skill, you need to find a new teacher or travel to the city to find better dance classes if you wish to improve further.'
 
 		if rand(0, 1) = 0:
-			'You see something <a href="exec:gt ''danceGev''">interesting</a>.'
+			'You see something <a href="exec: gt ''danceGev''">interesting</a>.'
 		elseif albinaQWdance = 0 and StoryLine ! 0 and npc_rel['A23'] <= 20:
 			gt 'gdksport', 'albina1'
 		elseif albinaQWdance = 0 and StoryLine ! 0 and npc_rel['A23'] <= 60:
@@ -267,7 +272,7 @@ if $ARGS[0] = 'albina1':
 			'You replied to Albina as scornfully as possible that you do not care and turned away from her.'
 			'She snickered nastily then said to the other girls, "Alright, girls. Let''s get to work."'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 
 		act 'I know how to dance':
@@ -279,7 +284,7 @@ if $ARGS[0] = 'albina1':
 			'Albina turned to you with a sneer and said, "You can sit and see how professionals do it. Then we''ll see if you still think you can dance."'
 			'Turning to the other girls, she said, "Alright girls, Let''s get to work!"'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 			act 'Watch': gt 'gdksport', 'albina4'
 		end
 	end
@@ -314,7 +319,7 @@ if $ARGS[0] = 'albina2':
 			'Offended by her tone, you replied to Albina as scornfully as possible, "I couldn''t care less what you think."'
 			'As you walked away, she snickered nastily then said to the other girls, "Alright, girls. Let''s get to work."'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 
 		act 'I know how to dance':
@@ -326,7 +331,7 @@ if $ARGS[0] = 'albina2':
 			'Albina turned to you with a look of disbelief and said, "You can sit and see how professionals do it. Then we''ll see if you still think you can dance."'
 			'Turning to the other girls, she said, "Alright girls, Let''s get to work!"'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 			act 'Watch': gt 'gdksport', 'albina4'
 		end
 	end
@@ -361,7 +366,7 @@ if $ARGS[0] = 'albina3':
 			'Unsure of yourself, you relied hesitantly, "I couldn''t really say, I''ve never really thought about it."'
 			'"Well, you keep working at it, maybe you''ll get there someday." then she turned and said to the other girls, "Alright, girls. Let''s get to work."'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 
 		act 'I know how to dance':
@@ -373,7 +378,7 @@ if $ARGS[0] = 'albina3':
 			'Albina turned to you with a look of consideration and said, "You can sit and see how professionals do it. Then we''ll see if you still think you can dance."'
 			'Turning to the other girls, she said, "Alright girls, Let''s get to work!"'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 			act 'Watch': gt 'gdksport', 'albina4'
 		end
 	end
@@ -390,7 +395,7 @@ if $ARGS[0] = 'albina4':
 	'When the music ended, Albina said, "Girls, take a little break."'
 	'She came to you and said a little breathlessly, "You see, we are pros, real dancers. We are the dance troupe "The Starlets". We do shows on holidays and have even been in a music video."'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if pregtime >= 90:
 		'Maybe after you''ve had your child you might try out for them.'
@@ -418,7 +423,7 @@ if $ARGS[0] = 'albina4':
 					'Albina thought about it and looked at the other girls; some nodded, others shrugged.'
 					'Finally she answered you, "Okay, we''ll take a shot. Maybe you''ll learn something and be worthwhile."'
 
-					act 'Leave':gt 'gdksport', 'start'
+					act 'Leave': gt 'gdksport', 'start'
 				end
 			end
 		end
@@ -563,7 +568,7 @@ if $ARGS[0] = 'starlets':
 									gs 'stat'
 									'You got in the car along with the rest of the troupe, and shortly you returned to town.'
 
-									act 'Leave':gt 'pavResidential'
+									act 'Leave': gt 'pavResidential'
 								end
 							else
 								act 'Refuse and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -578,14 +583,14 @@ if $ARGS[0] = 'starlets':
 								slutty += 1
 								gs 'stat'
 								'You agreed to be "nice" and Albina counted out your money.'
-								if wealthmanrand = 0:act 'Go with the man':gt 'AlbStarsWhore', 'whore1'
-								if wealthmanrand = 1:act 'Go with the men':gt 'AlbStarsWhore', 'whore2'
-								if wealthmanrand = 2:act 'Go with the Armenian':gt 'AlbStarsWhore', 'whore3'
-								if wealthmanrand = 3:act 'Go with the Armenians':gt 'AlbStarsWhore', 'whore4'
-								if wealthmanrand = 4:act 'Go with the Armenians':gt 'AlbStarsWhore', 'whore5'
-								if wealthmanrand = 5:act 'Go with the black man':gt 'AlbStarsWhore', 'whore6'
-								if wealthmanrand = 6:act 'Go with the blacks':gt 'AlbStarsWhore', 'whore7'
-								if wealthmanrand = 7:act 'Go with the blacks':gt 'AlbStarsWhore', 'whore8'
+								if wealthmanrand = 0:act 'Go with the man': gt 'AlbStarsWhore', 'whore1'
+								if wealthmanrand = 1:act 'Go with the men': gt 'AlbStarsWhore', 'whore2'
+								if wealthmanrand = 2:act 'Go with the Armenian': gt 'AlbStarsWhore', 'whore3'
+								if wealthmanrand = 3:act 'Go with the Armenians': gt 'AlbStarsWhore', 'whore4'
+								if wealthmanrand = 4:act 'Go with the Armenians': gt 'AlbStarsWhore', 'whore5'
+								if wealthmanrand = 5:act 'Go with the black man': gt 'AlbStarsWhore', 'whore6'
+								if wealthmanrand = 6:act 'Go with the blacks': gt 'AlbStarsWhore', 'whore7'
+								if wealthmanrand = 7:act 'Go with the blacks': gt 'AlbStarsWhore', 'whore8'
 							end
 						end
 					end
@@ -599,12 +604,12 @@ if $ARGS[0] = 'starlets':
 					gs 'stat'
 					'You got in the car along with the rest of the troupe, and shortly you returned to town.'
 
-					act 'Leave':gt 'pavResidential'
+					act 'Leave': gt 'pavResidential'
 				end
 			end
 		end
 	end
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 end
 
 if $ARGS[0] = 'cab_home':
@@ -619,7 +624,7 @@ if $ARGS[0] = 'cab_home':
 		'Along the way you wiped the sperm from your face.'
 	end
 
-	act 'Leave':gt 'pavResidential'
+	act 'Leave': gt 'pavResidential'
 end
 
 if $ARGS[0] = 'racing2':
@@ -638,7 +643,7 @@ if $ARGS[0] = 'racing2':
 	'<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
 	'You spend 20 minutes on warm up, run for 90 minutes then spend 10 minutes on your cool down.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 end
 
 if $ARGS[0] = 'vball2':
@@ -673,8 +678,8 @@ if $ARGS[0] = 'vball2':
 		'You tried to train, but your level of intoxication doesn''t let you focus. The coach sent you to spend the lesson doing laps.'
 	end
 
-	act 'Leave':gt 'gdksport', 'start'
-	act 'Talk to the coach':gt 'Voltrener', 'start'
+	act 'Leave': gt 'gdksport', 'start'
+	act 'Talk to the coach': gt 'Voltrener', 'start'
 end
 
 if $ARGS[0] = 'vball3':
@@ -705,15 +710,15 @@ if $ARGS[0] = 'vball3':
 				if andGevknow = 0:$nameAndGev = 'some guy'
 				if andGevknow > 0:$nameAndGev = 'Andrei'
 
-				'During the game you got pushed by <a href="exec:gt ''volAndGev'', ''start''"><<$nameAndGev>></a>.'
+				'During the game you got pushed by <a href="exec: gt ''volAndGev'', ''start''"><<$nameAndGev>></a>.'
 			end
 		end
 	else
 		minut += 120
 		'You took to the court, but kept missing plays because you were too drunk to focus. The coach noticed your state and removed you from the game.'
 	end
-	act 'Leave':gt 'gdksport', 'start'
-	act 'Talk to the coach':gt 'Voltrener', 'start'
+	act 'Leave': gt 'gdksport', 'start'
+	act 'Talk to the coach': gt 'Voltrener', 'start'
 end
 
 if $ARGS[0] = 'vball4':
@@ -733,7 +738,7 @@ if $ARGS[0] = 'vball4':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/gdksport.jpg"></center>'
 	'Number of games <<volsesongame>>, Win - <<volsesonwin>>, lesions - <<volsesonloss>>.'
 	'At the beginning of the workout you ran a few laps around the room. Afterwards the coach has you do push-ups and crunches. Then you practiced receiving and setting up plays and serving the ball. At the end of the workout you had a practice game.'
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 	if $pantyworntype = 'none' and rand(0,1) = 1 and (volleytanga = 1 or VoltrenerVoyeur >= 5):
 		gs 'willpower', 'exhib', 'self'
 		if will_cost <= pcs_willpwr:
@@ -748,13 +753,13 @@ if $ARGS[0] = 'vball4':
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/game'+rand(1,2)+'.jpg"></center>'
 				'It seems the coach noticed you weren''t wearing any panties, his eyes lit up and he said turning away: "<<$pcs_lastname>>. Come see me after training. I need to show you UH ... a few things" '
 				act 'Leave':gs'stat'& gt 'gdksport', 'start'
-				act 'Go to the coach''s office':gt 'Voltrenersex', 'start'
+				act 'Go to the coach''s office': gt 'Voltrenersex', 'start'
 			end
 		else
 			act 'Correct clothing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 	else
-		act 'Talk to the coach':gt 'Voltrener', 'start'
+		act 'Talk to the coach': gt 'Voltrener', 'start'
 	end
 end
 
@@ -770,7 +775,7 @@ if $ARGS[0] = 'vball5':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/gdksport.jpg"></center>'
 	'The tournament starts at 19:00. Your bus departs at 18:00. You gathered your things together with the rest of the team and got on a bus that took you to the out of town match.'
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 	act 'Get on bus and go to play':
 		volltime = 0
 		sorevday = daystart
@@ -941,8 +946,8 @@ if $ARGS[0] = 'volley':
 			end
 		end
 		minut += 60 & !total time should be 4 hours, 2 hours for the game and 2 hours travel
-		act 'Leave':gt 'gdksport', 'start'
-		act 'Talk to the coach':gt 'Voltrener', 'start'
+		act 'Leave': gt 'gdksport', 'start'
+		act 'Talk to the coach': gt 'Voltrener', 'start'
 	end
 end
 
@@ -962,7 +967,7 @@ if $ARGS[0] = 'shower':
 		if ShowerIvan = 1: ShowerIvan = 2
 		'You entered the women''s shower, turning the water on you began to lather up your body with a washcloth. Suddenly, you hear the door creak as it opened and you remember that you agreed not to lock it for Ivan.'
 		'You looked around and see Ivan Prokhorov standing there looking at you. "Hello <<$pcs_nickname>>. The men''s shower is full, so I thought I would join you instead." Ivan smiled after these words.'
-		act 'Shower with Ivan':gt 'gdksport', 'ShowerWithIvan'
+		act 'Shower with Ivan': gt 'gdksport', 'ShowerWithIvan'
 		gs 'willpower', 'bj', 'resist'
 		if will_cost <= pcs_willpwr:
 			act 'Not today (<<will_cost>> Willpower)':
@@ -974,7 +979,7 @@ if $ARGS[0] = 'shower':
 				'You cover your breasts with one hand and turn sideways crossing your legs while flashing Ivan your best smile.'
 				'"How about another time Ivan? I''m not feeling it right now." Ivan just laughs and walk out of the shower room.'
 				'You quickly lock the door, before finishing your shower in peace.'
-				act 'Get out of the shower':gt 'gdksport', 'start'
+				act 'Get out of the shower': gt 'gdksport', 'start'
 			end
 		else
 			act 'Not today (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -994,7 +999,7 @@ if $ARGS[0] = 'shower':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
 				'You cover your breasts with one hand and turn sideways crossing your legs as you hurl your washcloth at Ivan. He easily dodged the flying cloth and laughs as he exits the shower room.'
 				'You quickly lock the door, before finishing your shower in peace.'
-				act 'Get out of the shower':gt 'gdksport', 'start'
+				act 'Get out of the shower': gt 'gdksport', 'start'
 			end
 		else
 			act 'Throw Ivan out (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1016,7 +1021,7 @@ if $ARGS[0] = 'shower':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
 					'You cover your breasts with one hand as you quickly grab your towel and run from the shower. As you run into the changing room, you can hear Ivan laughing.'
-					act 'Get out of the shower':gt 'gdksport', 'start'
+					act 'Get out of the shower': gt 'gdksport', 'start'
 				end
 			else
 				act 'Escape from the shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1037,7 +1042,7 @@ if $ARGS[0] = 'shower':
 			act 'Continue': gt 'VoltrenerSexShower', '2'
 		else
 			'After your shower, you get dressed.'
-			act 'Get out of the shower':gt 'gdksport', 'start'
+			act 'Get out of the shower': gt 'gdksport', 'start'
 		end
 	end
 	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
@@ -1100,7 +1105,7 @@ if $ARGS[0] = 'ShowerWithIvan':
 						minut -= 5
 						gs 'arousal', 'end'
 						gs 'stat'
-						act 'Get out of the shower':gt 'gdksport', 'start'
+						act 'Get out of the shower': gt 'gdksport', 'start'
 					end
 				else
 					act 'Turn around and bend over':
@@ -1150,7 +1155,7 @@ if $ARGS[0] = 'ShowerWithIvan':
 							gs 'cum_cleanup'
 							gs 'arousal', 'end'
 							gs 'stat'
-							act 'Get out of the shower':gt 'gdksport', 'start'
+							act 'Get out of the shower': gt 'gdksport', 'start'
 						end
 					end
 				end
@@ -1164,7 +1169,7 @@ if $ARGS[0] = 'ShowerWithIvan':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
 					'Ivan pauses for a brief second and you use the chance to quickly stand up and jump out of the shower.'
 					'You look back at him and say, "I think you''ve had enough of me for today. Maybe you can have more next time."'
-					act 'Get out of the shower':gt 'gdksport', 'start'
+					act 'Get out of the shower': gt 'gdksport', 'start'
 				end
 			else
 				act 'That''s enough for now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1284,7 +1289,7 @@ if $ARGS[0] = 'Fedor First Date':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/park/walk.jpg"></center>'
 				'"Sure, I would love to go out with you." you replied. Fedor was visibly delighted "Alright I look forward to hanging out with you again. Whenever you are up for another date then meet me in the school yard, after school." Fedor says as he walks you back home. The two of you have fun discussing your favorite movies as you continue your way home.'
 
-				act 'Leave':gt 'pavResidential'
+				act 'Leave': gt 'pavResidential'
 			end
 			act 'Refuse':
 				*clr & cla
@@ -1301,7 +1306,7 @@ if $ARGS[0] = 'Fedor First Date':
 					'You say to Fedor "You seem like a cool guy but I''m just not ready for a relationship right now." Fedor was visibly upset as he replies, "I guess it wasn''t a good time, if you ever change your mind then pay me a visit at school." he says with a forced smile as he silently walks you home.'
 				end
 
-				act 'Leave':gt 'pavResidential'
+				act 'Leave': gt 'pavResidential'
 			end
 		end
 	end
@@ -1313,7 +1318,7 @@ if $ARGS[0] = 'Fedor First Date':
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorsad.jpg"></center>'
 		'You said to Fedor "I have too much that I need to do right now... maybe some other time." Fedor then lowered his head with a frown. "Okay. Maybe some other time."'
 
-		act 'Leave':gt 'pavResidential'
+		act 'Leave': gt 'pavResidential'
 	end
 end
 

+ 1 - 1
locations/glake.qsrc

@@ -286,7 +286,7 @@ if temper >= 15 and month>=5 and month<=9 and hour>=6 and hour<=20:
 				if pcs_apprnc >= rand(1,400):
 					tipelakeboyrand = rand(1,100)
 					if tipelakeboyrand <= 5:
-						if npc_QW['A113'] > 0:
+						if npc_QW['A113'] = 1:
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
 							'While you are sunbathing, you see Vadim Bely and his brother sitting not far away from you. The brother points at you, and moments later Vadim walks over to you and sits down next to you. He idly scratches his tattoo covered belly as he asks: "Hello <<$pcs_nickname>>, want to go for a ride with me?"'
 							'The greedy look in his eyes tells you that when he says ''ride'', he doesn''t just mean in his car.'

+ 14 - 28
locations/gpoli.qsrc

@@ -1823,39 +1823,25 @@ if $ARGS[0] = 'maternity_ward_donation':
 			end
 			lactation['nipple_cream_applied'] = 0
 			minut += 15
-			if lactation['breastmv'] > lactation['breastmm']/2:
+			if lactation['breastmv'] > lactation['breastmm']/2 and lactation['breastmv'] >= 100000:
 				'The nurse looks at your breasts'
 				'Nurse: Looks like you could go for another pumping...shall we?'
 				act 'Have your breasts pumped again': gt 'gpoli', 'maternity_ward_donation'
-				act 'Enough for today':
-					*clr & cla
-					gs 'stat'
-					if pcs_gpoli_donationsessioncount > 0:
-						money += mward_donatemoney
-						'You put on your top, and the nurse hands you <<mward_donatemoney>><b>₽</b> for your donated breast milk.'
-					else
-						'You put on your top'
-					end
-					act 'Leave':
-						lact_ev['gpoli_milkedvolume'] = 0
-						gt 'gpoli', 'maternity_ward'
-					end
-				end
 			else
 				act 'Ask to donate more': gt 'gpoli', 'maternity_ward_donation'
-				act 'Enough for today':
-					*clr & cla
-					gs 'stat'
-					if pcs_gpoli_donationsessioncount > 0:
-						money += mward_donatemoney
-						'You put on your top, and the nurse hands you <<mward_donatemoney>><b>₽</b> for your donated breast milk.'
-					else
-						'You put on your top'
-					end
-					act 'Leave':
-						lact_ev['gpoli_milkedvolume'] = 0
-						gt 'gpoli', 'maternity_ward'
-					end
+			end
+			act 'Enough for today':
+				*clr & cla
+				gs 'stat'
+				if pcs_gpoli_donationsessioncount > 0:
+					money += mward_donatemoney
+					'You put on your top, and the nurse hands you <<mward_donatemoney>><b>₽</b> for your donated breast milk.'
+				else
+					'You put on your top'
+				end
+				act 'Leave':
+					lact_ev['gpoli_milkedvolume'] = 0
+					gt 'gpoli', 'maternity_ward'
 				end
 			end
 		end

+ 37 - 26
locations/gschool_grounds.qsrc

@@ -87,7 +87,7 @@ if $ARGS[0] = 'main':
 				'After the official graduation, everyone gets hammered at the prom party. You don''t remember much of what happened, only recalling a few flashbacks of going skinny dipping in the town fountain with a group of friends. Your mouth is dry and you can taste beer and what might be a kebab, you are somewhere in the town center, all of your clothes are missing and you are completely naked.'
 				'You make your way back home, you think you are discrete and stick to poorly lit areas but you really don''t remember and somehow have bits of someone''s hedge in your hair.'
 
-				act 'Go home':gt 'korrPar'
+				act 'Go home': gt 'korrPar'
 			end
 		end
 	exit
@@ -121,7 +121,7 @@ if $ARGS[0] = 'main':
 				if minut < 30:
 					'It''s too early for school now.'
 				else
-					if NikoEv = 10:gt 'NikoDates', 'Walk Of Shame'
+					if NikoEv = 10: gt 'NikoDates', 'Walk Of Shame'
 					act 'Wait for class': gt 'gschool_grounds', 'bulding'
 				end
 			elseif hour = 7:
@@ -146,7 +146,7 @@ if $ARGS[0] = 'main':
 					end
 				end
 			elseif hour = 8:
-				if NikoEv = 10:gt 'NikoDates', 'Walk Of Shame'
+				if NikoEv = 10: gt 'NikoDates', 'Walk Of Shame'
 				'You missed your whole first class, hopefully no one noticed.'
 				act '<b>Rush to class</b>':	demerit += 10 & gt 'gschool_grounds', 'bulding'
 			elseif hour < 14:
@@ -165,7 +165,7 @@ if $ARGS[0] = 'main':
 
 	if week = 6 and hour = 8 and StoryLine > 0 and SchoolAtestat = 0 and detention_set = 1 and schoolBlock = 0: act 'Go to detention': gt 'gschool_detention', 'start'
 
-	if zverRageQW = 1:gt 'gschool_grounds', 'KristinaFight'
+	if zverRageQW = 1: gt 'gschool_grounds', 'KristinaFight'
 
 	if week < 6 and hour = 14 and dimaRevenge = 5 and dimaRevChoice = 0:
 		gt 'dimaRevenge', dimaRevenge
@@ -203,21 +203,23 @@ if $ARGS[0] = 'main':
 		gt 'dimaRevenge', dimaRevenge
 	end
 
-	if hour >= 14 and pav_slut >= 125 and SchoolGossip > 0 and afterschoolday ! daystart:gt 'gschool_sex', 'suck'
+	if hour >= 14 and pav_slut >= 125 and SchoolGossip > 0 and afterschoolday ! daystart: gt 'gschool_sex', 'suck'
 
-	if week = 1 and kanikuli = 0 and arthakQW = 10 and apmeetday ! daystart and hour >= 14:gt 'artgar'
+	if week = 1 and kanikuli = 0 and arthakQW = 10 and apmeetday ! daystart and hour >= 14: gt 'artgar'
 
 	if hour = 14 and week < 6 and kanikuli = 0:
 
 		if NikoDate_Day ! daystart:
-			if NikoVolkovQW = 5 and NikoEv = 6 and NikoDate = 0:
+			if NikoIntro = 0:
+				gt 'NikoEv', 'Intro'
+			elseif NikoVolkovQW = 5 and NikoEv = 6 and NikoDate = 0:
 				gt 'NikoDates', 'After School'
 			elseif NikoVolkovQW = 5 and NikoEv = 8 and NikoDate = 0:
 				gt 'NikoDates', 'After School 2'
 			elseif (NikoVolkovQW = 5 and NikoDate = 1) or NikoEv = 11:
-				'You can see <a href="exec:gt ''NikoEv'', ''Niko Dates''">Nikolai Volkov</a> smoking outside of the school.'
+				'You can see <a href="exec: gt ''NikoEv'', ''Niko Dates''">Nikolai Volkov</a> smoking outside of the school.'
 			elseif NikoVolkovQW = 10 and NikoEv >= 17 and NikoEv <= 20:
-				'<a href="exec:gt ''NikoEv2'', ''Events''">Nikolai Volkov</a> is smoking outside of the school.'
+				'<a href="exec: gt ''NikoEv2'', ''Events''">Nikolai Volkov</a> is smoking outside of the school.'
 			elseif NikoVolkovQW = 10 and NikoEv = 22:
 				gt 'NikoEv2', 'Recovery'
 			end
@@ -228,7 +230,7 @@ if $ARGS[0] = 'main':
 		if LinaSlut > 0 and rand(1,10) < 3:'You see Lina, Dan and Vasily leaving the school together.'
 
 		if Enable_tablemap = 0:
-			if anushkaFirstvisit = 0 and meet_after_school = 1:'<a href="exec:gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a> is leaning against a tree just in front of the school.'
+			if anushkaFirstvisit = 0 and meet_after_school = 1:'<a href="exec: gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a> is leaning against a tree just in front of the school.'
 			if LariskaHomeIn > 0:'<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a> impatiently walks back and fourth across the courtyard, as if she''s waiting for someone.'
 			if JuliaMilLernQW >= 1:'<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milova</a> is sitting somewhere on the school courtyard, reading a book.'
 			if NatashaQW > 0:'<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a> is standing in a corner.'
@@ -244,16 +246,16 @@ if $ARGS[0] = 'main':
 			end
 			if IgorLoverQW > 0 and igorkruglovday ! daystart and IdorBlock = 0:'<a href="exec:minut += 15 & gt ''igorhome'', ''entrance''">Igor Kruglov</a> is talking to some of his friends on the courtyard.'
 			if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
-				'You can see <a href="exec:gt ''FedorEv'', ''Strela Chat''">Fedor</a> sitting in the corner of the schoolyard by himself.'
+				'You can see <a href="exec: gt ''FedorEv'', ''Strela Chat''">Fedor</a> sitting in the corner of the schoolyard by himself.'
 			elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
-				'You can see <a href="exec:gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a> standing by himself with a troubled look on his face.'
+				'You can see <a href="exec: gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a> standing by himself with a troubled look on his face.'
 			elseif fedorKozlovQW >= 10:
-				'You can see <a href="exec:gt ''FedorEv'', ''Start''">Fedor</a> with his backpack around his arm, standing by himself.'
+				'You can see <a href="exec: gt ''FedorEv'', ''Start''">Fedor</a> with his backpack around his arm, standing by himself.'
 			end
 		else
 			!display friends in table if switch is on.
 			st_count=0 & $show_table=''
-			if anushkaFirstvisit = 0 and meet_after_school = 1:gs'show_table','<a href="exec:gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a>','5'
+			if anushkaFirstvisit = 0 and meet_after_school = 1:gs'show_table','<a href="exec: gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a>','5'
 			if LariskaHomeIn > 0:gs'show_table','<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a>','5'
 			if JuliaMilLernQW >= 1:gs'show_table','<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milov</a>','5'
 			if NatashaQW > 0:gs'show_table','<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a>','5'
@@ -267,11 +269,11 @@ if $ARGS[0] = 'main':
 			end
 			if IgorLoverQW > 0 and igorkruglovday ! daystart and IdorBlock = 0:gs'show_table','<a href="exec:minut += 15 & gt ''igorhome'', ''entrance''">Igor Kruglov</a>','5'
 			if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
-				gs'show_table','<a href="exec:gt ''FedorEv'', ''Strela Chat''">','5'
+				gs'show_table','<a href="exec: gt ''FedorEv'', ''Strela Chat''">','5'
 			elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
-				gs'show_table','<a href="exec:gt ''FedorEv2'', ''Fedor Breakup''">','5'
+				gs'show_table','<a href="exec: gt ''FedorEv2'', ''Fedor Breakup''">','5'
 			elseif fedorKozlovQW >= 10:
-				gs'show_table','<a href="exec:gt ''FedorEv'', ''Start''">Fedor</a>','5'
+				gs'show_table','<a href="exec: gt ''FedorEv'', ''Start''">Fedor</a>','5'
 			end
 			if npc_QW['A231'] = 1 or npc_QW['A231'] = 3 or npc_QW['A231'] >= 5:gs'show_table','<a href="exec:minut += 1 & gt ''AleksandraGo'', ''Start''"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></a>','5'
 			if st_count > 0 :
@@ -296,7 +298,7 @@ if $ARGS[0] = 'main':
 		gs 'stat'
 		'A Mitsubishi Pajero and a BMW drive up to the school gates. Strong, muscular guys in leather jackets and tracksuits get out of the cars. They have came to meet Vitek, Dan and Vasily. You watch them talk about something, though you''re not close enough to hear what it''s about. Then you notice Fedor Kozlov leaving school; his face all swollen and bruised. Fedor waves his hand at you, "<<$pcs_nickname>>! Come here, you''re my witness!"'
 
-		act 'Go and see what Fedor needs':gt 'strela'
+		act 'Go and see what Fedor needs': gt 'strela'
 		exit
 	end
 end
@@ -319,9 +321,9 @@ if $ARGS[0] = 'sports':
 	end
 	'There is a football field and around it is a track, often before and after school kids use the field and track.'
 
-	if week = 5 and hour >= 16 and hour <= 18: 'As you pass by the sports field you hear lots of cheering and yelling coming from the younger kids on the field. As you approach you see <a href="exec:gt ''gschool_socialchg1'', ''tLazar''">Lazar</a> is on the football field showing off his skills.'
+	if week = 5 and hour >= 16 and hour <= 18: 'As you pass by the sports field you hear lots of cheering and yelling coming from the younger kids on the field. As you approach you see <a href="exec: gt ''gschool_socialchg1'', ''tLazar''">Lazar</a> is on the football field showing off his skills.'
 
-	if (week = 1 or week = 3) and hour >= 16 and hour <= 18: 'Looking toward what you can barely describe as a running track, you notice <a href="exec:gt ''gschool_socialchg1'', ''tSvyatoslav''">Svyatoslav</a> doing sprints by the football field.'
+	if (week = 1 or week = 3) and hour >= 16 and hour <= 18: 'Looking toward what you can barely describe as a running track, you notice <a href="exec: gt ''gschool_socialchg1'', ''tSvyatoslav''">Svyatoslav</a> doing sprints by the football field.'
 
 	act 'Leave the sports field': minut += 1 & gt 'gschool_grounds', 'main'
 
@@ -354,7 +356,7 @@ if $ARGS[0] = 'sports':
 		*nl
 		'Athletic students of your school and other schools in the area have gathered at the athletics track near your school. Everyone is getting ready for the running competition.'
 		if $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
-			act 'Participate in the 400m sprint event':gt 'gschool_grounds', 'SchoolRun2'
+			act 'Participate in the 400m sprint event': gt 'gschool_grounds', 'SchoolRun2'
 		else
 			'You need to wear exercise clothes to participate.'
 		end
@@ -365,13 +367,22 @@ if $ARGS[0] = 'sports':
 		'Athletic students of your school and other schools in the area have gathered at the athletics track near your school. Everyone is getting ready for the running competition.'
 
 		if $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
-			act 'Participate in the 400m sprint race':gt 'gschool_grounds', 'SchoolRun'
+			act 'Participate in the 400m sprint race': gt 'gschool_grounds', 'SchoolRun'
 		else
 			'You need to wear exercise clothes to participate.'
 		end
 	end
 
 	gs 'family'
+	
+	! Giving football preference, since there''s no indoor option for it.
+	if temper => 15 and sunWeather = 1 and hour > 8 and hour < 12 and week = 6 and fbpickupDay + 14 <= daystart and bbpickupDay ! daystart:
+		*nl
+		'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''fbgameout'', ''start''">football field</a>.'
+	elseif temper => 15 and sunWeather = 1 and hour > 8 and hour < 12 and week = 6 and bbpickupDay + 14 <= daystart and fbpickupDay ! daystart:
+		*nl
+		'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''bbgameout'', ''start''">basketball court</a>.'
+	end
 end
 
 !!School building
@@ -481,7 +492,7 @@ if $ARGS[0] = 'KristinaFight':
 
 	round = 0
 
-	act 'fight':gt 'fight','start'
+	act 'fight': gt 'fight','start'
 end
 
 if $ARGS[0] = 'SchoolRun':
@@ -575,7 +586,7 @@ if $ARGS[0] = 'SchoolRun_result':
 
 	gs 'stat'
 	
-	act 'Return to town':gt 'gschool_grounds', 'main'
+	act 'Return to town': gt 'gschool_grounds', 'main'
 end
 
 if $ARGS[0] = 'SchoolRun2':
@@ -686,7 +697,7 @@ if $ARGS[0] = 'SchoolRun2_result':
 
 	gs 'stat'
 
-	act 'Leave':gt 'gschool_grounds', 'main'
+	act 'Leave': gt 'gschool_grounds', 'main'
 end
 
 if $ARGS[0] = 'change_room':
@@ -722,7 +733,7 @@ if $ARGS[0] = 'change_room':
 		end
 	end
 	*nl
-	'The locker room is accessed through the school gym, and is left unlocked until 18:30 each day, to be utilised by students using the sports ground for training and events outside school hours. The room is cold, damp and filled with lockers, benches, and not much else. You can <a href="exec:gt ''wardrobe'', ''start''">change your outfit</a> by the lockers here'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0,', and <a href="exec:dynamic $pirManage">manage your piercings</a>', '.')+''
+	'The locker room is accessed through the school gym, and is left unlocked until 18:30 each day, to be utilised by students using the sports ground for training and events outside school hours. The room is cold, damp and filled with lockers, benches, and not much else. You can <a href="exec: gt ''wardrobe'', ''start''">change your outfit</a> by the lockers here'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0,', and <a href="exec:dynamic $pirManage">manage your piercings</a>', '.')+''
 
 	if (hour = 18 and minut >= 30) or hour > 18:
 		'The school is closing for the night and you have to leave so you don''t get stuck here all night.'

+ 1 - 1
locations/gschool_lessonsev1.qsrc

@@ -611,7 +611,7 @@ if $ARGS[0] = 'computer':
 	*clr & cla
 	menu_off = 1
 	if fuckornot = 2 and fuckornot_day < daystart - 1:
-!!ToDo: Needs an image
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/computer/computer_class.jpg"></center>'
 		'While working on your computer assignment you get a message from someone, no name is listed. Just has a school ID, you look around to see who might have sent it but no one seems to be paying attention to you, so you can''t tell. All the message says is "Where do you rate?" With a link to a web page.'
 		act 'Ignore it and focus on your school work.': fuckornot_day = daystart + rand(0,2) & gt 'gschool_lessons', 'short_break'
 		act 'Click on the link': $view_location = 'school' & gt 'komp', 'fuckornot'

+ 1 - 1
locations/gschool_lessonsev3.qsrc

@@ -478,7 +478,7 @@ if $ARGS[0] = 'english':
 		school_event_hour = 1
 		scooltiperand = rand(1,5)
 		if scooltiperand = 1:
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big158.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 			'During class, you overhear Radomir bragging to a group a girls about his musical talents, and they''re hanging on his every word. "It''s crazy that you''re not signed to a company yet, Radomir," a girl says dreamily as the other girls sing a chorus of praise and agreement.'
 			*nl
 			'Radomir scoffs and nods his head, "They need to get their shit together because they''re missing out. I''d make them millions!"'

+ 20 - 20
locations/hunterLoveSex.qsrc

@@ -589,7 +589,7 @@ end &! --- din_hunters_sex_misionary_analH ---
 !69
 if $ARGS[0] = 'din_hunters_sex_cumface7':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'mouth', $boy, 1
 	gs 'cum_call', 'face', $boy, 1
 	'<center><H4>Hut</H4></center>'
@@ -655,7 +655,7 @@ end &! --- din_hunters_sex_cumface7 ---
 !in the throat
 if $ARGS[0] = 'din_hunters_sex_cumface6':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
 	'<center><H4>Hut</H4></center>'
@@ -722,7 +722,7 @@ end &! --- din_hunters_sex_cumface6 ---
 !during titfuck
 if $ARGS[0] = 'din_hunters_sex_cumface5':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'face', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cumf50.mp4"></video></center>'
@@ -788,7 +788,7 @@ end &! --- din_hunters_sex_cumface5 ---
 !on the chest
 if $ARGS[0] = 'din_hunters_sex_cumface4':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'stomach', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cumf40.mp4"></video></center>'
@@ -854,7 +854,7 @@ end &! --- din_hunters_sex_cumface4 ---
 !from Masturbation
 if $ARGS[0] = 'din_hunters_sex_cumface3':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	hja += 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cumf30.mp4"></video></center>'
@@ -920,7 +920,7 @@ end &! --- din_hunters_sex_cumface3 ---
 !in the mouth
 if $ARGS[0] = 'din_hunters_sex_cumface2':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'mouth', $boy, 1
 	gs 'stat'
 	'<center><H4>Hut</H4></center>'
@@ -1062,7 +1062,7 @@ end &! --- din_hunters_sex_cumface2 ---
 !on the face
 if $ARGS[0] = 'din_hunters_sex_cumface1':
 	minut += 1
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'face', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cumf10.mp4"></video></center>'
@@ -1127,7 +1127,7 @@ end &! --- din_hunters_sex_cumface1 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum11':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	if protect = 1:
 		'<center><H4>Hut</H4></center>'
 		'<center><video autoplay loop src="images/shared/sex/cum/cum61.jpg"></video></center>'
@@ -1252,7 +1252,7 @@ end &! --- din_hunters_sex_cum11 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum10':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'stomach', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cum110.mp4"></video></center>'
@@ -1316,7 +1316,7 @@ end &! --- din_hunters_sex_cum10 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum9':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'stat'
 	if protect = 1:
 		'<center><H4>Hut</H4></center>'
@@ -1446,7 +1446,7 @@ end &! --- din_hunters_sex_cum9 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum81':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'stat'
 	if protect = 1:
 		'<center><H4>Hut</H4></center>'
@@ -1575,7 +1575,7 @@ end &! --- din_hunters_sex_cum81 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum8':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'stat'
 	if protect = 1:
 	'<center><H4>Hut</H4></center>'
@@ -1703,7 +1703,7 @@ end &! --- din_hunters_sex_cum8 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum7':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'stat'
 	if protect = 1:
 	'<center><H4>Hut</H4></center>'
@@ -1831,7 +1831,7 @@ end &! --- din_hunters_sex_cum7 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum6':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'stat'
 	if protect = 1:
 		'<center><H4>Hut</H4></center>'
@@ -1959,7 +1959,7 @@ end &! --- din_hunters_sex_cum6 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum5':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'butt', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cum5.mp4"></video></center>'
@@ -2024,7 +2024,7 @@ end &! --- din_hunters_sex_cum5 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum41':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'stomach', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cum41.mp4"></video></center>'
@@ -2088,7 +2088,7 @@ end &! --- din_hunters_sex_cum41 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum4':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'butt', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><img <<$set_imgh>> src="images/shared/sex/cum/cum4.jpg"></center>'
@@ -2152,7 +2152,7 @@ end &! --- din_hunters_sex_cum4 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum3':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'butt', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cum3.mp4"></video></center>'
@@ -2218,7 +2218,7 @@ end &! --- din_hunters_sex_cum3 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum2':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'stomach', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cum2.mp4"></video></center>'
@@ -2283,7 +2283,7 @@ end &! --- din_hunters_sex_cum2 ---
 
 if $ARGS[0] = 'din_hunters_sex_cum1':
 	minut += 5
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	gs 'cum_call', 'anus', $boy, 1
 	'<center><H4>Hut</H4></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/cum1.mp4"></video></center>'

+ 80 - 2
locations/lact_lib.qsrc

@@ -5,8 +5,8 @@
 !!	lactation['induced'] = old lactateinduced variable
 !!	lactation['pc_aware'] = old pcs_knowsaboutlactation variable
 !!	lactation['lactaterate'] = old lactaterate variable now in ml*1000
-!!	lactation['breastmv'] = old lactatemv variable now in ml*1000
-!!	lactation['breastmm'] = old lactatemm variable now in ml*1000
+!!	lactation['breastmv'] = old lactatemv variable now in ml*1000 - current milk volume in breasts
+!!	lactation['breastmm'] = old lactatemm variable now in ml*1000 - maximal milk volume
 !!	lactation['prolactinlvl'] = old prolactinlvl variable
 !!	lactation['milkedvolume'] = old milkedvolume variable
 !!	lactation['lactmess'] = old lactatemess variable
@@ -443,6 +443,84 @@ if $ARGS[0] = 'breast_stat_disp':
 	end
 end
 
+if $ARGS[0] = 'breast_stat_icons':
+!! breast status icons
+	if lactation['active'] <= 0 and lactation['growthsoreness_on'] > 0:
+		$stat_lact_msg = 'Your breasts feel sore and swollen.'
+		$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+	elseif lactation['active'] > 0 and lactation['pc_aware'] > 0:
+		if lactation['engorgement'] > 0 and lactation['lactmess'] < 1:
+			$stat_lact_msg = 'Your breasts are so full they hurt.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 3 and $clothingworntype = 'nude':
+			$stat_lact_msg = 'Your breasts are so full they hurt and you can feel milk seeping out, causing you to have a little milk residue around your nipples.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 6 and $clothingworntype = 'nude':
+			$stat_lact_msg = 'Your breasts are so full they hurt and you can feel your milk comming out causing you to have a lot of milk around your nipples.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] >= 6 and $clothingworntype = 'nude':
+			$stat_lact_msg = 'Your breasts are so full they hurt and you can feel your milk spraying out. Your breasts covered with your breast milk.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 3:
+			$stat_lact_msg = 'Your breasts are so full they hurt and you can feel milk seeping out, causing small wet spots on your top.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 6:
+			$stat_lact_msg = 'Your breasts are so full they hurt and you can feel your milk comming out making visible wet circles on your top.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] >= 6:
+			$stat_lact_msg = 'Your breasts are so full they hurt and you can feel your milk spraying out. Your top is drenched with your breast milk.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > lactation['breastmm']*9/10:
+			$stat_lact_msg = 'Your breasts are firm and full from your milk.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > lactation['breastmm']/2:
+			$stat_lact_msg = 'Your breasts are heavy with your milk.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > lactation['breastmm']/4:
+			$stat_lact_msg = 'Your breasts feel slightly heavy from the milk inside.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > 0:
+			$stat_lact_msg = 'Your feel an easy pressure in your breasts from your milk.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		end
+	elseif lactation['active'] > 0 and lactation['pc_aware'] < 1:
+		if lactation['engorgement'] > 0 and lactation['lactmess'] < 1:
+			$stat_lact_msg = 'Your breasts hurt with pressure in them.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 3 and $clothingworntype = 'nude':
+			$stat_lact_msg = 'Your breasts hurt and your nipples are wet.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 6 and $clothingworntype = 'nude':
+			$stat_lact_msg = 'Your breasts hurt and they feel wet, some white liquid around your nipples.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] >= 6 and $clothingworntype = 'nude':
+			$stat_lact_msg = 'Your breasts hurt and a white liquid is spraying out, covering your breasts.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 3:
+			$stat_lact_msg = 'Your breasts hurt and your nipples tingle a little. There are small wet spots on your top.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] < 6:
+			$stat_lact_msg = 'Your breasts hurt and your nipples tingle. There are visible wet circles on your top.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] > 0 and lactation['lactmess'] >= 6:
+			$stat_lact_msg = 'Your breasts hurt and your nipples tingle a lot. Your top is drenched with a warm liquid.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > lactation['breastmm']*9/10:
+			$stat_lact_msg = 'Your breasts feel firm and under pressure.' 
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > lactation['breastmm']/2:
+			$stat_lact_msg = 'Your breasts feel heavy.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > lactation['breastmm']/4:
+			$stat_lact_msg = 'Your breasts feel slightly heavy.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		elseif lactation['engorgement'] < 1 and lactation['breastmv'] > 0:
+			$stat_lact_msg = 'Your feel an easy pressure in your breasts.'
+			$statusIconBarTab_3 += '<td><a href="exec:msg $stat_lact_msg"><img title="<<$stat_lact_msg>>" height = 54 src="images/system/icon/status_icons/lactating.png"></a></td>'
+		end
+	end
+end
+
 !!	function for breast engorment, used in breastcycle
 if $ARGS[0] = 'breast_engorment':
 	!!	relatively easy. if the breasts get full, engorgement will happen.

+ 11 - 11
locations/nichNicholas.qsrc

@@ -105,17 +105,17 @@ elseif $ARGS[0] = 'approach':
 		end
 	end
 	
-	if nichGentleclubEnabled = 1:
-		act 'Club':
-			cla
-			'"Master Nicholas, I was wondering if you would like to go the club like you suggested."'
-			'"Certainly. Lets go."'
-			
-			act 'Go to Club':
-				gt 'nichClub'
-			end
-		end
-	end
+!!	if nichGentleclubEnabled = 1:
+!!		act 'Club':
+!!			cla
+!!			'"Master Nicholas, I was wondering if you would like to go the club like you suggested."'
+!!			'"Certainly. Lets go."'
+!!			
+!!			act 'Go to Club':
+!!				gt 'nichClub'
+!!			end
+!!		end
+!!	end
 	
 	act 'Back':
 		gt $loc, 'return'

+ 10 - 7
locations/parkivent.qsrc

@@ -1070,9 +1070,10 @@ if $ARGS[0] = 'find_baby':
 								milkedvolume = 0
 								minut += temp_var
 								if pcs_mood < 20:
-									act 'Leave him here':
+									act 'Call an ambulance and leave.':
 										*clr & cla
-										'You look around, someone probably left him here for good. You put him back into the crib and leave the baby behind, finishing your walk.'
+										minut += 10
+										'You call an ambulance. It takes them 10 minutes to get here. They take the baby with them and thank you for the report.'
 										act 'Finish your walk': gt $loc, $metka
 									end
 								end
@@ -1091,9 +1092,10 @@ if $ARGS[0] = 'find_baby':
 							end
 						end
 						if pcs_mood < 20:
-							act 'Leave him here':
+							act 'Call an ambulance and leave.':
 								*clr & cla
-								'You look around, someone probably left him here for good. You put him back into the crib and leave the baby behind, finishing your walk.'
+								minut += 10
+								'You call an ambulance. It takes them 10 minutes to get here. They take the baby with them and thank you for the report.'
 								act 'Finish your walk': gt $loc, $metka
 							end
 						end
@@ -1121,10 +1123,11 @@ if $ARGS[0] = 'find_baby':
 				minut += 30
 				act 'Finish': gt 'poli', 'start'
 			end
-			if pcs_mood < 20:
-				act 'Leave him here':
+			if pcs_mood < 20:				
+				act 'Call an ambulance and leave.':
 					*clr & cla
-					'You look around, someone probably left him here for good. You leave the baby behind and finish your walk.'
+					minut += 10
+					'You call an ambulance. It takes them 10 minutes to get here. They take the baby with them and thank you for the report.'
 					act 'Finish your walk': gt $loc, $metka
 				end
 			end

+ 255 - 71
locations/phone_selfies.qsrc

@@ -1,5 +1,36 @@
 # phone_selfies
 
+!{ HOW TO USE:
+- UNLOCKING A PICTURE:
+	There are different types of pictures that can be viewed with the phone. These need to be unlocked for them to become viewable.
+	This is done by setting the correct variable to 1 INSIDE the event itself.
+	<<npcname>> should be replaced by the name of the npc for who you want to unlock something.	
+	- Pictures Sveta gets sent by an npc:
+		<<npcname>>[i] = 1
+	- Pictures Sveta takes herself with an npc:
+		<<npcname>>sveta[i] = 1
+	- Explicit pictures from an npc (could include Sveta):
+		<<npcname>>sex[i] = 1
+	- Pictures Sveta takes of an npc:
+		<<npcname>>photo[i] = 1
+	- Pictures Sveta takes of herself:
+		Here the code is run through the camera option on the phone and it will automatically unlock the correct picture.
+- INCREASE THE PICTURE COUNTER IN THIS FILE:
+	NPC Pictures:
+		As pictures are added the number in 'listretrieve2' inside this file needs to be increased by the amount of pictures you are adding.
+		- loopmax:
+			For selfies sent by an npc
+		- loopmaxsveta:
+			For selfies with an npc taken on Sveta''s phone
+		- loopmaxsex:
+			For explicit selfies
+		- loopmaxev:
+			For pictures Sveta takes of an npc
+	SVETA SELFIES:
+		The total amounts are kept in 'telefon', 'Phone_selfie_totals'.
+		Increase the correct variable in there to have it added to the phone.
+}
+
 if $ARGS[0] = 'selfies':
 	menu_off = 0
 	gs 'telefon', 'Phone_selfie_totals'
@@ -173,493 +204,633 @@ end
 
 if $ARGS[0] = 'listretrieve2':
 	if numnpc = 1:
-		'<center><h4><font color="maroon">Dimka selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Dimka pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/dimka/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/dimka/selfies/'
 		$selfienpc = 'dimka'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 2:
-		'<center><h4><font color="maroon">Artem selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Artem pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/artem/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/artem/selfies/'
 		$selfienpc = 'artem'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 3:
-		'<center><h4><font color="maroon">Ivan selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Ivan pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/ivan/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/ivan/selfies/'
 		$selfienpc = 'ivan'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 4:
-		'<center><h4><font color="maroon">Igor selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Igor pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/igor/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/igor/selfies/'
 		$selfienpc = 'igor'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 5:
-		'<center><h4><font color="maroon">Fedor selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Fedor pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/fedor/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/fedor/selfies/'
 		$selfienpc = 'fedor'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 6:
-		'<center><h4><font color="maroon">Petka selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Petka pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/petka/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/petka/selfies/'
 		$selfienpc = 'petka'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 7:
-		'<center><h4><font color="maroon">Lesco selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lesco pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lesco/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lesco/selfies/'
 		$selfienpc = 'lesco'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 8:
-		'<center><h4><font color="maroon">Svyatoslav selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Svyatoslav pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/svyatoslav/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/svyatoslav/selfies/'
 		$selfienpc = 'svyatoslav'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 9:
-		'<center><h4><font color="maroon">Vitek selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Vitek pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/vitek/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/vitek/selfies/'
 		$selfienpc = 'vitek'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 10:
-		'<center><h4><font color="maroon">Dan selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Dan pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/dan/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/dan/selfies/'
 		$selfienpc = 'dan'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 11:
-		'<center><h4><font color="maroon">Vasily selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Vasily pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/vasily/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/vasily/selfies/'
 		$selfienpc = 'vasily'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 12:
-		'<center><h4><font color="maroon">Julia selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Julia pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/julia/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/julia/selfies/'
 		$selfienpc = 'julia'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 13:
-		'<center><h4><font color="maroon">Lariska selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lariska pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lariska/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lariska/selfies/'
 		$selfienpc = 'lariska'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 14:
-		'<center><h4><font color="maroon">Katja selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Katja pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/katja/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/katja/selfies/'
 		$selfienpc = 'katja'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 15:
-		'<center><h4><font color="maroon">Vicky selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Vicky pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/vicky/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/vicky/selfies/'
 		$selfienpc = 'vicky'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 16:
-		'<center><h4><font color="maroon">Natasha selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Natasha pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/natasha/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/natasha/selfies/'
 		$selfienpc = 'natasha'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 17:
-		'<center><h4><font color="maroon">Inna selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Inna pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/inna/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/inna/selfies/'
 		$selfienpc = 'inna'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 18:
-		'<center><h4><font color="maroon">Christina selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Christina pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/christina/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/christina/selfies/'
 		$selfienpc = 'christina'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 19:
-		'<center><h4><font color="maroon">Lina selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lina pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lina/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lina/selfies/'
 		$selfienpc = 'lina'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 20:
-		'<center><h4><font color="maroon">Lena selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lena pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lena/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lena/selfies/'
 		$selfienpc = 'lena'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 21:
-		'<center><h4><font color="maroon">Lera selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lera pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lera/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lera/selfies/'
 		$selfienpc = 'lera'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 22:
-		'<center><h4><font color="maroon">Bella selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Bella pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/bella/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/bella/selfies/'
 		$selfienpc = 'bella'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 23:
-		'<center><h4><font color="maroon">Albina selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Albina pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/albina/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/albina/selfies/'
 		$selfienpc = 'albina'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 24:
-		'<center><h4><font color="maroon">Pauline selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Pauline pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/pauline/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/pauline/selfies/'
 		$selfienpc = 'pauline'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 25:
-		'<center><h4><font color="maroon">Sonia selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Sonia pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/sonia/'
 		$imgloc = 'images/characters/pavlovsk/school/girl/sonia/selfies/'
 		$selfienpc = 'sonia'
+		loopmaxev = 0
 		loopmax = 45
 		loopmaxsveta = 25
 		loopmaxsex = 9
 	elseif numnpc = 26:
-		'<center><h4><font color="maroon">Anatoly selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Anatoly pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/anatoly/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/anatoly/selfies/'
 		$selfienpc = 'anatoly'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 28:
-		'<center><h4><font color="maroon">Stepfather selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Stepfather pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/vladimir/'
 		$imgloc = 'images/characters/pavlovsk/resident/vladimir/selfies/'
 		$selfienpc = 'vladimir'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 29:
-		'<center><h4><font color="maroon">Mother selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Mother pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/mom/'
 		$imgloc = 'images/characters/pavlovsk/resident/mom/selfies/'
 		$selfienpc = 'mom'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 33:
-		'<center><h4><font color="maroon">Anya selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Anya pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/anya/'
 		$imgloc = 'images/characters/pavlovsk/resident/anya/selfies/'
 		$selfienpc = 'anya'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 34:
-		'<center><h4><font color="maroon">Kolka selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Kolka pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/kolka/'
 		$imgloc = 'images/characters/pavlovsk/resident/kolka/selfies/'
 		$selfienpc = 'kolka'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 35:
-		'<center><h4><font color="maroon">Father selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Father pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/???/'
 !! Where are these located?
 		$imgloc = 'images/characters/pavlovsk/resident/???/selfies/'
 		$selfienpc = 'father'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 54:
-		'<center><h4><font color="maroon">Uncle Misha selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Uncle Misha pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/misha/'
 		$imgloc = 'images/characters/pavlovsk/resident/misha/selfies/'
 		$selfienpc = 'misha'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 56:
-		'<center><h4><font color="maroon">Roma selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Roma pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/roma/'
 		$imgloc = 'images/characters/pavlovsk/resident/roma/selfies/'
 		$selfienpc = 'roma'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 57:
-		'<center><h4><font color="maroon">Rex selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Rex pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/rex/'
 		$imgloc = 'images/characters/pavlovsk/resident/rex/selfies/'
 		$selfienpc = 'rex'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 69:
-		'<center><h4><font color="maroon">Mikhail selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Mikhail pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/mikhail/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/mikhail/selfies/'
 		$selfienpc = 'coachmikhail'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 54:
-		'<center><h4><font color="maroon">Sergey selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Sergey pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/sergey/'
 		$imgloc = 'images/characters/pavlovsk/resident/sergey/selfies/'
 		$selfienpc = 'sergey'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 128:
-		'<center><h4><font color="maroon">Makar selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Makar pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/makar/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/makar/selfies/'
 		$selfienpc = 'makar'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 129:
-		'<center><h4><font color="maroon">Serafim selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Serafim pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/serafim/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/serafim/selfies/'
 		$selfienpc = 'serafim'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 130:
-		'<center><h4><font color="maroon">Ilya selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Ilya pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/ilya/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/ilya/selfies/'
 		$selfienpc = 'ilya'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 131:
-		'<center><h4><font color="maroon">Viktor selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Viktor pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/viktor/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/viktor/selfies/'
 		$selfienpc = 'viktor'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 132:
-		'<center><h4><font color="maroon">Ruslan selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Ruslan pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/ruslan/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/ruslan/selfies/'
 		$selfienpc = 'ruslan'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 133:
-		'<center><h4><font color="maroon">Rolan selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Rolan pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/rolan/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/rolan/selfies/'
 		$selfienpc = 'rolan'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 134:
-		'<center><h4><font color="maroon">Aleksandrina selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Aleksandrina pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/aleksandrina/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/aleksandrina/selfies/'
 		$selfienpc = 'aleksandrina'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 135:
-		'<center><h4><font color="maroon">Yeva selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Yeva pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/yeva/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/yeva/selfies/'
 		$selfienpc = 'yeva'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 136:
-		'<center><h4><font color="maroon">Olga selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Olga pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/olga/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/olga/selfies/'
 		$selfienpc = 'olga'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 137:
-		'<center><h4><font color="maroon">Raven selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Raven pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/raven/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/raven/selfies/'
 		$selfienpc = 'raven'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 138:
-		'<center><h4><font color="maroon">Arina selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Arina pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/arina/'
 		$imgloc = 'images/characters/pavlovsk/school/teacher/arina/selfies/'
 		$selfienpc = 'arina'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 139:
-		'<center><h4><font color="maroon">Stasya selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Stasya pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/stasya/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/stasya/selfies/'
 		$selfienpc = 'stasya'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 140:
-		'<center><h4><font color="maroon">Lizaveta selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lizaveta pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lizaveta/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lizaveta/selfies/'
 		$selfienpc = 'lizaveta'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 141:
-		'<center><h4><font color="maroon">Veronika selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Veronika pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/veronika/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/veronika/selfies/'
 		$selfienpc = 'veronika'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 142:
-		'<center><h4><font color="maroon">Zinaida selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Zinaida pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/zinaida/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/zinaida/selfies/'
 		$selfienpc = 'zinaida'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 143:
-		'<center><h4><font color="maroon">Alyona selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Alyona pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/alyona/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/alyona/selfies/'
 		$selfienpc = 'alyona'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 144:
-		'<center><h4><font color="maroon">Anushka selfies</font></h4></center>'	
+		'<center><h4><font color="maroon">Anushka pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/anushka/'	
 		$imgloc = 'images/characters/pavlovsk/school/girl/anushka/selfies/'
 		$selfienpc = 'anushka'
+		loopmaxev = 6
 		loopmax = 22
-		loopmaxsveta = 0
+		loopmaxsveta = 2
 		loopmaxsex = 7
 	elseif numnpc = 145:
-		'<center><h4><font color="maroon">Ekaterina selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Ekaterina pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/ekaterina/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/ekaterina/selfies/'
 		$selfienpc = 'ekaterina'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 146:
-		'<center><h4><font color="maroon">Marcus selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Marcus pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/marcus/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/marcus/selfies/'
 		$selfienpc = 'marcus'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 147:
-		'<center><h4><font color="maroon">Andrey selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Andrey pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/andrey/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/andrey/selfies/'
 		$selfienpc = 'andrey'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 148:
-		'<center><h4><font color="maroon">Mefodiy selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Mefodiy pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/mefodiy/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/mefodiy/selfies/'
 		$selfienpc = 'mefodiy'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 149:
-		'<center><h4><font color="maroon">Lazar selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lazar pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lazar/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lazar/selfies/'
 		$selfienpc = 'lazar'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 150:
-		'<center><h4><font color="maroon">Erast selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Erast pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/erast/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/erast/selfies/'
 		$selfienpc = 'erast'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 151:
-		'<center><h4><font color="maroon">Evgeny selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Evgeny pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/evgeny/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/evgeny/selfies/'
 		$selfienpc = 'evgeny'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 152:
-		'<center><h4><font color="maroon">Feofan selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Feofan pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/feofan/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/feofan/selfies/'
 		$selfienpc = 'feofan'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 153:
-		'<center><h4><font color="maroon">Gerasim selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Gerasim pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/gerasim/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/gerasim/selfies/'
 		$selfienpc = 'gerasim'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 154:
-		'<center><h4><font color="maroon">Radomir selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Radomir pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/radomir/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/radomir/selfies/'
 		$selfienpc = 'radomir'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 155:
-		'<center><h4><font color="maroon">Lavrenti selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Lavrenti pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/lavrenti/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/lavrenti/selfies/'
 		$selfienpc = 'lavrenti'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 156:
-		'<center><h4><font color="maroon">Arkadi selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Arkadi pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/arkadi/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/arkadi/selfies/'
 		$selfienpc = 'arkadi'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 157:
-		'<center><h4><font color="maroon">Roman selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Roman pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/roman/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/roman/selfies/'
 		$selfienpc = 'roman'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 158:
-		'<center><h4><font color="maroon">Valentin selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Valentin pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/valentin/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/valentin/selfies/'
 		$selfienpc = 'valentin'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 159:
-		'<center><h4><font color="maroon">Petia selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Petia pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/petia/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/petia/selfies/'
 		$selfienpc = 'petia'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 165:
-		'<center><h4><font color="maroon">Vanya selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Vanya pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/vanya/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/vanya/selfies/'
 		$selfienpc = 'vanya'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
 	elseif numnpc = 189:
-		'<center><h4><font color="maroon">Nikolai selfies</font></h4></center>'
+		'<center><h4><font color="maroon">Nikolai pictures</font></h4></center>'
+		$photoloc = 'images/pc/pictures/nikolai/'
 		$imgloc = 'images/characters/pavlovsk/school/boy/nikolai/selfies/'
 		$selfienpc = 'nikolai'
+		loopmaxev = 0
 		loopmax = 0
 		loopmaxsveta = 0
 		loopmaxsex = 0
@@ -667,6 +838,19 @@ if $ARGS[0] = 'listretrieve2':
 		!! New npcs with selfies should be included above
 	end
 	
+	if loopmaxev > 0:
+		*nl
+		'<center><b>Pictures</b></center>'
+		*nl
+		
+		i = 1
+		:temp_loopev
+            dynamic '$selfie = <<$selfienpc>>photo[<<i>>]'
+            if $selfie = 1: *p '<a href="exec:view''<<$photoloc>><<i>>.jpg''"><img src="<<$photoloc>><<i>>.jpg"     height="150" /></a>  '
+            i += 1
+        if i <= loopmax: jump'temp_loopev'
+	end
+	
 	if loopmax > 0:
 		*nl
 		'<center><b>Regular selfies</b></center>'

+ 14 - 28
locations/poli.qsrc

@@ -1703,39 +1703,25 @@ if $ARGS[0] = 'milk_donation':
 			end
 			lactation['nipple_cream_applied'] = 0
 			minut += 15
-			if lactation['breastmv'] > lactation['breastmm']/2:
+			if lactation['breastmv'] > lactation['breastmm']/2 and lactation['breastmv'] >= 100000:
 				'The employee looks at your breasts'
 				'Nurse: It seems there is still some milk left, do you want to donate more?'
 				act 'have your breasts pumped again': gt 'poli','milk_donation'
-				act 'enough for today':
-					*clr & cla
-					gs 'stat'
-					if lact_ev['poli_donationsessioncount'] > 0:
-						money += lact_ev['poli_donatemoney']
-						'You put on your top, and the employee hands you <<lact_ev[''poli_donatemoney'']>><b>₽</b> for your donated breast milk.'
-					else
-						'You put on your top'
-					end
-					act 'leave':
-						lact_ev['poli_milkedvolume'] = 0
-						gt 'poli', 'milk_donation_room'
-					end
-				end
 			else
 				act 'ask to donate more': gt 'poli','milk_donation'
-				act 'enough for today':
-					*clr & cla
-					gs 'stat'
-					if lact_ev['poli_donationsessioncount'] > 0:
-						money += lact_ev['poli_donatemoney']
-						'You put on your top, and the employee hands you <<lact_ev[''poli_donatemoney'']>><b>₽</b> for your donated breast milk.'
-					else
-						'You put on your top'
-					end
-					act 'leave':
-						lact_ev['poli_milkedvolume'] = 0
-						gt 'poli', 'milk_donation_room'
-					end
+			end
+			act 'enough for today':
+				*clr & cla
+				gs 'stat'
+				if lact_ev['poli_donationsessioncount'] > 0:
+					money += lact_ev['poli_donatemoney']
+					'You put on your top, and the employee hands you <<lact_ev[''poli_donatemoney'']>><b>₽</b> for your donated breast milk.'
+				else
+					'You put on your top'
+				end
+				act 'leave':
+					lact_ev['poli_milkedvolume'] = 0
+					gt 'poli', 'milk_donation_room'
 				end
 			end
 		end

+ 18 - 0
locations/saveupdater.qsrc

@@ -646,7 +646,25 @@ if fuckornot_update = 0:
 	hotcat_rating['A145'] = 5
 end
 
+
 if wombfather_update = 0: wombfather_update = 1 & gs 'din_bad'
 
+!! This will unlock the Anushka photos if a player has already done the event.
+if showerphotos = 1 and showerphotosupdater = 0:
+	showerphotosupdater = 1
+	anushkaphoto[1] = 1
+	anushkaphoto[2] = 1
+	anushkaphoto[3] = 1
+	anushkaphoto[4] = 1
+	anushkaphoto[5] = 1
+	anushkaphoto[6] = 1
+end
+
+!! Changes to the pregnancy due date dynamic format
+if pregdateupdate = 0:
+    gs 'din_bad'
+    pregdateupdate = 1
+end
+
 --- saveupdater ---------------------------------
 

File diff suppressed because it is too large
+ 707 - 276
locations/stat_display.qsrc


+ 3 - 3
locations/swamp_yard.qsrc

@@ -24,9 +24,9 @@ if $ARGS[0] = 'start':
 	$dirty_swamp_yard = {
 		cla
 		*clr
-		if dirty_swamp_yard < 10:minut += 60 & pcs_sweat += 10
-		if dirty_swamp_yard >= 10 and dirty_swamp_yard < 20:minut += 120 & pcs_sweat += 20
-		if dirty_swamp_yard >= 20:minut += 180 & pcs_sweat += 30
+		if dirty_swamp_yard < 10:minut += 60 & gs 'sweat', 'add', 10
+		if dirty_swamp_yard >= 10 and dirty_swamp_yard < 20:minut += 120 & gs 'sweat', 'add', 20
+		if dirty_swamp_yard >= 20:minut += 180 & gs 'sweat', 'add', 30
 		if huntersAndreiQw < 15:huntersAndreiQw += 1
 		if huntersIgorQw < 15:huntersIgorQw += 1
 		if huntersSergeiQw < 15:huntersSergeiQw += 1

+ 3 - 3
locations/swamphouse.qsrc

@@ -1826,9 +1826,9 @@ if $ARGS[0] = 'dirty_swamphouse':
 	cla
 	*clr
 	menu_off = 1
-	if dirty_swamphouse < 10:minut += 60 & pcs_sweat += 10
-	if dirty_swamphouse < 20:minut += 120 & pcs_sweat += 20
-	if dirty_swamphouse >= 20:minut += 180 & pcs_sweat += 30
+	if dirty_swamphouse < 10:minut += 60 & gs 'sweat', 'add', 10
+	if dirty_swamphouse < 20:minut += 120 & gs 'sweat', 'add', 20
+	if dirty_swamphouse >= 20:minut += 180 & gs 'sweat', 'add', 30
 	if huntersAndreiQw < 15:huntersAndreiQw += 1
 	if huntersIgorQw < 15:huntersIgorQw += 1
 	if huntersSergeiQw < 15:huntersSergeiQw += 1

+ 5 - 0
locations/themes.qsrc

@@ -3,6 +3,7 @@
 !night_mode 0: dynamic
 !night_mode 1: black
 !night_mode 2: grey
+!night_mode 3: white
 !night_mode 99: no theme (may break tables)
 
 !outdoor theme 0 is dynamic, and changes colour with time of day.
@@ -32,6 +33,10 @@ if $ARGS[0] = 'outdoors':
 		fcolor = rgb(255, 255, 255)
 		bcolor = rgb(20, 20, 20)
 		lcolor = rgb(106, 90, 205)
+	elseif night_mode = 3:
+		bcolor = rgb(255, 255, 255)
+		lcolor = rgb(106, 90, 205)
+		fcolor = rgb(0, 0, 0)
 	elseif night_mode = 99:
 		killvar 'fcolor'
 		killvar 'bcolor'

+ 5 - 10
locations/wardrobe.qsrc

@@ -14,8 +14,7 @@ if $ARGS[0] = 'start':
 		gs 'clothing', 'strip'
 	end
 	if ward_img_hgt = 0:ward_img_hgt = 150
-	'<h3><center><b><font color="maroon">Wardrobe overview</b></h3><br><center><font color="maroon">These are the clothes you are currently wearing - Click on an item to change it</font></center>'
-	'<br><center><table border=0 cellspacing=<<ward_img_hgt/25>> cellpadding=5>'
+	'<h3><center><b><font color="maroon">Wardrobe overview</b></h3><br><center><font color="maroon">These are the clothes you are currently wearing - Click on an item to change it</font></center><center><table border=0 cellspacing=<<ward_img_hgt/25>> cellpadding=5>'
 	*p '<TH>Bra worn</TH><TH>Outfit worn</TH><TH>Coat (only worn outside when cold)</TH>'
 	*P '<TR><TD><center><a href="exec:gt ''bras'', ''view_bra_list'', ''wardrobe''"><img Height = <<ward_img_hgt>> src="<<FUNC(''$body_image'',''bra'')>>"></a></center></TD><TD><center><a href="exec:gt ''clothing_QV'', ''list''"><img Height = <<ward_img_hgt * 2>> src="<<FUNC(''$body_image'',''clothes'')>>"></a></center></TD><TD><center>'
 	if defaultcoat = 0:
@@ -23,8 +22,7 @@ if $ARGS[0] = 'start':
 	else
 		'<a href="exec:gt ''cloakroom'', ''view_coat_list''"><img Height = <<ward_img_hgt * 2>> src="<<FUNC(''$body_image'', ''coat'')>>"></a>'
 	end
-	'</center></TD>'
-	'<TR><TD><center>'
+	'</center></TD><TR><TD><center>'
 	if $braworntype ! 'none':
 		'<a href="exec:gs ''bras'', ''remove'' & gt ''wardrobe'', ''start''">Remove</a>'
 	else
@@ -51,8 +49,7 @@ if $ARGS[0] = 'start':
 	else
 		'<a href="exec:gt ''purses'', ''view_purse_list''">Search the wardrobe</a>'
 	end
-	'</center></TD>'
-	'<TR><TD><center>'
+	'</center></TD><TR><TD><center>'
 	if $pantyworntype ! 'none':
 		'<a href="exec:gs ''panties'', ''remove'' & gt ''wardrobe'', ''start''">Remove</a>'
 	else
@@ -70,8 +67,7 @@ if $ARGS[0] = 'start':
 	else
 		'Remove'
 	end
-	'</center></TD>'
-	'<TR><TD><TD><center>'
+	'</center></TD><TR><TD><TD><center>'
 	if ($clothingworntype ! 'nude' and (defaultcoat > 0 or bag > 0)) or (defaultcoat > 0 and bag > 0):
 		'<a href="exec:gs ''wardrobe'', ''removeall'' & gt ''wardrobe'', ''start''">Remove all items</a>'
 	else
@@ -79,8 +75,7 @@ if $ARGS[0] = 'start':
 	end
 	*nl
 	'<center><font color="grey">Save/load outfits with "Managed saved clothing sets".</font></center>'
-	'<TD></center></TD>'
-	'</table></center>'
+	'<TD></center></TD></table></center>'
 	act 'Close wardrobe': killvar '$wloc' & gt $loc, $metka
 
 	act 'Strip all clothing':

Some files were not shown because too many files changed in this diff