Browse Source

[added] New Artem uni content by Nutluck

bgkjdgbizgblzdgbr 1 week ago
parent
commit
2093b2f942

+ 5 - 0
glife.qproj

@@ -541,10 +541,15 @@
 		<Location name="dinnpc"/>
 	</Folder>
 	<Folder name="Artem Chebotarev">
+		<Location name="artem_chebotarev_schedule"/>
 		<Location name="artem_events"/>
 		<Location name="artemhome"/>
 		<Location name="artem_date_events"/>
 		<Location name="artem_sex"/>
+		<Location name="artem_dorm"/>
+		<Location name="artem_date_events_uni"/>
+		<Location name="artem_sex_uni"/>
+		<Location name="artem_nush_sex_uni"/>
 	</Folder>
 	<Folder name="Igor Kruglov">
 		<Location name="igorev"/>

+ 364 - 0
locations/artem_chebotarev_schedule.qsrc

@@ -0,0 +1,364 @@
+# artem_chebotarev_schedule
+!!2023/05/02
+
+
+$locat['A2'] = 0
+
+if yearstart = 1:
+	!! Schedule for school year not yet done
+else
+	if university['semester_week'] > 0:
+		if week < 6:
+			if hour < 7:
+				!!Dormroom - Asleep
+				$locat['A2'] = 'dormroom_asleep'
+			elseif hour = 7 and minut < 15:
+				!!Shared Dorm Shower - Taking A shower.
+				$locat['A2'] = 'dorm_shared_shower'
+			elseif hour = 7 and minut < 30:
+				!!Shared Kitchen - Eating Breakfast
+				$locat['A2'] = 'dorm_shared_kitchen_breakfast'
+			elseif hour < 9:
+				!!IDormroom - studying before classes class
+				$locat['A2'] = 'dormroom_ studying_or _relaxing'
+			elseif hour < 12:
+				if week = 5:
+					!!IDormroom - studying or relaxing
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'
+				elseif hour = 11 and minut >= 30:
+					if sunWeather = 1 and temper > 15:
+						!!IUniversity grounds - waiting for class
+						$locat['A2'] = 'uni_grounds_waiting_for_class'
+					else
+						!!University student center?? - waiting for class
+						$locat['A2'] = 'uni_student_center_waiting_for_class'
+					end
+				else
+					!!University classsroom  - attending lecture
+					$locat['A2'] = 'uni_attending_class'
+				end
+			elseif hour < 13:
+				if minut < 30:
+					if week < 5:
+						!!University classsroom  - attending lecture
+						$locat['A2'] = 'uni_attending_class'
+					else
+						!!IDormroom - studying or relaxing
+						$locat['A2'] = 'dormroom_ studying_or _relaxing'
+					end
+				else
+					!!University cafe - eating lunch
+					$locat['A2'] = 'uni_cafe_lunch'
+				end
+			elseif hour < 14:
+				if week < 5:
+					if minut < 15:
+						if sunWeather = 1 and temper > 15:
+							!!IUniversity grounds - waiting for class
+							$locat['A2'] = 'uni_grounds_waiting_for_class'
+						else
+							!!University student center?? - waiting for class
+							$locat['A2'] = 'uni_student_center_waiting_for_class'
+						end
+					else
+						!!University classsroom  - attending lecture
+						$locat['A2'] = 'uni_attending_class'
+					end
+				else
+					!!IDormroom - studying or relaxing
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'
+				end
+			elseif hour < 15:
+				if week < 5:
+					if minut > 45:
+						if sunWeather = 1 and temper > 15:
+							!!IUniversity grounds - waiting for class
+							$locat['A2'] = 'uni_grounds_waiting_for_class'
+						else
+							!!University student center?? - waiting for class
+							$locat['A2'] = 'uni_student_center_waiting_for_class'
+						end
+					else
+						!!University classsroom  - attending lecture
+						$locat['A2'] = 'uni_attending_class'
+					end
+				else
+					!!IDormroom - studying or relaxing
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'
+				end
+			elseif hour < 17:
+				!!ILibrary - studying
+				$locat['A2'] = 'library_ studying'
+			elseif hour < 18:
+				!!Shared kitchen cooking and eating dinner
+				$locat['A2'] ='shared_kitchen_dinner'
+			elseif hour < 22:
+				if week mod 2 = 0:
+					!!ICoffee Hole or friends place
+					$locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places'
+				else
+					!!IDormroom - studying or relaxing
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'				
+				end
+			else
+				!!Dormroom - sleeping
+				$locat['A2'] = 'dormroom_asleep'
+			end
+		elseif week = 6:
+			if hour < 7:
+				!!Dormroom - Asleep
+				$locat['A2'] = 'dormroom_asleep'
+			elseif hour = 7 and minut < 15:
+				!!Shared Dorm Shower - Taking A shower.
+				$locat['A2'] = 'dorm_shared_shower'
+			elseif hour = 7 and minut < 30:
+				!!Shared Kitchen - Eating Breakfast
+				$locat['A2'] = 'dorm_shared_kitchen_breakfast'
+			elseif hour = 7 and minut < 45:
+				!!IMetro/City Train Station - getting to the station to take take the train to pav.
+				$locat['A2'] = 'traveling_in_city_dorm_to_train_station'
+			elseif hour < 9:
+				!!ITrain - traveling to Pav
+				$locat['A2'] = 'train_city_to_pav'
+			elseif hour = 9 and minut < 15:
+				!!Pav streets - walking the parents home home. 
+				$locat['A2'] = 'walking_in_pav_station_to_five_eight'
+			elseif hour < 22:
+				!!In parents apartment
+				$locat['A2'] = 'parents_apartment'
+			elseif hour < 23:
+				!!In parents apartment getting ready for bed
+				$locat['A2'] = 'parents_apartment_getting ready for bed'
+			else
+				!!In parents apartment asleep
+				$locat['A2'] = 'parents_asleep'
+			end
+		else
+			if hour < 7:
+				!!In parents apartment asleep
+				$locat['A2'] = 'parents_asleep'
+			elseif hour  < 8:
+				!!In parents apartment getting up
+				$locat['A2'] = 'parents_getting_out_of_bed'
+			elseif hour < 21:
+				!!In parents apartment
+				$locat['A2'] = 'parents_apartment'
+			elseif hour = 21 and minut < 45:
+				!!Pav streets - walks to the train station/waiting at the platform
+				$locat['A2'] = 'traveling_pav_fice_eight_to_train_station'
+			elseif hour = 21 or (hour < 23 and minut < 15):
+				!!Train - traveling from Pav to the city.
+				$locat['A2'] = 'train_pav_to_city'
+			elseif hour < 23 and minut < 20:
+				!!Metro - traveling from the trainstation to the dorm
+				$locat['A2'] = 'traveling_in_city_train_station_to_dorm'
+			else
+				!!Dormroom - sleeping. 
+				$locat['A2'] = 'dormroom_asleep'
+			end
+		end
+	elseif university['exam_week'] > 0:
+		if week < 6:
+			if hour < 7:
+				!!Dormroom - Asleep
+				$locat['A2'] = 'dormroom_asleep'
+			elseif hour = 7 and minut < 15:
+				!!Shared Dorm Shower - Taking A shower.
+				$locat['A2'] = 'dorm_shared_shower'
+			elseif hour = 7 and minut < 30:
+				!!Shared Kitchen - Eating Breakfast
+				$locat['A2'] = 'dorm_shared_kitchen_breakfast'
+			elseif hour < 9:
+				!!IDormroom - studying before classes class
+				$locat['A2'] = 'dormroom_ studying_or _relaxing'
+			elseif hour < 12:
+				if week = 4 or (week = 2 and university['exam_week'] = 2):
+					!!Classroom - taking a exam
+					$locat['A2'] = 'taking_uni_exam'
+				elseif (university['exam_week'] = 2 and week = 5):
+					!!Out with friends celebrating exam is over
+					$locat['A2'] = 'celebrating_exam_is_over'
+				else
+					!!ILibrary - studying
+					$locat['A2'] = 'library_ studying'
+				end
+			elseif hour < 13:
+					!!University cafe - eating lunch
+					$locat['A2'] = 'uni_cafe_lunch'
+			elseif hour < 17:
+				if university['exam_week'] = 2 and week > 3:
+					!!Out with friends celebrating exam is over
+					$locat['A2'] = 'celebrating_exam_is_over'
+				else
+					!!IDormroom - studying
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'
+				end
+			elseif hour < 18:
+				if university['exam_week'] = 2 and week > 3:
+					!!Out with friends celebrating exam is over
+					$locat['A2'] = 'celebrating_exam_is_over'
+				else
+					!!Shared kitchen cooking and eating dinner
+					$locat['A2'] ='shared_kitchen_dinner'
+				end
+			elseif hour < 22:
+				if week mod 2 = 0:
+					!!ICoffee Hole or friends place
+					$locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places'
+				elseif university['exam_week'] = 2 and week = 5:
+					!!Out with friends celebrating exam is over
+					$locat['A2'] = 'celebrating_exam_is_over'
+				else
+					!!IDormroom - studying or relaxing
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'				
+				end
+			else
+				!!Dormroom - sleeping
+				$locat['A2'] = 'dormroom_asleep'
+			end
+		elseif week = 6:
+			if hour < 7:
+				!!Dormroom - Asleep
+				$locat['A2'] = 'dormroom_asleep'
+			elseif hour = 7 and minut < 15:
+				!!Shared Dorm Shower - Taking A shower.
+				$locat['A2'] = 'dorm_shared_shower'
+			elseif hour = 7 and minut < 30:
+				!!Shared Kitchen - Eating Breakfast
+				$locat['A2'] = 'dorm_shared_kitchen_breakfast'
+			elseif hour = 7 and minut < 45:
+				!!IMetro/City Train Station - getting to the station to take take the train to pav.
+				$locat['A2'] = 'traveling_in_city_dorm_to_train_station'
+			elseif hour < 9:
+				!!ITrain - traveling to Pav
+				$locat['A2'] = 'train_city_to_pav'
+			elseif hour = 9 and minut < 15:
+				!!Pav streets - walking the parents home home. 
+				$locat['A2'] = 'walking_in_pav_station_to_five_eight'
+			elseif hour < 22:
+				!!In parents apartment
+				$locat['A2'] = 'parents_apartment'
+			elseif hour < 23:
+				!!In parents apartment getting ready for bed
+				$locat['A2'] = 'parents_apartment_getting ready for bed'
+			else
+				!!In parents apartment asleep
+				$locat['A2'] = 'parents_asleep'
+			end
+		else
+			if hour < 7:
+				!!In parents apartment asleep
+				$locat['A2'] = 'parents_asleep'
+			elseif hour  < 8:
+				!!In parents apartment getting up
+				$locat['A2'] = 'parents_getting_out_of_bed'
+			elseif hour < 21:
+				!!In parents apartment
+				$locat['A2'] = 'parents_apartment'
+			elseif hour = 21 and minut < 45:
+				!!Pav streets - walks to the train station/waiting at the platform
+				$locat['A2'] = 'traveling_pav_fice_eight_to_train_station'
+			elseif hour = 21 or (hour < 23 and minut < 15):
+				!!Train - traveling from Pav to the city.
+				$locat['A2'] = 'train_pav_to_city'
+			elseif hour < 23 and minut < 20:
+				!!Metro - traveling from the trainstation to the dorm
+				$locat['A2'] = 'traveling_in_city_train_station_to_dorm'
+			else
+				!!Dormroom - sleeping. 
+				$locat['A2'] = 'dormroom_asleep'
+			end
+		end
+	else
+		if week < 6:
+			if hour < 7:
+				!!Dormroom - Asleep
+				$locat['A2'] = 'dormroom_asleep'
+			elseif hour = 7 and minut < 15:
+				!!Shared Dorm Shower - Taking A shower.
+				$locat['A2'] = 'dorm_shared_shower'
+			elseif hour = 7 and minut < 30:
+				!!Shared Kitchen - Eating Breakfast
+				$locat['A2'] = 'dorm_shared_kitchen_breakfast'
+			elseif hour < 12:
+				!!IDormroom - relaxing
+				$locat['A2'] = 'dormroom_ studying_or _relaxing'
+			elseif hour < 13:
+					!!University cafe - eating lunch
+					$locat['A2'] = 'uni_cafe_lunch'
+			elseif hour < 17:
+				!!IDormroom - relaxing
+				$locat['A2'] = 'dormroom_ studying_or _relaxing'
+			elseif hour < 18:
+						!!Shared kitchen cooking and eating dinner
+						$locat['A2'] ='shared_kitchen_dinner'
+			elseif hour < 22:
+				if week mod 2 = 0:
+					!!ICoffee Hole or friends place
+					$locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places'
+				else
+					!!IDormroom - studying or relaxing
+					$locat['A2'] = 'dormroom_ studying_or _relaxing'				
+				end
+			else
+				!!Dormroom - sleeping
+				$locat['A2'] = 'dormroom_asleep'
+			end
+		elseif week = 6:
+			if hour < 7:
+				!!Dormroom - Asleep
+				$locat['A2'] = 'dormroom_asleep'
+			elseif hour = 7 and minut < 15:
+				!!Shared Dorm Shower - Taking A shower.
+				$locat['A2'] = 'dorm_shared_shower'
+			elseif hour = 7 and minut < 30:
+				!!Shared Kitchen - Eating Breakfast
+				$locat['A2'] = 'dorm_shared_kitchen_breakfast'
+			elseif hour = 7 and minut < 45:
+				!!IMetro/City Train Station - getting to the station to take take the train to pav.
+				$locat['A2'] = 'traveling_in_city_dorm_to_train_station'
+			elseif hour < 9:
+				!!ITrain - traveling to Pav
+				$locat['A2'] = 'train_city_to_pav'
+			elseif hour = 9 and minut < 15:
+				!!Pav streets - walking the parents home home. 
+				$locat['A2'] = 'walking_in_pav_station_to_five_eight'
+			elseif hour < 22:
+				!!In parents apartment
+				$locat['A2'] = 'parents_apartment'
+			elseif hour < 23:
+				!!In parents apartment getting ready for bed
+				$locat['A2'] = 'parents_apartment_getting ready for bed'
+			else
+				!!In parents apartment asleep
+				$locat['A2'] = 'parents_asleep'
+			end
+		else
+			if hour < 7:
+				!!In parents apartment asleep
+				$locat['A2'] = 'parents_asleep'
+			elseif hour  < 8:
+				!!In parents apartment getting up
+				$locat['A2'] = 'parents_getting_out_of_bed'
+			elseif hour < 21:
+				!!In parents apartment
+				$locat['A2'] = 'parents_apartment'
+			elseif hour = 21 and minut < 45:
+				!!Pav streets - walks to the train station/waiting at the platform
+				$locat['A2'] = 'traveling_pav_fice_eight_to_train_station'
+			elseif hour = 21 or (hour < 23 and minut < 15):
+				!!Train - traveling from Pav to the city.
+				$locat['A2'] = 'train_pav_to_city'
+			elseif hour < 23 and minut < 20:
+				!!Metro - traveling from the trainstation to the dorm
+				$locat['A2'] = 'traveling_in_city_train_station_to_dorm'
+			else
+				!!Dormroom - sleeping. 
+				$locat['A2'] = 'dormroom_asleep'
+			end
+		end
+	end
+end
+
+--- artem_chebotarev_schedule ---------------------------------
+

+ 97 - 0
locations/artem_date_events_uni.qsrc

@@ -0,0 +1,97 @@
+# artem_date_events
+!! artemQW['bj'] = number of blowjobs
+!! artemQW['sex'] = 1 when Pc had vaginal sex with Artem
+!! artemQW['anal'] = 1 when Pc had anal sex with Artem
+!! artemhj = number of handjobs
+!! artemQW['artembrokenheart'] = 1 artem is heart broken
+!! artemQW['stripsee'] = number of strips for Artem
+!! artemQW['artemlove'] = 1 Artem is in love with Sveta
+!! artemQW['artemblok'] = 1 artem is blocked
+!! artemQW['bf'] = 1  they are boy friend and girl friend
+!! artemQW['dryhump'] = number of dryhumps
+!! artemQW['artlove'] = 2 Pc rejected Artems love
+!! artemQW['artlie'] =1 Pc lied to artem about the dimka video, blocks love content
+!! artemQW['artfall'] = 10 Artem wants to asks her out on a date
+!! artemQW['date'] =  number of dates after 10 he is in love
+!! artemQW['dimka'] =1 Artem removed the blackmail video
+!! artemQW['slutlove'] = 1 .. Pc became know as a slut in Pavlovsk and keeps dating Artem
+!! artemQW['sveslut'] = 1 .. Artem knows that Pc is a slut but they stay friends
+!! artemQW['nush3some_ask'] += 1 Sveta talked about threesome with Nush, unlocks talk with Artem, +=2 unlocks sex scene, += 3 means they had a threesome
+
+if $ARGS[0] = 'firstdate':
+	*clr & cla
+	npc_rel['A2'] += 1
+	menu_off = 1
+	'<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
+	'You enjoy a pleasant walk in the around the quad while making small talk with Artem.'
+	'After a while, you end up near the small movie theater on campus. Artem''s eyes light up when he sees it. "Hey, let''s go see a movie!"'
+	minut += 15
+	gs 'stat'
+	act 'Sounds like fun':
+		*clr & cla
+		npc_rel['A2'] += 1
+		minut += 120
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/shared/cinema/kino_<<rand(1,3)>>.jpg"></center>'
+		'You enter the movie theater with Artem. After he buys the tickets and some popcorn, candy and soda for the two of you, you head into the dark theater and find some seats in the back row to watch the movie.'
+		act 'Leave the theater':
+			*clr & cla
+			minut += 10
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
+			'When the movie ends, you and Artem leave the theater and he offers to walk you back to the dorms.'
+			'Arriving outside your dorm building, Artem stops and looks at you. "I had fun, <<$pcs_nickname>>."'
+			'You smile at him. "Me too."'
+			'He smiles widely. "Great! Maybe we can do it again some time?"'
+			'You nod. "Maybe. We''ll see."'
+			'He smiles and nods. "Okay, I better get home. Talk to you later."'
+			'"Bye Artem," you reply and he heads to his dorm room.'
+			act 'Go back to the dorms': gt 'uni_dorm', 'start'
+		end
+	end
+	act 'Just keep walking':
+		*clr & cla
+		minut += 30
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
+		'You don''t really feel like going to the cinema. "Let''s just enjoy the walk we''re on."'
+		'Artem is happy enough to just spend time with you, regardless of what the two of you are doing. He nods as you continue on your walk, talking about everyday things. After a while, he checks his watch. "We should be getting back. I''ll walk you to your door."'
+		'Once you''re outside your apartment door, Artem stops and looks at you. "I had fun, <<$pcs_nickname>>."'
+		'You smile at him. "Me too."'
+		'He smiles widely. "Great! Maybe we can do it again some time?"'
+		'You nod. "Maybe. We''ll see."'
+		'He smiles and nods. "Okay, I better get home. Talk to you later."'
+		'"Bye Artem," you reply and he walks back down the stairs to his apartment.'
+		act 'Go back to the dorms': gt 'uni_dorm', 'start'
+	end
+end 
+
+if $ARGS[0] = 'artem_date':
+	*clr & cla
+	npc_rel['A2'] += 1
+	menu_off = 1
+	gt 'artem_date_events', 'firstdate'
+!{this is what it will look like when batman finishes the dates, 3 special dates that each happen once and then three repeatable dates. For now can we just temporarily have it repeat the first date above so we can get the artem revamp in the dev builds to bug hunt and then we can add the others when he finishes them.
+	if artem_date = 1:
+	
+	elseif artem_date = 2:
+	
+	elseif artem_date = 3:
+	
+	else
+		repeat_date = rand(1,3)
+		if repeat_date = 1:
+		
+		elseif repeat_date = 2:
+		
+		elseif repeat_date = 3:
+		
+		else
+		
+		end
+	end}
+end
+
+
+--- artem_date_events ---------------------------------
+

+ 870 - 0
locations/artem_dorm.qsrc

@@ -0,0 +1,870 @@
+# artem_dorm
+!2024/03/18
+
+!! list of triggers
+!! artemQW['bj'] = number of blowjobs
+!! artemQW['sex'] = 1 when Pc had vaginal sex with Artem
+!! artemQW['anal'] = 1 when Pc had anal sex with Artem
+!! artemQW['hj'] = number of handjobs
+!! artemQW['artembrokenheart'] = 1 artem is heart broken
+!! artemQW['stripsee'] = number of strips for Artem
+!! artemQW['artemlove'] = 1 Artem is in love with Sveta
+!! artemQW['love'] = 1 Sveta is in love with Artem
+!! artemQW['love'] = -1 Sveta is not in love with Artem
+!! artemQW['artemblok'] = 1 artem is blocked
+!! artemQW['bf'] = 1  they are boy friend and girl friend
+!! artemQW['dryhump'] = number of dryhumps
+!! artemQW['artlove'] = 2 Pc rejected Artems love
+!! artemQW['artlie'] =1 Pc lied to artem about the dimka video, blocks love content
+!! artemQW['artfall'] = 10 Artem wants to asks her out on a date
+!! artemQW['date'] =  number of dates after 10 he is in love
+!! artemQW['artem_dom'] += 1 counter used to see how dominate Artem is becoming the higher it goes the more stuff it will unlock.
+!! artemQW['dimka'] =1 Artem removed the blackmail video
+!! artemQW['slutlove'] = 1 .. Pc became know as a slut in Pavlovsk and keeps dating Artem
+!! artemQW['sveslut'] = 1 .. Artem knows that Pc is a slut but they stay friends
+!! artemQW['nush3some_ask'] += 1 Sveta talked about threesome with Nush
+!! artemQW['nush3some'] >= 2 had threesome with Nush
+!! artemQW['nush3some'] = 1 Artem and Nush agreed to threesome
+!! artemQW['nush3some_again'] = 1 can try and convince Artem and Nush to try it again
+!! artemQW['nush3some_again'] = 2 have convinced Artem
+!! artemQW['nush3some_again'] = 3 have convinced Anushka
+!! artemQW['nush3some_again'] = 4 opens up repeating threesomes 
+!! artemQW['nush3some'] >= 3 had threesome with Nush more than once
+!! artemQW['nush3some'] = -1 blocks future 3somes
+!! artemQW['strapon'] = 1 means they had strapon sex and he liked it, -1 one means he did not like it and it blocks it going forward
+
+if $ARGS[0] = 'start':
+	$loc = 'artem_dorm'
+	$loc_arg = 'start'
+	$menu_loc = 'artem_dorm'
+	$menu_arg = 'start'
+	$locclass = 'livingr'
+	$location_type = 'indoors'
+	CLOSE ALL
+	menu_off = 0
+	gs 'artem_chebotarev_schedule'
+	gs 'stat'
+	'<center><b><font color="maroon">Artem''s Dorm Room</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/dorm/artemroom/artem_dorm_room.jpg"></center>'
+	'The dorm room has two beds. The one on the left belongs to Artem''s roommate while the one on the right is Artem''s.' 
+	if $locat['A2'] = 'dormroom_ studying_or _relaxing':
+		'Above his bed is a small <a href="exec:gt ''artem_dorm'',''bookshelf''">bookshelf</a> full of books, and the wall is plastered with sci-fi, fantasy, anime and super hero posters. At the foot of his bed is a small desk with a <a href="exec:gt ''artem_dorm'',''computer''">laptop</a> on it. Artem is sitting on a couch facing a tv against the wall.'
+	elseif $locat['A2'] = 'dormroom_asleep':
+		'Artem is getting ready to go to sleep, so you better leave.'
+	else
+		'Artem is getting ready to leave, so you better do the same.'
+	end
+	
+	act 'Leave Artem''s dorm room': minut += 2 & gt 'uni_dorm', 'second_floor'
+	if $locat['A2'] = 'dormroom_ studying_or _relaxing':
+		act 'Talk to Artem': gt 'artem_dorm', 'chat'
+	end
+end
+
+if $ARGS[0] = 'bookshelf':
+	$menu_loc = 'artem_dorm'
+	$menu_arg = 'bookshelf'
+	gs 'npc_relationship', 'modify', 'A2', 'like'
+	*clr & cla
+	minut += 2
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artem_dorm/artemroom/bookshelf.jpg"></center>'
+	'The small bookshelf has a lot of fantasy and science fiction books, a few gaming books and a lot of various nerdy nicknacks from popular fantasy, anime, and science fiction movies and TV shows. Maybe he wouldn''t mind if you borrowed a book?'
+	if artem_borrowed_book ! 1:
+		act 'Ask to borrow a book':
+			*clr & cla
+			minut += 2
+			gs 'stat'
+			artemQW['artfall'] += 1
+			artem_borrowed_book = 1
+			artembook = 5
+!!need code to add a book for Sveta to read other than the ones she can buy.			
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artem_dorm/artemroom/bookshelf.jpg"></center>'
+			'You look through the books until you find one you like. "Do you mind if I borrow this to read?"'
+			'He looks a little surprised as he walks over. "Oh sure yeah, you can borrow it," he answers a little excitedly.'
+			'You take the book and put it in your purse. "Thanks. I''ll get it back to you as soon as I finish it."'
+			'He waves his hand like it''s no big deal. "Oh, don''t worry about that. I hope you enjoy it."'
+			act 'Find something else to look at': gt 'artem_dorm', 'start'
+		end
+	end
+	if artem_borrowed_book = 1:
+		act 'Return a book':
+			*clr & cla
+			minut += 2
+			artem_borrowed_book = 0
+			artembook = 0
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artem_dorm/artemroom/bookshelf.jpg"></center>'
+			'"I brought your book back," you tell him as you take it out of your purse and put it back in place on the shelf, right where you got it from.'
+			'"Did you like it?"'
+			act 'I did':
+				cla
+				'"Yeah, it was good."'
+				'Artem''s face lights and he joins you at the bookshelf. "Yeah, I really liked that one too."'
+				act 'Look at more books': gt 'artem_dorm','bookshelf'
+				act 'Find something else to look at':gt 'artem_dorm', 'start'
+			end
+			act 'Not really':
+				cla
+				gs 'npc_relationship', 'modify', 'A2', 'dislike'
+				if pcs_intel <= 40:
+					'"It was a bit complicated for me," you admit, embarrassed.'
+				else
+					'"It was a bit too bland for me. In the end, it just bored me. I could guess the outcome right at the start, and it turned out I was right."'
+				end
+				'Artem looks crushed at your answer.'				
+				act 'Look at more books': gt 'artem_dorm','bookshelf'
+				act 'Find something else to look at':gt 'artem_dorm', 'start'
+			end
+		end
+	end
+	act 'Find something else to look at': gt 'artem_dorm', 'start'
+end
+
+if $ARGS[0] = 'computer':
+	menu_off = 1
+	gs 'stat'
+	gs 'internet_mobile', 'get_access', 'free', 'nocamshow', 'noporn'
+	if ArtemCompUse = 0:
+		ArtemCompUse = 1
+		*clr & cla
+		'<center><h4><font color="maroon">Artem''s Dorm Room</font></h4></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artem_dorm/start/laptop.jpg"></center>'
+		'You point towards his laptop. "You''re so lucky to have your own computer."'
+		'"I saved up my allowance for years before I could afford it," he replies.'
+		'"Mind if I use it? I want to check my emails and stuff," you ask.'
+		'He nods. "Sure, go ahead."'
+		act 'Go online': gt 'Komp', 'start'
+		act 'Find something else to look at':gt 'artem_dorm', 'start'
+	else
+		'You look at the computer, then at Artem. Artem meets your gaze... and breaks into a smile. "Go ahead and use it if you want. I don''t mind."'
+		act 'Go online': gt 'Komp', 'start'
+		act 'Find something else to look at':gt 'artem_dorm', 'start'
+	end
+end
+
+if $ARGS[0] = 'chat':
+	menu_off = 1
+	*clr & cla
+	minut += 2
+	if artfalling ! daystart:
+		artemQW['artfall'] += 1
+		artfalling = daystart
+	end
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+	'You sit on the couch next to Artem and talk about various topics. Or rather: you''re doing most of the talking, and Artem is mostly listening to you talk while occasionally commenting on something you said.'
+	act 'Stop talking': gt 'artem_dorm','start'
+	if artemQW['artfall'] > 5 and artkissing ! daystart:
+		gs 'willpower', 'misc', 'self', 'easy'
+		if will_cost <= pcs_willpwr:
+			act 'Kiss him (<<will_cost>> Willpower)':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'love'
+				if artkissing ! daystart:
+					artemQW['artfall'] += 1
+					artkissing = daystart
+				end
+				gs 'willpower', 'pay', 'self'
+				gs 'stat'
+				'<center><h4><font color="maroon">Artem''s Dorm Room</font></h4></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/hugging.jpg"></center>'
+				'As you sit beside him, you look at him for maybe a bit too long because he turns to look at you. You lean over to give him a kiss and he returns it fully.'
+				gs 'arousal', 'foreplay', 1
+				gs 'stat'
+				act 'Stop kissing and talk': gt 'artem_dorm', 'chat'
+				act 'Make out':
+					*clr & cla
+					'<center><h4><font color="maroon">Artem''s Dorm Room</font></h4></center>'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/makeout.jpg"></center>'
+					'He pulls you in close and you''re soon passionately making out, the kisses full of eager lust and urgent need. You feel yourself getting more aroused as he scoots back until his back is against the wall and he pulls you onto his lap. You can feel the hard bulge in his pants as you straddle him.'
+					gs 'arousal', 'foreplay', 2
+					gs 'stat'
+					act 'Stop making out': 
+						*clr & cla
+						gs 'npc_relationship', 'modify', 'A2', 'dislike'
+						'<center><h4><font color="maroon">Artem''s Dorm Room</font></h4></center>'
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+						'You pull away before things go too far and catch your breath. You see his slightly confused look and you feel a little bad. "Sorry, I got carried away. Can we just go back to talking?"'
+						'He frowns. "Yes of course." He leans back and when he thinks you''re not looking, tries to adjust his pants to make his erection more comfortable.'
+						act 'Talk about something else': gt 'artem_dorm', 'chat'
+					end
+					act 'Enjoy his touch':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/makeout.jpg"></center>'
+						'His hands roam all over you body, but he pays special attention to your breasts, kneading and squeezing them repeatedly. As you keep making out, you feel the bulge growing in his pants.'
+						gs 'arousal', 'kiss', 1
+						gs 'stat'
+						if artemQW['hj'] > 0 or artemQW['bf'] = 1:
+							act 'Give him a handjob': gt 'artem_sex_uni', 'hj'
+						end
+						if artemQW['bj'] > 0 or artemQW['bf'] = 1:
+							act 'Give him a blowjob': gt 'artem_sex_uni', 'bj'
+						end
+						if artemQW['sex'] > 0 or artemQW['bf'] = 1:
+							act 'Have sex with him': gt 'artem_sex_uni', 'sex'
+						end
+						gs 'willpower', 'bj', 'resist', 'medium'
+						if will_cost <= pcs_willpwr:
+							act 'Pull away and stop (<<will_cost>> Willpower)':
+								*clr & cla
+								gs 'willpower', 'pay', 'resist'
+								gs 'arousal', 'end'
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								'You pull your hand away and climb off him. "No, I can''t... not yet. I want to wait still."'
+								'He looks visibly disappointed, but nods and smiles. "Sure, I understand. I don''t want to pressure you, so whenever you''re ready is fine."'
+								act 'Talk to him': gt 'artem_dorm', 'chat'
+							end
+						else
+							act 'Pull away and stop (<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 making out':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/makeout.jpg"></center>'
+							'You pull your hand away from the bulge in his pants, but keep kissing him. He lets go and stops trying to force your hand down to his crotch and instead focuses on kissing and fondling you.'
+							if artemQW['hj'] > 0 or artemQW['bf'] = 1:
+								act 'Give him a handjob': gt 'artem_sex_uni', 'hj'
+							end
+							if artemQW['bj'] > 0 or artemQW['bf'] = 1:
+								act 'Give him a blowjob': gt 'artem_sex_uni', 'bj'
+							end
+							if artemQW['sex'] > 0 or artemQW['bf'] = 1:
+								act 'Have sex with him': gt 'artem_sex_uni', 'sex'
+							end
+							gs 'willpower', 'bj', 'resist', 'medium'
+							if will_cost <= pcs_willpwr:
+								act 'Pull away and stop (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'willpower', 'pay', 'resist'
+									gs 'arousal', 'end'
+									gs 'stat'
+									'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+									'You pull your hand away and climb off him. "No, I can''t... not yet. I want to wait still."'
+									'He looks visibly disappointed, but nods and smiles. "Sure, I understand. I don''t want to pressure you, so whenever you''re ready is fine."'
+									act 'Talk to him': gt 'artem_dorm', 'chat'
+								end
+							else
+								act 'Pull away and stop (<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
+		else
+			act 'Kiss him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	elseif artemQW['date'] = 0 and artemQW['artfall'] >= 10 and artemQW['dateask'] ! daystart:
+		*clr & cla
+		artemQW['dateask'] = daystart
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'Artem smiles at you. "<<$pcs_nickname>>, do you want to go for a walk in the quad?"'
+		act 'Stay here': 
+			*clr & cla
+			artemQW['artfall'] -= 4
+			gs 'npc_relationship', 'modify', 'A2', 'hate'
+			gs 'stat'
+			'You shake your head. "No thanks, but thank you for asking."'
+			'He looks a little disappointed. "Oh, okay..."'
+			act 'Keep talking': gt 'artem_dorm', 'chat'
+			act 'Stop talking': gt 'artem_dorm', 'start'
+		end
+		act 'Agree to go for a walk':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			artemQW['date'] += 1
+			gs 'stat'
+			'You give him a cute smile. "Sure, we could go for a walk. That sounds like fun!"'
+			'You quickly pack up your things and leave the dorm room with him, heading for the quad.'
+			act 'Walk in the quad': gt 'artem_date_events_uni','firstdate'
+		end
+	elseif artemQW['date'] > 0 and artemQW['date'] <= 3 and artemQW['dateask'] ! daystart:
+		*clr & cla
+		artemQW['dateask'] = daystart
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'Artem smiles at you. "<<$pcs_nickname>>, would you like to go out on a date?"'
+		act 'Stay here': 
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'dislike'
+			gs 'stat'
+			'You shake your head. "No thanks, but thank you for asking."'
+			'He looks a little disappointed. "Oh, okay..."'
+			act 'Keep talking': gt 'artem_dorm', 'chat'
+			act 'Stop talking': gt 'artem_dorm', 'start'
+		end
+		act 'Agree to go on a date':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			artemQW['date'] += 1
+			gs 'stat'
+			'You give him a cute smile. "Sure, we can go out on a date. That sounds like fun!"'
+			'You quickly pack up your things and leave his dorm room with him.'
+			act 'Go on a date': gt 'artem_date_events_uni','artem_date'
+		end
+	elseif artemQW['date'] = 4 and artemQW['dateask'] ! daystart:
+		*clr & cla
+		artemQW['dateask'] = daystart
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+		'Artem has an embarrassed look on his face when he says:'
+		if artemQW['stripsee'] = 0:
+			'"You know... I''ve never seen a girl naked before. Only in pictures... Maybe you could..."'
+		else
+			'"I enjoyed seeing you naked last time. I want you to strip for me again, but can you make a bit more of a show of it this time?"'
+		end
+		gs 'artem_dorm', 'askedstrip'
+	elseif artemQW['date'] = 5 and artemQW['dateask'] ! daystart:
+		cla & clr
+		artemQW['dateask'] = daystart
+		menu_off = 1
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/flowers.jpg"></center>'
+		'As you sit down to talk, Artem suddenly produces a bouquet of flowers and offers it to you. "I got these for you, I hope you like them."'
+		act 'Accept the flowers':
+			*clr & cla
+			$giftedflowers = 'Artem'
+			artemQW['date'] += 1
+			gs 'npc_relationship', 'modify', 'A2', 'adore'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/makeout.jpg"></center>'
+			'You smile at him and mutter, "Awww, they''re beautiful! You shouldn''t have!"'
+			'He blushes. "Not as beautiful as you..."'
+			'He leans in and kisses you before you can pull away and gently begins to caress your <<$titsize>> breasts through your clothes.'
+			minut += 2
+			gs 'stat'
+			gs 'willpower', 'kiss', 'resist', 'medium'
+			if will_cost <= pcs_willpwr:
+				act 'Tell him to stop it (<<will_cost>> Willpower)':
+					*clr & cla
+					gs 'willpower', 'pay', 'resist'
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'You push his hands away. "Wait... You''re going too fast, please stop!"'
+					'Artem does as you ask and pulls his hands back as he apologizes.'
+					act 'Just talk': gt 'artem_dorm', 'chat'
+				end
+			else
+				act 'Tell him to stop it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end	
+			act 'Enjoy his touch':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/makeout.jpg"></center>'
+				'You return his kiss as his hands keep awkwardly groping at your breasts. He sits with his back against the wall and pulls you on top of him. You can feel the hard bulge in his pants as you keep making out. After a few seconds, he takes one of your hands and pulls it down to his crotch.'
+				gs 'arousal', 'kiss', 5
+				gs 'stat'
+				act 'Give him a handjob': gt 'artem_sex_uni', 'hj'
+				act 'Give him a blowjob': gt 'artem_sex_uni', 'artem_bj'
+				gs 'willpower', 'bj', 'resist', 'medium'
+				if will_cost <= pcs_willpwr:
+					act 'Pull away and stop (<<will_cost>> Willpower)':
+						*clr & cla
+						gs 'willpower', 'pay', 'resist'
+						gs 'arousal', 'end'
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+						'You pull your hand away and climb off him. "No, I can''t... Not yet. I still want to wait."'
+						'He looks visibly disappointed, but nods and smiles. "Sure, I understand. I don''t want to pressure you, so whenever you''re ready is fine."'
+						act 'Talk to him': gt 'artem_dorm', 'chat'
+					end
+				else
+					act 'Pull away and stop (<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
+		act 'Reject the flowers':
+			*clr & cla
+			artemQW['date'] = -1
+			gs 'npc_relationship', 'modify', 'A2', 'loathe'
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/flowerstrash.jpg"></center>'
+			'You look at Artem compassionately, but don''t take the flowers. "Thank you... They''re very nice, but we''re just friends... I don''t want to give you the wrong idea by accepting them, you know?"'
+			'Artem sighs, and disappointedly throws the flowers into the trash.'
+			'After a couple of minutes of awkwardness as you try and talk to him but it is obvious he no longer feels like talking to you, you finally make your goodbyes and get up and leave his dorm room.'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+	elseif artemQW['date'] >= 6 and artemQW['date'] <= 8 and artemQW['dateask'] ! daystart:
+		*clr & cla
+		artemQW['dateask'] = daystart
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'Artem smiles at you as he walks over and hugs you. "<<$pcs_nickname>>, would you like to go out on another date?"'
+		act 'Stay here': 
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'dislike'
+			gs 'stat'
+			'You shake your head. "No thanks, but thank you for asking."'
+			'He looks a little disappointed. "Oh, okay..."'
+			act 'Keep talking': gt 'artem_dorm', 'chat'
+			act 'Stop talking': gt 'artem_dorm', 'start'
+		end
+		act 'Agree to go on a date':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			artemQW['date'] += 1
+			gs 'stat'
+			'You give him a cute smile. "Sure, we can go out on a date. That sounds like fun!"'
+			'You quickly pack up your things and leave his dorm room with him.'
+			act 'Go on a date': gt 'artem_date_events_uni','artem_date'
+		end
+	elseif artemQW['date'] >= 9 and artemQW['dateask'] ! daystart and artemQW['bf'] = 0:
+		*clr & cla
+		artemQW['dateask'] = daystart
+		artemQW['date'] += 1
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/wine.jpg"></center>'
+		'When you enter the room, you immediately notice the small folding table with chairs set up. It has several lighted candles on it, and a bottle of wine with two glasses.'
+		'You look at Artem, slightly confused. "What''s the meaning of this, Artem?"'
+		'He smiles at you. "Well, we''ve spent a lot of time dating, so I figured it would be nice to make it official."'
+		'You''re still not sold on the idea, and question him further. "Make what official? And where did you get that wine from?"'
+		*nl
+		'Artem reassures you. "Relax, <<$pcs_nickname>>. My roommate will be out all night. So please... Let''s just sit down and chat?"'
+		'You relax a little and nod at him. "Okay... I have to admit, that does sound nice."'
+		'You spend the next half hour talking about your plans for the future. The bottle of wine is empty before you know it, and you feel a bit tipsy.'
+		'After you''ve drank most of the wine and talked for a while, Artem is silent for a few seconds before he asks "<<$pcs_nickname>>, will you be my girlfriend?"'
+		minut += 30
+		if pcs_hydra >= 100:
+			pcs_hydra -= 5
+		else
+			pcs_hydra -= 10
+		end
+		gs 'drugs', 'alcohol', 'wine', 2
+		gs 'stat'
+		act 'Tell him no':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', -25
+			artemQW['artembrokenheart'] = 1
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/artemcry.jpg"></center>'
+			'You shake your head. "I''m sorry if you got the wrong impression Artem. I like you, I really do, but I don''t want to be your girlfriend."'
+			'He looks so heartbroken that he might cry. "Is there someone else?"'
+			'You sigh slightly. "It''s not that. I just don''t want to be anyone''s girlfriend right now. Can''t we just keep doing what we are? Be friends and go out on dates?"'
+			*nl
+			'Tears star rolling down his cheeks as he stands up. "I get it, you want to just date anyone. Well I can''t do that! I thought we had something special, but I guess I was wrong. Please leave now and never come back!" You know there''s nothing you can say and trying to explain will only make things worse, so you get up and head for the door.'
+			'"I''ll see you later, okay?" you say, but he turns away from you. Once you close the door, you can hear him crying. Not sure what else to do, you just leave.'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+		act 'Tell him yes':
+			*clr & cla
+			artemQW['bf'] = 1
+			gs 'npc_relationship', 'modify', 'A2', 'adore'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/hugging.jpg"></center>'
+			'A huge grin appears on his face as he gets up and rushes around the table, almost knocking it over in his haste to get to you. He pulls you up and into a tight fierce hug. He nuzzles your neck as the two of you hug. "You just made me the happiest guy in the world. I love you <<$pcs_nickname>>."'
+			act 'Tell him you love him too':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'adore'
+				artemQW['artemlove'] = 1
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/hugging.jpg"></center>'
+				'You kiss him. "I love you too, Artem."'
+				'You''ve never seen him look so happy as he starts kissing you and roaming his hands all over your body.'
+				gs 'artem_dorm', 'artemgirlfriend'
+			end
+			act 'Say nothing, just hug him back':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/hugging.jpg"></center>'
+				'You kiss him and hug him back.'
+				'You''ve never seen him look so happy as he starts kissing you and roaming his hands all over your body.'
+				gs 'artem_dorm', 'artemgirlfriend'
+			end
+		end
+	elseif artemQW['bf'] = 1 and rand(0,3) = 0 and artemQW['dateask'] ! daystart:
+		*clr & cla
+		artemQW['dateask'] = daystart
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'Artem smiles at you as he walks over and hugs you. "<<$pcs_nickname>>, would you like to go out on another date?"'
+		act 'Stay here': 
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'dislike'
+			gs 'stat'
+			'You shake your head. "No thanks, but thank you for asking."'
+			'He looks a little disappointed. "Oh, okay..."'
+			act 'Keep talking': gt 'artem_dorm', 'chat'
+			act 'Stop talking': gt 'artem_dorm', 'start'
+		end
+		act 'Agree to go on a date':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			artemQW['date'] += 1
+			gs 'stat'
+			'You give him a cute smile. "Sure, we can go out on a date. That sounds like fun!"'
+			'You quickly pack up your things and leave his dorm room with him.'
+			act 'Go on a date': gt 'artem_date_events_uni','artem_date'
+		end
+	else
+		act 'Make small talk':
+			*clr & cla
+			minut += 5
+			gs 'npc_relationship', 'modify', 'A2', 'like'
+			'<center><h4><font color="maroon">Artem''s Dorm Room</font></h4></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+			'The two of you chat about a variety of things, mostly movies, books, video games, his gaming night and what''s been going on at the university lately.'
+			act 'Keep talking': gt 'artem_dorm', 'chat'
+			act 'Stop talking': gt 'artem_dorm', 'start'
+		end
+		act 'What have you been up to':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'like'
+			'<center><h4><font color="maroon">Artem''s Dorm Room</font></h4></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+			'"So, what have you been up to lately?" you ask'
+			'He gives you a slightly puzzled look. "Up to?"'
+			'You smile at him. "You know, what have you been doing in your free time?"'
+			'The light dawns on him. "Oh..." He looks thoughtful for a moment. "I want to show you something, <<$pcs_nickname>>..."'
+			'Filled with excitement, you quickly start jumping around him. "What is it?! Show it to me!"'
+			'To your surprise, Artem takes out a book and shows it to you. "It''s one of my favorite books..."'
+			act 'What is it about':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'like'
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/books/fantasy' + rand(1,9) + '.jpg"></center>'
+				'Not really what you expected, but you decide to be nice and widen your eyes. "Oh, what''s it about?"'
+				'Artem shines up in the biggest smile. "Oh, it''s about this hero that needs to fight for a kingdom and the bad guy has all sorts of weird creatures that he forces to attack him. He finds this hidden world in his own world, so the book takes a completly different path than the one you expect it to take."'
+				'Artem is so excited while explaining that you''re having a hard time following him, but you immerse yourself in it just to make him happy.'
+				act 'Stop talking': gt 'artem_dorm', 'start'
+				act 'Keep talking': gt 'artem_dorm', 'chat'
+			end
+			act 'A book?':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'dislike'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+				'"Really, a book?" you look at him unimpressed.'
+				'A bit dejected, he starts explaining. "It''s about this hero that needs to fight for a kingdom and the bad guy has all sorts of weird creatures that he forces to attack him. He finds this hidden world..." Noticing your boredom, he stops.'
+				'You sigh. "It''s okay, Artem. Fantasy isn''t really my cup of tea, but as long as it makes you happy..."'
+				'He nods, and you can see the disappointment in him as he puts the book back.'
+				act 'Stop talking': gt 'artem_dorm', 'start'
+				act 'Keep talking': gt 'artem_dorm', 'chat'
+			end
+		end
+
+		if artemQW['bf'] = 1:
+			act 'Break up with him':
+				*clr & cla
+				artemQW['bf'] = 0
+				artemQW['artembrokenheart'] = 1
+				gs 'npc_relationship', 'modify', 'A2', -30
+				minut += 15
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/artemcry.jpg"></center>'
+				'You quietly walk past Artem and enter his room, sitting on the couch without saying a word.'
+				'Artem looks at you questioningly. "<<$pcs_nickname>>..."'
+				'You frown as you look at him. "We need to talk."'
+				'Artem eyes start to water up. "Okay... About what?" He''s trying to put on a brave face and salvage this.'
+				'You sigh. "I think we should break up."'
+				*nl
+				'Artem tries to hug you, but you stop him. "Why <<$pcs_nickname>>? What did I do wrong?"'
+				'You get up to put a little space between you. "It''s not you... I just don''t love you anymore."'
+				'Artem openly starts to cry. "Is it someone else?"'
+				'You shake your head. "Look, you''re a great guy, but I just feel differently now is all." You try to comfort him and he begs and pleads you not to do this, but after some time you finally get up. "I''m sorry, but this is over. I''m truly sorry." With that you turn and walk out, leaving Artem crying behind you.'
+				act 'Leave Artem''s dorm room':minut += 5 & gt 'uni_dorm', 'second_floor'
+			end
+		end
+		if artemQW['nush3some_ask'] = 1:
+			act 'Bring up threesome with Anushka':
+				*clr & cla
+				artemQW['nush3some_ask'] += 1
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+				'You''re unsure how to bring this up. "I was hanging out with Nush the other day, and well, we started talking about you."'
+				'Artem looks at you questioningly. "Oh? Why did you guys talk about me?"'
+				'You smile as you look at him. "Because you''re my boyfriend, silly."'
+				'Artem looks a bit sheepish. "Oh... Uh... So what did you guys talk about?"'
+				*nl
+				'You can tell he''s curious, and a little anxious. "Lots of stuff, but eventually we started talking about sex and ... anyway, we talked about it and wondered if you might be interested in a threesome?"'
+				'Artem looks a bit nervous. "Uh... Are you sure?"'
+				*nl
+				'You give him a slightly surprised look. "You don''t want to? I thought all guys wanted to have sex with two girls at the same time?"'
+				'He nervously laughs. "Well yeah, but she has such a reputation..." You can tell there''s more to it by how he''s acting.'
+				'"Her reputation? What, as a wild girl that likes to have sex? I thought that would be a turn-on." He blushes more and looks even more nervous. "Okay, so it''s not that, or at least not only that. If you don''t want to, we don''t have to, but what is it?" You take his hand in yours as you ask him.'
+				act 'Keep talking':
+					*clr & cla
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk2.jpg"></center>'
+					'He sighs. "I''m afraid. Afraid of what she''ll think or say. She''s... really experienced. What if she thinks I''m no good?"'
+					'You lean over and give him a kiss. "She''s not like that. She might give you some advice, but she''s not the type to lay back and judge others. Instead, she''s more likely to encourage you to do what she likes."'
+					*nl
+					'He starts to nod. "Okay yeah, I would like to be with two girls, and if she''s your choice, then I''m good with it." He seems to want to say more, but he stays silent.'
+					'You smile, catching it. "What?"'
+					'He blushes. "Nothing."'
+					'You raise his face to yours to look into each other''s eyes. "Just tell me. We should be honest with each other about everything."'
+					*nl
+					'He nods. "You''re right. I was just thinking... It might be nice to get back at her a little for all the bullying."'
+					'You giggle. "Oh, you want to fuck her hard and rough, don''t you?"'
+					'He turns bright red, confirming your guess. "Yeah... And I heard she lets guys use her ass too."'
+					'You grin at him. "You can fuck her as hard as you want, and you can fuck her ass as hard as you want." He smiles back at you, and you laugh and talk about sex for a while.'
+					gs 'arousal', 'kiss', 1
+					gs 'arousal', 'end'
+					gs 'stat'
+					act 'Stop talking': gt 'artem_dorm', 'start'
+					act 'Keep talking': gt 'artem_dorm', 'chat'
+				end
+			end
+		end
+		if artemQW['nush3some'] = 1:
+			gs 'anushka_konstantinov_schedule'
+			if locat['A144'] > 0 and locat['A144'] < 8:
+				act 'Ready for threesome with Anushka':
+					*clr & cla
+					artemQW['nush3some'] += 1
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk2.jpg"></center>'
+					'You give him a kiss. "So, are you ready for our threesome?"'
+					'Artem looks into your eyes and nods with a nervous smile. "Yeah, I''m ready. As ready as I''ll ever be."'
+					'You smile and give him a reassuring pat on the leg as you look at him. "Don''t worry, it will be fun." He just nods and doesn''t say anything more, but you can tell he''s also eager under his nervousness.'
+					*nl
+					'You pull out your phone and text Anushka. "Hey, what''s up? You ready to come over for that threesome with Artem?"'
+					'It takes a minute or so before she responds. "Sure, where at?", followed by a bunch of sexual innuendo emojis. You can feel Artem looking over and reading what she wrote.'
+					'You text back. "Artem''s dorm room, just knock and he''ll answer the door."'
+					'She just texts back several more sexual innuendo emojis.'
+					*nl
+					'You put your phone down. "Well, she''s on her way." He tidies up the dorm room while waiting for her, stopping at his dresser and digging into the bottom drawer before setting a bottle of lube down on the end table. You can''t help but smile; he''s serious about getting a little payback. He sits back next to you to wait for Anushka to show up.'
+					gs 'arousal', 'kiss', 1
+					gs 'stat'
+					act 'Wait for Anushka': gt 'artem_sex_uni', 'anushka_3some'
+				end
+			end
+		end
+		if artemQW['nush3some_again'] = 1:
+			gs 'anushka_konstantinov_schedule'
+			if locat['A144'] > 0 and locat['A144'] < 8:
+				act 'Invite Anushka again':
+					*clr & cla
+					artemQW['nush3some_again'] = 2
+					minut += 10
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'You decide to see if Artem wants to have another threesome with Anushka. "I was thinking, since you had fun last time when we had a threesome with Anushka, what would you say about doing it again?"'
+					'He seems a little surprised. "Yeah, she said maybe, but that sounded more like a polite no to me..." He pauses and gives you a hopeful look. "Do you think she might be willing to do it again?" He''s trying to hide his eagerness from you.'
+					*nl
+					'You nod. "Yeah, I think I she would be into it. Do you want me to?"'
+					'He blushes, but nods. "Yeah. Yeah, I think I do."'
+					'You smile at his blush. "Ok next time I see her I will ask." He just nods to that and the two of you talk about last time for a little bit.'
+					act 'Stop talking': gt 'artem_dorm', 'start'
+					act 'Keep talking': gt 'artem_dorm', 'chat'
+				end
+			end
+		end
+		if artemQW['nush3some_again'] = 3:
+			gs 'anushka_konstantinov_schedule'
+			if locat['A144'] > 0 and locat['A144'] < 8:
+				act 'Ready for a second threesome with Anushka':
+					*clr & cla
+					artemQW['nush3some'] += 1
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk2.jpg"></center>'
+					if artemQW['rough_anal_nush'] = 2 or anushkaQW['artem_dom'] = 1:
+						'You give him a kiss. "So, are you ready to have a threesome Nush again?"'
+						'Artem looks into your eyes and nods with a confident smile. "Oh yeah, I''m ready. This time I''m going to totally make her my little bitch, I am going to tear her little pussy and tight ass up." He seems very eager for a second go around.'
+						'You smile and give him a reassuring pat on the leg as you look at him. "Don''t get to carried away, we all want to have fun and YOUR little bitch?"'
+						'He blushes a bit at your last comment. "I know, I won''t be to rough. I just want her to know after today that when we have our fun together that I own her ass and she is OUR little bitch." He says with a smile. You laugh and shake you head at his comment.'
+					else
+						'You give him a kiss. "So, are you ready to have a threesome Nush again?"'
+						'Artem looks into your eyes and nods with a confident smile. "Yeah, I''m ready. This time will be different, no holding back. I''m going to show her who''s the boss." You think he is more talking to himself than you at this point.'
+						'You smile and give him a reassuring pat on the leg as you look at him. "Don''t worry, it will be fun." He just nods and doesn''t say anything more, but you can tell he''s also eager under his nervousness.'
+					end
+					*nl
+					'You pull out your phone and text Anushka. "Hey, what''s up? You ready to come over for another threesome with Artem?"'
+					'It takes a minute or so before she responds. "Sure, dorm room again?", followed by a bunch of sexual innuendo emojis. You can feel Artem looking over and reading what she wrote.'
+					'You text back. "Yes, just knock and he''ll answer the door."'
+					'She just texts back several more sexual innuendo emojis.'
+					*nl
+					'You put your phone down. "Well, she''s on her way." He tidies the dorm room while waiting for her, stopping at his dresser and digging into the bottom drawer before setting a bottle of lube down on the end table. You can''t help but smile; he''s serious about getting a little payback. He sits back next to you to wait for Anushka to show up.'
+					gs 'arousal', 'kiss', 1
+					gs 'stat'
+					act 'Wait for Anushka': gt 'artem_nush_sex_uni', 'anushka_3some1'
+				end
+			end
+		end
+		if artemQW['nush3some_again'] = 4:
+			gs 'anushka_konstantinov_schedule'
+			if locat['A144'] > 0 and locat['A144'] < 8:
+				act 'Ready for more fun with Anushka':
+					*clr & cla
+					artemQW['nush3some'] += 1
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk2.jpg"></center>'
+					'You give him a kiss. "So, are you ready to fuck our pet bitch Nush again?"'
+					'Artem looks into your eyes and nods with a confident smile. "Hell yes, tell her to get her ass over here right now." He seems very eager for another go.'
+					'You smile and give him a reassuring pat on the leg as you look at him. "Ok I will tell her you want her ass over here right now." He just grins at you and watches as you pull out your phone and text Anushka. "Hey, Artem says to get your slutty ass over to his dorm room right now so he can fuck it again."'
+					*nl
+					'It takes a minute or so before she responds. "One slutty ass on the way", followed by a bunch of sexual innuendo emojis.'
+					'You glance over at him, you know he read along but you tell him anyways. "Well, her ass slutty as is on the way for your fucking pleasure." He laughs then gets up to tidy the room while you wait for her, stopping at his dresser and digging into the bottom drawer before setting a bottle of lube down on the end table. Afterwards he sits back down next to you to wait for Anushka to show up.'
+					gs 'arousal', 'kiss', 1
+					gs 'stat'
+					act 'Wait for Anushka': gt 'artem_nush_sex_uni', 'anushka_3some2'
+				end
+			end
+		end
+		if artemQW['anal'] >= 1 and mc_inventory['strapon'] = 1 and strapnumber > 0 and artemQW['strapon'] = 0:
+			act 'Is Artem really kinky':
+				*clr & cla
+				minut += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon1.jpg"></center>'
+				'You wonder just how kinky he is. "Artem, we''ve been having sex and it''s been great, but I was wondering if you might want to try something new?"'
+				'Just the word sex, and you have his full attention. "Uh sure, I guess so. Is it a new position you want to try?" As he talks, he starts taking off his pants.'
+				act 'Show him the strapon':
+					*clr & cla
+					minut += 1
+					gs 'boyStat', 'D<<strapnumber>>'
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon2.jpg"></center>'
+					if strapnumber >= 4:
+						'You pull the strapon harness with its <<dick>>cm <<$dick_girth>> dildo out of your purse and hold it up, showing it to him. "I thought we could use this."'
+						'His eyes bulge when he sees how big it is and starts shaking his head. "Hell no! That thing is massive! There''s no way you''re sticking that in me!"'
+						'You sigh. "Come on baby, I''ll go easy on you. I let you fuck me in the ass, so it''s only fair. You''ll enjoy it, I promise."'
+						'He keeps shaking his head and laughs a little. "Fair? That thing is way bigger than I am! Maybe if it was my size or smaller, I might consider it but not that thing." You try to convince him, but he''s stead fast against it and pushes you to have regular sex instead.'
+						act 'Have sex': gt 'artem_sex_uni', 'sex'
+						act 'Stop talking': gt 'artem_dorm', 'start'
+						act 'Keep talking': gt 'artem_dorm', 'chat'
+					else
+						'You pull the strapon harness with its <<dick>>cm <<$dick_girth>> dildo attached out of your purse and hold it up, showing it to him. "I thought we could use this."'
+						'His eyes bulge when he see''s what you''re holding. "Wait... You want to wear that and... you know..."'
+						'You grin at his reaction. "Come on baby, I''ll go easy on you. I let you fuck me in the ass, so it''s only fair. You''ll enjoy it, I promise."'
+						'He looks at the dildo, then to you, and back again before finally sighing and nodding slightly. "Okay fine, but you can''t tell anyone we tried this, you swear?"'
+						'You nod. "I swear I won''t tell anyone unless you''re okay with it."'
+						'He frowns at how you worded it, but it seems good enough. "Okay, if it''ll make you happy, then I''ll try it, but if it starts to hurt, we''re stopping." You nod in agreement.'
+						act 'Put on harness': gt 'artem_sex_uni', 'strapon_first'
+					end
+				end
+				act 'Change your mind':
+					*clr & cla
+					minut += 1
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon1.jpg"></center>'
+					'You think about it some more and decide against it. It might freak him out and you don''t know how he would react to such a request. "Never mind. How about we just do what we normally do?"'
+					'He pauses a moment and looks at you. "Are you sure?" You nod at him and start kissing him.'
+					act 'Have sex': gt 'artem_sex_uni', 'sex'
+				end
+			end
+		end			
+	end
+end	
+
+if $ARGS[0] = 'artemgirlfriend':
+	act 'Tell him to stop it':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'You smile at him as you push his hands away. "Artem, wait! All in good time, okay? We''ll get there, just please... Slow down a little."'
+		'Artem does as you ask and pulls his hands back as he apologizes, though he is clearly disappointed.'
+		'You finish the bottle of wine with Artem, and thank him for a nice time before you gather your things and leave.'
+		minut += 5
+		gs 'stat'
+		act 'Talk to him': gt 'artem_dorm', 'chat'
+	end
+	act 'Enjoy his touch':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/makeout.jpg"></center>'
+		'You return his kiss as his hands keep roaming over you body, but paying particular attention to your breasts and ass. He walks backwards, pulling you along with him until he sits on the bed with his back against the wall and pulls you on top of his lap.' 
+		'You can feel quite the hard bulge in his pants as you keep making out. After a few seconds, he takes one of your hands and pulls it down to his crotch.'
+		gs 'arousal', 'kiss', 5
+		gs 'stat'
+		act 'Give him a handjob': gt 'artem_sex_uni', 'hj'
+		act 'Give him a blowjob': gt 'artem_sex_uni', 'bj'
+		act 'Have sex with him': gt 'artem_sex_uni', 'sex'
+		gs 'willpower', 'bj', 'resist', 'medium'
+		if will_cost <= pcs_willpwr:
+			act 'Pull away and stop (<<will_cost>> Willpower)':
+				*clr & cla
+				gs 'willpower', 'pay', 'resist'
+				gs 'arousal', 'end'
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You pull your hand away and climb off him. "No, I can''t... not yet. I still want to wait."'
+				'He looks visibly disappointed, but nods and smiles. "Sure, I understand. I don''t want to pressure you, so whenever you''re ready is fine."'
+				act 'Talk to him': gt 'artem_dorm', 'chat'
+			end
+		else
+			act 'Pull away and stop (<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
+
+if $ARGS[0] = 'askedstrip':
+	act 'Agree to strip': gt 'artemhome', 'stripagree', 0
+	gs 'willpower', 'exhib', 'resist'
+	if will_cost <= pcs_willpwr:
+		act '"No way!" (<<will_cost>> Willpower)':
+			*clr & cla
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+			'You decline. "No, I wouldn''t be comfortable doing that."'
+			if artemQW['stripsee'] = 0:
+				'You can tell he''s seriously let down by your refusal. "Please <<$pcs_nickname>>, all the other guys have seen a naked girl before. Please?"'
+			else
+				'You can tell he''s seriously let down by your refusal. "Please <<$pcs_nickname>>, I really enjoyed watching you naked last time. Please?"'
+			end
+			gs 'willpower', 'exhib', 'resist', 'easy'
+			if will_cost <= pcs_willpwr:
+				act 'Refuse (<<will_cost>> Willpower)':
+					*clr & cla
+					gs 'willpower', 'pay', 'resist'
+					gs 'stat'
+					gs 'npc_relationship', 'modify', 'A2', 'hate'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/talk.jpg"></center>'
+					'You shake your head. "I''m sorry Artem, but I''m just not comfortable doing that."'
+					'He frowns deeply, but nods his head. "Yeah, okay..."'
+					act 'Stop talking': gt 'artem_dorm', 'start'
+					act 'Keep talking': gt 'artem_dorm', 'chat'
+				end
+			else
+				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Agree to strip': gt 'artem_dorm', 'stripagree', 1
+		end
+	else
+		act '"No way!" (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end
+end
+
+if $ARGS[0] = 'stripagree':
+	*clr & cla
+	artemQW['stripsee'] += 1
+	artemQW['date'] += 1
+	minut += 5
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/strip1.jpg"></center>'
+	if ARGS[1] = 0:
+		'You give him a serious look. "You want me to get naked for you?"'
+	else
+		'You give him a serious look. "You want me to get naked for you that badly?"'
+	end
+	'You see him visible swallow as he blushes before nodding. "Yes, I do. I would really love it if you did."'
+	'You think it over for a moment before nodding. "Okay fine. Sit back and enjoy the show." He grins widely as you start slowly stripping out of your clothes, teasing him as you do. You might as well have some fun with this.'
+	act 'Start stripping': gt 'artem_dorm', 'striptease'
+end
+
+if $ARGS[0] = 'striptease':
+	*clr & cla
+	menu_off = 1
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/strip2.jpg"></center>'
+	'You do a little dance on your knees as you slowly undress, teasing him without showing him anything but the hint of your panties. You then slowly remove your bottoms, leaving you with only your top and panties on.'
+	gs 'arousal', 'flashlite', 2
+	gs 'stat'
+	act 'Remove your top':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/strip3.jpg"></center>'
+		'Next, you start to slowly undo your top, turning your back before he can see your breasts. With your top still partially obscuring your breasts, you turn back round, giving him glimpses of your nipples until you finally remove your top, showing off your breasts in all their glory.'
+		gs 'arousal', 'flash', 2
+		gs 'stat'
+		act 'Continue':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/strip4.jpg"></center>'
+			'Next, you start to slowly pull your panties down, almost to the point your clit is visible before you pull them up a little, teasing him as your panties just barely obscure your pussy. You then pull your panties down to your mid thighs, showing off your pussy.'
+			gs 'arousal', 'flash', 2
+			gs 'stat'
+			act 'Get naked':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/strip5.jpg"></center>'
+				'You pull your panties all the way off and dance around naked before you finally face away from him on your knees. You then slowly bend over with your legs spread apart, getting down on all fours and giving him a perfect look at your pussy.'
+				'He looks like he''s about to start drooling as he stares at your pussy. You give him a few more seconds before you get up and start getting dressed again.'
+				'"Thank you, but I need to do a few things, so perhaps you should go," he says. You just smile as you can likely guess what he needs to do, but you respect his wishes and leave.'
+				gs 'arousal', 'flash', 2
+				gs 'arousal', 'end'
+				gs 'stat'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+		end
+	end
+end
+
+--- artem_dorm ---------------------------------
+

+ 1139 - 0
locations/artem_nush_sex_uni.qsrc

@@ -0,0 +1,1139 @@
+# artem_nush_sex_uni
+!2022/09/17
+
+if $ARGS[0] = 'anushka_3some1':
+	*clr & cla
+	artemQW['nushart_oral'] = 0
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some1.jpg"></center>'
+	'He just nods and you talk about how things will go before there is a knock on the dorm room door. Hearing this, Artem gets up and answers the door, you can see Anushka standing in the hallway. He stands aside so she can walk in, as she walks past him he slaps her hard on the ass, causing her to jump and yep slightly in surprise. She looks back to him and then looks back to you with a grin, as she moves over to sit next to you. After that he closes the door and locks it after she does. "Someone is feeling feisty today I see." She says.'
+	*nl
+	if anushkaQW['artem_dom'] = 1:
+		artemQW['artem_dom'] += 1
+		'As he turns around he nods and gives a confident smile. "Why wouldn''t I be. Last time I owned your ass and we all know it, now the former bad girl is back for more nerd dick."'
+		'She looks up at him and bites her lower lip, you can tell what he said just turned on her. "You think so?" While her tone has a bit of a bite to it, you don''t buy it, Artem is right and you can see by his face he knows it too.'
+		'He grins. "Yeah, I know so. Deep down we both know girls like you, like being treated like a dirty slut and the thought of some nerd you use to bully. Who is now treating you like his little cum slut, has you all wet and turned on. You can''t wait to be humiliated by a nerd, while he fucks you. Tell me I''m wrong, go on."'
+		*nl
+		'Her eyes are huge and she seems to be speechless, perhaps the shock of just how different he is acting is to much for her to process at the moment. When she doesn''t reply at once he confidently walks over, leans forward running his hand up her skirt. You see her stiffen and gasp slight when his hand disappears up her skirt, while he just grins. "What I thought, you are soaking wet already." When he pulls his hand out of her skirt, he pulls her panties off and tosses them aside, even you are a little surprised by how dominate he is being, but you figure this is good for him for many reasons.'
+		*nl
+		'While you watch, he grabs her skirt and unbuttons it enough to yanks it off her, next he pulls off her shirt and then her bra until she is totally naked, never once complaining or acting like she is not into it. In fact she mostly bites her lower lip and occasionally giggles, she is obviously loving this. He pulls her off the couch until she is kneeling on the floor completely exposed and naked in front of him. Then he straights back up so he is standing in front of her, as he starts to unbutton his pants his says. "Now open your mouth."'
+		gs 'arousal', 'voyeur', 2, 'dom'
+		gs 'stat'
+		act 'Watch': gt 'artem_nush_sex_uni', 'anushka_3some1_dom_bj'
+	elseif artemQW['rough_anal_nush'] = 2:
+		'As he turns around he nods and gives a confident smile. "I knew you would be back, when I am done with you today, you will know your ass was completely owned by a nerd, that a nerd made you his bitch and fucked you for his pleasure."'
+		'She looks up at him and bites her lower lip, you can tell what he said just turned on her. "I... almost believe you."'
+		'He confidently walks over and grabs her by the chin, then lowering his face down to hers so they are looking eye to eye. "Seeing is believing, I figured out girls like you get off on being treated like a dirty little slut, so I am going to give you exactly what you want."'
+		*nl
+		'Then he lets go of her and sits down between the two of you, he gives you a look and smiles, you give in a proud smile to let him know you are proud of him. Once he is sitting he says. "Now both of you strip and makeout while I watch."'
+		'Anushka doesn''t say anything as she starts stripping down to her bra and panties. You do the same and soon the Anushka and you are kissing and making out as you strip, while Artem watches. After a couple of minutes of this you turn and kiss Artem, as you do Anushka pulls down her panties and bends over, inviting one of you to eat her out. Artem grabs you by the hair and forces your face into Anushka''s crotch from behind.'
+		gs 'arousal', 'kiss', 2, 'sub'
+		gs 'stat'
+		act 'Eat her out': gt 'artem_nush_sex_uni', 'anushka_3some1_oral2'
+	elseif artemQW['rough_anal_nush'] = 1:
+		'As he turns around he nods and gives a confident smile. "I promised myself, that if I ever got another chance to fuck you, that I was going to fuck your ass raw this time for all the times you bullied me in school."'
+		'She looks up at him and bites her lower lip, you can tell what he said just turned on her. "That''s a bold claim."'
+		'He confidently walks over and forces himself between the two of you. "It will be fact soon enough. Now I want both of you to strip and makeout while I watch."'
+		'Anushka doesn''t say anything as she starts stripping down to her bra and panties. You do the same and soon the Anushka and you are kissing and making out as you strip, while Artem watches. After a couple of minutes of this you turn and kiss Artem, as you do Anushka pulls down her panties and bends over, inviting one of you to eat her out. Artem grabs you by the hair and forces your face into Anushka''s crotch from behind.'
+		gs 'arousal', 'kiss', 2, 'sub'
+		gs 'stat'
+		act 'Eat her out': gt 'artem_nush_sex_uni', 'anushka_3some1_oral2'
+	else
+		'As he turns around he nods and gives a confident smile. "Thats right and this time I am not going to hold back on you."'
+		'She looks around the room and you can see her smirking. "Promises promises."'
+		'He takes a deep breath then comes over to sit between the two of you. "I think the two of you should strip and makeout while I watch."'
+		'Anushka grins at his comment. "Well look at you all bossy and confident... I like it." She says as she starts stripping down to her bra and panties. You do the same and soon the Anushka and you are kissing and making out as you strip, while Artem watches. After a couple of minutes of this you turn and kiss Artem, as you do Anushka pulls down her panties and bends over, inviting one of you to eat her out. Artem grabs you by the hair and forces your face into Anushka''s crotch from behind.'
+		gs 'arousal', 'kiss', 2
+		gs 'stat'
+		act 'Eat her out': gt 'artem_nush_sex_uni', 'anushka_3some1_oral2'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some1_oral1':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some2.jpg"></center>'
+	'Artem buries his face in Anushka''s pussy from behind and starts licking her wet twat, which causes her to moan loudly as you watch the action. After a couple of minutes, he pulls away from her. "You''re wet enough to fuck now, but I''m not ready to fuck you yet." He says as he takes off the rest his clothes, indicating for you to get naked as well, before he lays down on the couch and motions you over. "<<$pcs_nickname>> I want you to suck my dick."'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	act 'Give Artem a blowjob': gt 'artem_nush_sex_uni', 'anushka_3some1_bj'
+end
+
+if $ARGS[0] = 'anushka_3some1_oral2':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some3.jpg"></center>'
+	'As Artem pushes your face into her from behind he buries your face in Anushka''s pussy, you start licking at once. She is already wet and quickly gets wetter as she moans loudly. You feel Artem let go of you.' 
+	'You eat her out for a few minutes with no idea what Artem is doing before you pull away and see him kneeling next to you. Once your face is away he leans in to take your place.'
+	gs 'arousal', 'cuni_give', 2, 'lesbian'
+	gs 'stat'
+	act 'Watch Artem eat her out': gt 'artem_nush_sex_uni', 'anushka_3some1_oral1'
+end
+
+if $ARGS[0] = 'anushka_3some1_dom_bj':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_bj.jpg"></center>'
+	'Anushka opens her mouth, once she does he sticks his hard dick into her mouth. She starts sucking his dick at once as you watch, after a minute or so of this, he grabs her by the back of the head. Pulling her head forward with his hand, he shoves his hips forward, shoving his dick all the way into her mouth, till his balls are against her chin. You can hear her gagging as he starts roughly fucking her mouth. Apparently he was really serious about treating her like his little cum slut. Finally he pulls his dick out of her mouth and she gasps for hair, he pulls her up from where she was kneeling. He turns her around and pushes her onto the couch where she kneels, then he pushes her forward bending her over as he reaches over to grab you and pull your head over to her pussy.'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	act 'Eat her out': gt 'artem_nush_sex_uni', 'anushka_3some1_oral2'
+end
+
+if $ARGS[0] = 'anushka_3some1_bj':
+	*clr & cla
+	minut -= 2
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some4.jpg"></center>'
+	if anushkaQW['artem_dom'] = 1:
+		'You get on your hands and knees on the couch between his legs and start stroking his cock with your hand before you take it into your mouth, bobbing your head up and down on his shaft. Artem moans as you start sucking his dick, as you hear him say. "Don''t just stand there, use that mouth of yours for something good for a change and get my girl nice and wet." You assume he is talking to Anushka, moments later, you feel a warm wet tongue starts lapping at your clit as Anushka starts eating you out.'
+	else
+		'You get on your hands and knees on the couch between his legs and start stroking his cock with your hand before you take it into your mouth, bobbing your head up and down on his shaft. Artem moans as you start sucking his dick, as you hear him say. "Go on and pleasure my girl." You assume he is talking to Anushka, moments later, you feel a warm wet tongue starts lapping at your clit as Anushka starts eating you out.'
+	end
+	gs 'arousal', 'bj', 2
+	gs 'arousal', 'cuni', 2, 'lesbian'
+	gs 'stat'
+	act 'Tell Anushka to suck his dick':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some5.jpg"></center>'
+		if anushkaQW['artem_dom'] = 1:
+			'You pop his dick out of your mouth and look back at Anushka. "Get up here and suck his cock like the good little slut you are!"' 
+			'She stops eating you out to look up at you with an amused smirk on her face before she moves up and kneels down beside the couch. She obediently takes his cock in one hand and starts stroking it while she takes the head of his dick into her mouth, tightly wraps her lips around his shaft and starts sucking. You glance up to Artem and see him smiling as he says. "I''m glad you talked me into this, it''s great having our own little fuck slut." You give him a amused little smile before, you start licking his balls, which makes him moan loudly.'
+		else
+			'You pop his dick out of your mouth and look back at Anushka. "Get up here and suck this cock like the good little slut you are!"' 
+			'She stops eating you out to look up at you with an amused smirk on her face before she moves up and kneels down beside the couch. She obediently takes his cock in one hand and starts stroking it while she takes the head of his dick into her mouth, tightly wraps her lips around his shaft and starts sucking. After you''re satisfied that she''s doing what you want, you start licking his balls and hear him moaning loudly.'
+		end
+		gs 'arousal', 'foreplay', 2
+		gs 'stat'
+		act 'Mount him':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some6.jpg"></center>'
+			'He grabs ahold of Anushka''s head and pulls her off as he says as he looks at you. "I need to fuck you <<$pcs_nickname>>", after which you straddle him. You lift yourself up, lining his dick up with your pussy and slowly lower yourself down on it, taking his <<dick>>cm <<$dick_girth>> dick inside you. As you start riding him, Anushka moves up to his head, straddles his face and lowers herself down, grinding her crotch into his face as you ride him. You both moan from the pleasure of the act and watching your friend be pleasured by your boyfriend. A few minutes later he lifts her off and then smacks your ass. "Bring that sweet pussy up here." He says.'
+			gs 'arousal', 'vaginal', 3
+			gs 'stat'
+			act 'Switch with Anushka':
+				*clr & cla
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some7.jpg"></center>'
+				if anushkaQW['artem_dom'] = 1:
+					'You get off him and move up to his face and straddle it. As you do you look at Anushka and tell her. "Go on and sit on my boyfriends cock, like a good little slut."'
+					'Anushka laughs at your comment. "Whatever you say, nerd tamer." She lifts herself up and shimmies down his body until she''s above his dick. You straddle his face and he starts licking your wet pussy as you watch Anushka lower herself down, until his cock slides into her wet pussy. She moans softly as she starts riding him in reverse cowgirl style. "Take the whole thing." You tell her as you reach over and grab her shoulders. Pushing her down, until she is impaled balls deep on his <<dick>>cm <<$dick_girth>> cock.'
+				else
+					'You get off him and move up to his face and straddle it. As you do you look at Anushka and tell her. "Get over here. I want to see you ride this cock, slut."'
+					'Anushka laughs at your comment. "Whatever you say, nerd tamer." She lifts herself up and shimmies down his body until she''s above his dick. You straddle his face and he starts licking your wet pussy as you watch Anushka lower herself down, impaling herself on his <<dick>>cm <<$dick_girth>> cock. She moans softly as she starts riding him in reverse cowgirl style.'
+				end
+				gs 'arousal', 'cuni', 2
+				gs 'stat'
+				act 'Lay on your side':
+					*clr & cla
+					gs 'boyStat', 'A2'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some8.jpg"></center>'
+					'After a couple minutes, you lean forward and slap her ass, which causes her to yelp a little in surprise. "Don''t be greedy. I want another go."'
+					'She scoffs. "Me? Greedy? You rode him for longer than I did!" She rolls her eyes and climbs off him as you lie down on your side next to him and he turns on his side to face you. You hold up one of your legs and Artem wastes no time. He slips his dick back inside and starts gently thrusting as Anushka gets down and starts licking and sucking his balls.'
+					gs 'arousal', 'vaginal', 2
+					gs 'stat'
+					act 'Let Artem to take charge':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some9.jpg"></center>'
+						'He pulls out of you and gets up, you slide off as well, just as he grabs Anushka and pushes her down on the ottoman forcefully. She gasps a little at his sudden action, before she can really say anything he grabs her leg and pulls her towards him until her ass is almost hanging off the end. He then pushes her legs apart and plunges his cock back into her pussy, causing her to moan as you move up towards her head and sit on her face. She starts eating you out as you glance at Artem and give him a reassuring smile.'
+						'"Can you hand me the lube?" he asks after a couple minutes.'
+						gs 'arousal', 'cuni', 2, 'lesbian'
+						gs 'stat'
+						act 'Hand Artem the lube':
+							*clr & cla
+							gs 'boyStat', 'A2'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some10.jpg"></center>'
+							'You reach over and grab the lube while grinding your pussy against Anushka''s face and passing the bottle of lube back to him. You don''t know if Anushka heard him or if she''s just ignoring what the two of you are saying. You keep riding her face until you hear her muffled loud groan. Glancing back, you see that Artem has inserted his <<dick>>cm <<$dick_girth>> dick into her ass, as he starts butt fucking her.'
+							gs 'arousal', 'cuni', 2, 'lesbian'
+							gs 'stat'
+							act 'Let him have his fun': gt 'artem_nush_sex_uni', 'anushka_3some1_rough1'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'anushka_3some1_rough1':
+	*clr & cla
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some11.jpg"></center>'
+	'You want to watch your boyfriend fuck your friends ass, so you climb off her and kneel beside her waist so you can get a good look at Artem''s cock sliding in and out of her ass. "Come on, fuck her like the dirty little slut she is!"'
+	'Anushka looks up at him while biting her lower lip, but doesn''t say anything. He looks at you when you speak up, then looks at her, and his gaze hardens just a bit before he starts ramming his <<dick>>cm <<$dick_girth>> cock harder in her butt. Anushka responds by moaning louder obviously enjoying the hard fucking Artem is giving her ass.'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	act 'Ask him to butt fuck you': gt 'artem_nush_sex_uni', 'anushka_3some1_anal'
+	act 'Let him keep going': gt 'artem_nush_sex_uni', 'anushka_3some1_doggy'
+end
+
+if $ARGS[0] = 'anushka_3some1_anal':
+	*clr & cla
+	minut -= 2
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some12.jpg"></center>'
+	'You reach up and cup his face in your hands, holding his gaze so he looks directly into your eyes. "I want you to fuck my ass now."'
+	'He grins widely at you and you move to straddle Anushka''s face while Artem moves around behind you, near the top of her head. He squirts some lube onto your asshole and works it in before he gently slides his <<dick>>cm <<$dick_girth>> cock up your ass, pausing when you tense up and only moving again when you relax. He''s soon slowly yet lovingly fucking your ass while Anushka eats you out.'
+	gs 'arousal', 'anal', 2, 'lube'
+	gs 'arousal', 'cuni', 2, 'lesbian'
+	gs 'stat'
+	act 'Eat her out':
+		*clr & cla
+		minut -= 4
+		gs 'boyStat', 'A2'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some13.jpg"></center>'
+		'You lower your head between Anushka''s legs and start lapping at her clit, and she does the same to you, while Artem continues fucking your ass. He is starting to get a bit rougher with you as he starts fucking your butt harder and deeper, it seems he is getting caught up in the moment. A couple of minutes latter he pulls out of your ass and slaps your butt check. "Lets switch it up."'
+		gs 'arousal', 'anal', 2, 'lube'
+		gs 'arousal', 'cuni', 2, 'lesbian'
+		gs 'arousal', 'cuni_give', 2, 'lesbian'
+		gs 'stat'
+		act 'Let him control the situation': gt 'artem_nush_sex_uni', 'anushka_3some1_doggy'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some1_doggy':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some14.jpg"></center>'
+	if anushkaQW['artem_dom'] = 1:
+		'Artem half pulls, half helps Anushka get up as you lay down where she was, as soon as you are on your back she straddles your face, you can see her slightly gapping asshole above you. As you start to lick her pussy, Artem comes up behind her, his dick and balls just above your head. Artem shoves his dick balls deep up her butt with one thrust, causing her to moan loudly. "You love taking my nerd dick up your butt, don''t you. Tell me you love it, beg me to fuck your ass hard."'
+		'"Oh fuck... yes... I love your big nerd dick... in my ass." She says breathlessly as she moans as he fucks her butt while you eat her out. "Please, please... pound my ass." He gives her ass cheek a few smacks while he pounds her ass.'
+	else
+		'Artem half pulls, half helps Anushka get up as you lay down where she was, as soon as you are on your back she straddles your face, you can see her slightly gapping asshole above you. As you start to lick her pussy, Artem comes up behind her, his dick and balls just above your head. Artem slides his dick back into her butthole, it slides in easily as she moans loudly. "Yeah you like that, don''t you slut? Tell me how much you love taking nerd dick up your butt."'
+		'"Oh fuck... yes... I love your big nerd dick... in my ass." She says breathlessly as she moans as he fucks her butt while you eat her out. He gives her ass cheek a few smacks while he keeps thrusting into her.'
+	end
+	gs 'arousal', 'cuni_give', 2, 'lesbian'
+	gs 'stat'
+	act 'Keep eating her out': 
+		*clr & cla
+		gs 'boyStat', 'A2'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some15.jpg"></center>'
+		'While you lick your friends pussy, you have to perfect view to watch Artem''s <<dick>>cm <<$dick_girth>> cock pound her ass, he starts taking long hard thrust as he hammers his dick into her butt. As he does she starts crying out. "OH FUCK... OH FUCK... OH FUUUCCCKKK." Just as she has a hard orgasm, her legs start shaking and your face is covered in her pussy juices. Artem fucks her through her orgasm not letting up or slowing down as she cums hard.'
+		gs 'arousal', 'cuni_give', 2, 'lesbian'
+		gs 'stat'
+		act 'Slurp at her soaking wet pussy': 
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some16.jpg"></center>'
+			if anushkaQW['artem_dom'] = 1:
+				'"That''s right moan like a slut while this nerd pounds that ass. I own your ass now, this ass belongs to me." As he says that you notice he leans forward a bit and reaches out with one of his arms. A moment later you feel her breasts lifting off your stomach, you can only guess that he is pulling her up and back by her hair. "Tell me who''s ass this is."'
+				'She moans and pants as she says. "It''s your ass."'
+				*nl
+				'He grunts a reply. "No, this ass belongs to the nerds. You use to be some cool bad ass chick. Now... now you are owned by some nerd. Maybe I will share you with the other nerds and they can all take a turn fucking you, you''d like that. Wouldn''t you?" Anushka is panting harder and moaning louder as he talks, when she doesn''t respond to his question he says again. "WOULDN''T YOU!" He sounds louder in a commanding voice, you find yourself getting wetter at his dominating tone.'
+				*nl
+				'It seems to be working for Anushka as well as she cries out. "OHHH... YES... YES... YES...." As she has another orgasm, coating your face with her juices again. You are not so sure she is saying yes to his question, you think she is just overwhelmed by her second orgasm and doesn''t even realize what she is saying.'
+				'Artem seems to think she is answering him as he replies. "Look at you cumming again just thinking about being fucked by other nerds." He keeps fucking her until she rides out her second orgasm, right after pulls his dick out of Anushka''s asshole and starts stroking it with one hand while pulling her off you with his other.'
+			elseif artemQW['rough_anal_nush'] <= 1:
+				artemQW['rough_anal_nush'] = 2
+				'Despite the fact that he starts to grunt, like he''s about to cum. Yet he manages to control himself, it seems this time he isn''t going to miss his chance as he starts smacking her ass as he fucks her. She starts panting as she cries out. "OHHH... YES... YES... YES...." As she has another orgasm, coating your face with her juices again. He keeps fucking her until she rides out her second orgasm, right after pulls his dick out of Anushka''s asshole and starts stroking it with one hand while pulling her off you with his other.'
+			else
+				'It doesn''t take much longer before he starts to grunt, and you can tell he''s about to cum. Yet he manages to control himself, as he starts smacking her ass as he fucks her. Not long after her orgasm is over she starts panting as she cries out. "OHHH... YES... YES... YES...." As she has another orgasm, coating your face with her juices again. He keeps fucking her until she rides out her second orgasm, right after pulls his dick out of Anushka''s asshole and starts stroking it with one hand while pulling her off you with his other.'
+			end
+			gs 'arousal', 'cuni_give', 5, 'lesbian'
+			gs 'stat'
+			act 'Sit up and watch': gt 'artem_nush_sex_uni', 'anushka_3some1_dom_facial'
+		end
+	end	
+end
+
+if $ARGS[0] = 'anushka_3some1_dom_facial':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_mouthful.jpg"></center>'
+	'One he has Anushka off you and kneeling on the floor in front of him he says. "Stick out your tongue." You watch as she sticks out her tongue and he puts the tip of his dick just above her tongue pointed into her mouth. He groans loudly as he shoots his thick white gooey cum into her mouth, coating her tongue. Most of his cum ends up in her mouth, but some squirts out and lands on the side of her face, a little dips out and lands on her bare tits. Once he squeezes the the last drop of cum out of his dick, he lets out a loud satisfied sigh and sits down roughly on the couch.'
+	gs 'arousal', 'end'
+	gs 'stat'
+	act 'Clean up': gt 'artem_nush_sex_uni', 'anushka_3some1_cleanup'
+	act 'Lick the cum from her face':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some17.jpg"></center>'
+		'You kneel down next to Anushka as she closes her mouth and swallows Artem''s cum. As you are kneeling next to her, you start licking the cum off her face. She patiently sits still as you clean her up with your tongue until you''ve licked up every last drop of Artem''s cum from her face. He sits on the couch and watches the two of you. Once you finish, you look over at him and notice that his dick is already hard again. You let go of Anushka and get up, grabbing some tissues to clean yourself before passing the box to her. Artem soon follows suit and starts cleaning himself up as well.'
+		gs 'cum_call', 'mouth_swallow', 'A2', 1
+		gs 'arousal', 'end'
+		gs 'stat'
+		act 'Clean up': gt 'artem_nush_sex_uni', 'anushka_3some1_cleanup'
+	end
+	act 'Kiss her':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_cumkiss.jpg"></center>'
+		'You kneel down next to her and turn her face towards yours, as soon as you are looking at each other you kiss her. He sits on the couch and watches the two of you. The two of you deeply and passionately french kiss each other, the whole time passing Artem''s cum back and forth between your mouths. Once you are finished you both swallow his cum that ended up in your mouths. Once you finish, you look over at him and notice that his dick is already hard again. You let go of Anushka and get up, grabbing some tissues to clean yourself before passing the box to her. Artem soon follows suit and starts cleaning himself up as well.'
+		gs 'cum_call', 'mouth_swallow', 'A2', 1
+		gs 'arousal', 'end'
+		gs 'stat'
+		act 'Clean up': gt 'artem_nush_sex_uni', 'anushka_3some1_cleanup'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some1_cleanup':
+	*clr & cla
+	cumspclnt = 12
+	gs 'cum_cleanup'
+	gs 'stat'
+	'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
+	'Once you''re all cleaned up, you start dressing before Anushka grabs her purse off the floor where she dropped it. "I have to admit, you surprised me Artem, the sex was better than I was expecting. Hell you was better than I was expecting, who knew you had such a bad boy streak in you."'
+	'Artem blushes a little at her compliment but you also notice his chest swell in obvious pride at her words. "Thanks... ah I hope everything I said was ok and I didn''t push it to far."'
+	*nl
+	'You bite your lip half expecting Anushka to go off on him now for admitting it was just a act. But to your surprise she walks over and pats him on the cheek. "You did great, I loved it. But word of advice, next time don''t ruin it at the end. During play time own the attitude, got it?"'
+	'He giggle softly as he nods. "Got it." Then it seems to hit him what else she said. "Next time?"'
+	'She shrug a bit as she starts getting dressed. "Sure if you guys want, I had fun, so why not."'
+	*nl
+	'He grins ear from ear, apparently never expecting to hear all the praise he is getting from her. "Yeah, sure." Then he glances at you. "I mean if <<$pcs_nickname>> is ok with it."'
+	'You smile to him. "We can talk about it later." But do you want this to be a regular thing, your boy friend fucking one of your best friends? You had fun and maybe in the future you could do different stuff. You are not sure you will have to think about it.'
+	if grupTipe3 = 1:
+		'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+	else
+		'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+	end
+	act 'Ask how he feels': gt 'artem_nush_sex_uni', 'nush3some1_how_he_feels'
+	act 'You need to leave too':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+		'He hugs you. "Thank you, thank you for everything. I had a great time. I really needed this more than you will ever know." He kisses you again before walking you to the door. As you leave, you think about what just happened. You have set it up so your boy friend and best friend are interested in having more threesomes. As you go out the door and Artem closes it behind you, you wonder if this was a mistake or the smartest thing you ever did. You suppose only time will tell.'
+		act 'Leave': gt 'uni_dorm', 'second_floor'
+	end
+end
+
+if $ARGS[0] = 'nush3some1_how_he_feels':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+	'You smile and kiss him again. You pause while looking at him; he just seems a little different and more confident. "So, how did that make you feel?"'
+	if anushkaQW['artem_dom'] = 1:
+		'He gets up and pacing around full of energy. "Fuck that was amazing. It was great making my former bully say all that stuff and I totally owned her and treated her like my bitch." You notice he said former bully, you wonder if he even realized it. But it seems like he doesn''t plan on letting her bully him anymore, not after this.'
+		*nl
+		'You give him an encouraging look to continue, so he does. "I mean I never dreamed in a million years, that I would being fucking Nush in the ass and making her beg me to pound her harder." He shakes his head in disbelief like he is still having problems believing what just happened. "Man what a RUSH!" Then he turns suddenly to look back at you. "Did you see how turned on she got, when I said I might share her with the others?"'
+		'You nod your head, not that you could have missed it. "Yes I heard her, kinda hard not to with how loud she was."'
+		*nl
+		'He nods and goes back to pacing. "Maybe next time I will invite Petka over, wouldn''t he be freaked if I made her submit to him and I know he would love getting some payback on her too."'
+		'You frown a bit. "She''s not a whore for you to pimp out."'
+		'He looks to you and looks a bit confused by what you said. "I know... I know... I just thought..." Then he trails off as he obviously isn''t sure himself where he was going with this.'
+		'You smile to him. "Just remember she might like to be submissive and let guys use her, but she is letting it happen. You push her to far and she is going to push back and hard."'
+		act 'Wait for his reply':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+			'He looks thoughtful a moment then nods. "You''re right, I just sometimes get carried away... because of all the times she bullied me, you know."'
+			'You give him a soft caring smile. "I know, but she is my friend and she isn''t that bad really. Plus she is still a person."'
+			'He nods and thinks a bit. "Yeah... you''re right, maybe we can causally bring it up sometime about involving someone else and then we can bring up Petka and see what she thinks."'
+			*nl
+			'You nod in agreement with him. "I think that would be a good way to do it. I think she will agree."'
+			'He nods at once. "Yeah, yeah I really would. I mean not all the time but sometimes, yeah. If you are ok with it." He says while looking at you, obviously worried he might be coming across as to eager and hurting your feelings.'
+			act 'We will see':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You smile at him. "We will see, maybe I will save it for special rewards for you."'
+				'He laughs and hugs you. "Thank you, thank you for everything. I had a great time, this was such a eye opening event. I never realized how much I would enjoy being so... so dominate to a girl." You talk for a bit about why and it is pretty obvious. Like most boys deep down he just likes feeling like a alpha, after a bit you tell him you need to get going. He kisses you before walking you to the door. As you leave, you think about what just happened. You have set it up so your boy friend and best friend are interested in having more threesomes. As you go out the door and Artem closes it behind you, you wonder if this was a mistake or the smartest thing you ever did. You suppose only time will tell.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+		end
+	else
+		'He looks thoughtful for a second. "You know what? I feel great, I really do. It was great making her say all that stuff and I totally owned her and treated her like my bitch." He pauses, as glances to you with a slight blush. "I mean our bitch."'
+		'You give him an encouraging look to continue, so he does. "I mean I never dreamed in a million years, that I would get to fuck Nush and humiliate her, by making her tell me how much she loves it."'
+		'You squeeze his hand. "Well you look happy and if this makes you happy, then I am happy. So does this mean you really want to do this again?"'
+		'He nods at once. "Yeah, yeah I really would. I mean not all the time but sometimes, yeah. If you are ok with it." He says while looking at you, obviously worried he might be coming across as to eager and hurting your feelings.'
+		act 'We will see':
+			*clr & cla
+			anushkaQW['artem_dom'] = 1
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+			'You smile at him. "We will see, maybe I will save it for special rewards for you."'
+			'He laughs and hugs you. "Thank you, thank you for everything. I had a great time, this was such a eye opening event. I never realized how much I would enjoy being so... so dominate to a girl." You talk for a bit about why and it is pretty obvious. Like most boys deep down he just likes feeling like a alpha, after a bit you tell him you need to get going. He kisses you before walking you to the door. As you leave, you think about what just happened. You have set it up so your boy friend and best friend are interested in having more threesomes. As you go out the door and Artem closes it behind you, you wonder if this was a mistake or the smartest thing you ever did. You suppose only time will tell.'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+	end
+end
+
+if $ARGS[0] = 'anushka_3some2':
+	*clr & cla
+	artemQW['artem_dom'] += 1
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some1.jpg"></center>'
+	'The two of you talk about last time and what he is expecting this time, before to long there is a knock on the dorm room door. Hearing this, Artem gets up and answers the door, you can see Anushka standing in the hallway. He stands aside so she can walk in, as she walks past him he slaps her hard on the ass, this time she doesn''t jump, apparently expecting it this time. Instead she just says. "Oh... baby, smack my ass." He locks the door to the room and quickly catches up to smack her butt again, as he says. "I am going to do a lot more than smack it."'
+	*nl
+	'She gives you a amused slightly turned on grin by his words, as she walks over to where you sit on the  couch.just before she reaches the couch he starts to undress her. You join in on helping Artem undress her, between the two of you. You quickly have her completely naked, once she is he pushes her down firmly but not hard by the shoulders, until she drops down onto her knees in front of him, as he starts to unbutton his pants his says. "Now open your mouth slut."'
+	gs 'arousal', 'voyeur', 2, 'dom'
+	gs 'stat'
+	act 'Watch': gt 'artem_nush_sex_uni', 'anushka_3some2_dom_bj'
+end
+
+if $ARGS[0] = 'anushka_3some2_dom_bj':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_bj.jpg"></center>'
+	'Anushka opens her mouth, once she does he sticks his hard dick into her mouth. She starts sucking his dick at once as you watch, after a minute or so of this, he grabs her by the back of the head. Pulling her head forward with his hand, he shoves his hips forward, shoving his dick all the way into her mouth, till his balls are against her chin. You can hear her gagging as he starts roughly fucking her mouth, he glances to you and smiles. It seems he is really starting to get into being dominate and rough during sex. Finally he pulls his dick out of her mouth and she gasps for hair, he pulls her up from where she was kneeling. He turns her around and pushes her onto the couch where she kneels, then he pushes her forward bending her over as he reaches over to grab you and pull your head over to her pussy.'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	act 'Eat her out':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some3.jpg"></center>'
+		'As Artem pushes your face into her from behind he buries your face in Anushka''s pussy, you start licking at once. She is already wet and quickly gets wetter as she moans loudly. You feel Artem let go of you as he says. "Get her nice and wet for me <<$pcs_nickname>>."' 
+		'As you eat her out for a few minutes, you notice Artem taking off his clothes out of the corner of your eye. Once he is naked he kneels down next to you and says, "Take off your clothes." You move aside, letting him leans in and take your place.'
+		gs 'arousal', 'cuni_give', 2, 'lesbian'
+		gs 'stat'
+		act 'Watch Artem eat her out':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some2.jpg"></center>'
+			'Artem buries his face in Anushka''s pussy from behind and starts licking her wet twat, which causes her to moan loudly as you watch the action. You watch as Artem eats Anushka out, while you take off your clothes as well. After a couple of minutes, he pulls away from her and examines her wet pussy from behind as he says. "Look how wet you are, you just can''t wait for some nerd dick can you. Beg me to fuck you."'
+			'She glances over at you with a bemused grin on her face. "Oh please fuck me with your big nerd dick, pound my little pussy, please." You can tell she is hamming it up a bit for him.'
+			gs 'arousal', 'voyeur_sex', 2
+			gs 'stat'
+			act 'Watch Artem fuck her':
+				*clr & cla
+				minut -= 2
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_fuck1.jpg"></center>'
+				'Artem stands up and smacks his hard dick against Anushka''s butt cheeks a few time, then he rubs the tip against her soaking wet pussy from behind, causing her to moan. Until the tip of his dick is shiny and wet from her juices, you watch as he slides his dick into her wet twat. Her pussy easily swallows up <<dick>>cm <<$dick_girth>> cock, as he starts fucking her. You sit on the couch watching as your boyfriend fucks your friend from behind, listening to her moaning with each thrust, is getting you so turned on, you slide your hand down to your own wet pussy. You start rubbing your clit, masturbating as you watch them fuck.'
+				gs 'arousal', 'voyeur_sex', 2
+				gs 'arousal', 'clit_finger', 2, 'masturbate'
+				gs 'stat'
+				act 'Watch Anushka get really pounded':
+					*clr & cla
+					minut -= 2
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_fuck2.jpg"></center>'
+					'Artem suddenly buries his cock balls deep into Anushka''s pussy, she moans loudly and seems to love it as Artem starts really pounding her pussy hard, his swinging balls slapping against her clit with each thrust. She opens her eyes and stares right at you as Artem fucks her from behind, hard and rough. While you stare back at her rubbing your clit with your hand, watching your boyfriend pound your friend in front of you.'
+					'He glances over at you as he says. "Are you ready to join in my love?" You could just watch and give him pointers or you could join in yourself.'
+					if mc_inventory['strapon'] = 1 and strapnumber > 0 and strapnumber < 5:
+						'Of course you could fuck her too, you do have a strapon in your purse after all.'
+					end
+					gs 'arousal', 'voyeur_sex', 2
+					gs 'arousal', 'clit_finger', 2, 'masturbate'
+					gs 'stat'
+					act 'Tell him yes': gt 'artem_nush_sex_uni', 'anushka_3some2_bj'
+					if mc_inventory['strapon'] = 1 and strapnumber > 0 and strapnumber < 5:
+						act 'You want to fuck her': gt 'artem_nush_sex_uni', 'anushka_3some2_dom_strapon'
+					end
+					act 'You just want to watch':
+						*clr & cla
+						minut -= 2
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal1.jpg"></center>'
+						'You look to him and smile. "I just want to watch you fuck her this time."'
+						'Artem looks a little surprised but then just nods. "Ok, can you hand me the lube then?" You grab the lube and pass it to him, he lubes up Anushka''s butt while he keeps fucking her pussy. Once he has her butt nice and lubed up, he pulls his dick out of her pussy. He uses one hand to spread her butt cheeks and uses the other to line his dick up, until the tip is pressed against her asshole. Then he pushes forward until the head of his cock pops into her ass, causing her to gasp and moan. She glances back over her shoulder watching your masturbate while Artem starts fucking her up the butt.'
+						gs 'arousal', 'voyeur_sex', 2
+						gs 'arousal', 'clit_finger', 2, 'masturbate'
+						gs 'stat'
+						act 'Watch your BF butt fuck your friend':
+							*clr & cla
+							minut -= 2
+							gs 'boyStat', 'A2'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal2.jpg"></center>'
+							'As Artem fucks Anushka ass he starts slapping her ass cheek with one hand, which makes her moan louder and louder, before to long her legs start to shake as she cries out having a orgasm. Artem starts fucking her hard and fast as she starts to orgasm and rides it all the way through her orgasm until her legs stop shaking. He keeps fucking her hard and fast with his <<dick>>cm <<$dick_girth>> cock balls deep up her butt.'
+							gs 'arousal', 'voyeur_sex', 2
+							gs 'arousal', 'clit_finger', 2, 'masturbate'
+							gs 'stat'
+							act 'Keep watching':
+								*clr & cla
+								minut -= 2
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal3.jpg"></center>'
+								'Anushka reaches back and puts a hand against his hip to try and slow him down and perhaps keep him from going completely balls deep in her ass. Artem keeps smacking her hand away and doesn''t slow down as he starts to grunt, getting close to shooting his load as well. "Move your hand away, stop trying to slow me down." He grunts out. "Remember this ass belongs to the nerds and today I''m king of the nerds. So take my cock... take it..." He grunts barely able to contain himself anymore.'
+								gs 'arousal', 'voyeur_sex', 2
+								gs 'arousal', 'clit_finger', 2, 'masturbate'
+								gs 'stat'
+								act 'Watch him cum':
+									*clr & cla
+									minut -= 2
+									'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal_cum.jpg"></center>'
+									'Artem suddenly pulls his cock out of Anushka''s asshole and at once start cumming all over her butt cheeks. He milks his cock until ever last drop of it has dripped down onto her butt, Anushka for her part stays bent over and lets him cum all over her ass. Then he lets out a sigh and half sits, half collapses on the couch, sitting next to where Anushka is still kneeling, with her ass in the air, covered in his cum.'
+									gs 'arousal', 'voyeur_sex', 2
+									gs 'arousal', 'clit_finger', 2, 'masturbate'
+									gs 'arousal', 'end'
+									gs 'stat'
+									act 'Clean up':
+										*clr & cla
+										minut += 5
+										'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
+										'Anushka grabs some tissues and starts cleaning the cum off her butt as she says to you. "How come you didn''t join in? That time of the month?"'
+										'You laugh a bit. "No I just wanted to watch your ass get owned by some nerd dick, you are starting to really become a submissive slut to nerd cock."'
+										'Anushka rolls her eyes and shakes her head. "What ever gets you off." Once she finishes cleaning the cum off herself she starts getting dressed, as do you and Artem. Anushka then grabs her purse and compact and starts to touch up her makeup.'
+										if grupTipe3 = 1:
+											'Once you are all dressed, Anushka is done touching up her makeup, she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+										else
+											'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+										act 'You need to leave too':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+											'You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+											'He hugs you. "See you later babe, I can''t wait to do this again, though I hope you join in next time." He kisses you again before walking you to the door. As you leave, you think about what just happened. You just let your boy friend fuck your best friend. As you go out the door and Artem closes it behind you, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+											act 'Leave': gt 'uni_dorm', 'second_floor'
+										end
+									end
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+
+if $ARGS[0] = 'anushka_3some2_bj':
+	*clr & cla
+	minut -= 2
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some4.jpg"></center>'
+	'You nod you are ready to join in, as you nod he pulls out of Anushka and slaps her ass so that she will move out of the way. Then he lays down on his back. "Come over and give me a blow job." He tells you. Getting on your hands and knees on the couch between his legs and start stroking his cock with your hand before you take it into your mouth, bobbing your head up and down on his shaft. Artem moans as you start sucking his dick, as you hear him say. "Don''t just stand there, use that mouth of yours for something good for a change and get my girl nice and wet." You assume he is talking to Anushka, moments later, you feel a warm wet tongue starts lapping at your clit as Anushka starts eating you out.'
+	gs 'arousal', 'bj', 2
+	gs 'arousal', 'cuni', 2, 'lesbian'
+	gs 'stat'
+	act 'Tell Anushka to suck his dick':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some5.jpg"></center>'
+		'You pop his dick out of your mouth and look back at Anushka. "Get up here and suck his cock like the good little slut you are!"' 
+		'She stops eating you out to look up at you with an amused smirk on her face before she moves up and kneels down beside the couch. She obediently takes his cock in one hand and starts stroking it while she takes the head of his dick into her mouth, tightly wraps her lips around his shaft and starts sucking. You glance up to Artem and see him smiling as he says. "I''m glad you talked me into this, it''s great having our own little fuck slut." You give him a amused little smile before, you start licking his balls, which makes him moan loudly.'
+		gs 'arousal', 'foreplay', 2
+		gs 'stat'
+		act 'Mount him':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some6.jpg"></center>'
+			'He grabs ahold of Anushka''s head and pulls her off as he says as he looks at you. "I need to fuck you <<$pcs_nickname>>", after which you straddle him. You lift yourself up, lining his dick up with your pussy and slowly lower yourself down on it, taking his <<dick>>cm <<$dick_girth>> dick inside you. As you start riding him, Anushka moves up to his head, straddles his face and lowers herself down, grinding her crotch into his face as you ride him. You both moan from the pleasure of the act and watching your friend be pleasured by your boyfriend. A few minutes later he lifts her off and then smacks your ass. "Bring that sweet pussy up here." He says.'
+			gs 'arousal', 'vaginal', 3
+			gs 'stat'
+			act 'Switch with Anushka':
+				*clr & cla
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some7.jpg"></center>'
+				'You get off him and move up to his face and straddle it. As you do you look at Anushka and tell her. "Go on and sit on my boyfriends cock, like a good little slut."'
+				'Anushka laughs at your comment. "Whatever you say, nerd tamer." She lifts herself up and shimmies down his body until she''s above his dick. You straddle his face and he starts licking your wet pussy as you watch Anushka lower herself down, until his cock slides into her wet pussy. She moans softly as she starts riding him in reverse cowgirl style. "Take the whole thing." You tell her as you reach over and grab her shoulders. Pushing her down, until she is impaled balls deep on his <<dick>>cm <<$dick_girth>> cock.'
+				gs 'arousal', 'cuni', 2
+				gs 'stat'
+				act 'Lay on your side':
+					*clr & cla
+					gs 'boyStat', 'A2'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some8.jpg"></center>'
+					'After a couple minutes, you lean forward and slap her ass, which causes her to yelp a little in surprise. "Don''t be greedy. I want another go."'
+					'She scoffs. "Me? Greedy? You rode him for longer than I did!" She rolls her eyes and climbs off him as you lie down on your side next to him and he turns on his side to face you. You hold up one of your legs and Artem wastes no time. He slips his dick back inside and starts gently thrusting as Anushka gets down and starts licking and sucking his balls.'
+					gs 'arousal', 'vaginal', 2
+					gs 'stat'
+					act 'Let Artem to take charge':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some9.jpg"></center>'
+						'He pulls out of you and gets up, you slide off as well, just as he grabs Anushka and pushes her down on the ottoman forcefully. She gasps a little at his sudden action, before she can really say anything he grabs her leg and pulls her towards him until her ass is almost hanging off the end. He then pushes her legs apart and plunges his cock back into her pussy, causing her to moan as you move up towards her head and sit on her face. She starts eating you out as you glance at Artem and give him a reassuring smile.'
+						'"Can you hand me the lube?" he asks after a couple minutes.'
+						gs 'arousal', 'cuni', 2, 'lesbian'
+						gs 'stat'
+						act 'Hand Artem the lube':
+							*clr & cla
+							gs 'boyStat', 'A2'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some10.jpg"></center>'
+							'You reach over and grab the lube while grinding your pussy against Anushka''s face and passing the bottle of lube back to him. You don''t know if Anushka heard him or if she''s just ignoring what the two of you are saying. You keep riding her face until you hear her muffled loud groan. Glancing back, you see that Artem has inserted his <<dick>>cm <<$dick_girth>> dick into her ass, as he starts butt fucking her.'
+							gs 'arousal', 'cuni', 2, 'lesbian'
+							gs 'stat'
+							act 'Let him have his fun': gt 'artem_nush_sex_uni', 'anushka_3some2_rough1'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'anushka_3some2_rough1':
+	*clr & cla
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some11.jpg"></center>'
+	'You want to watch your boyfriend fuck your friends ass, so you climb off her and kneel beside her waist so you can get a good look at Artem''s cock sliding in and out of her ass. "Listen to this slut moan, she loves getting her ass owned by nerd cock!"'
+	'Anushka responds by moaning louder obviously enjoying Artem''s <<dick>>cm <<$dick_girth>> cock in her ass. He looks at you when you speak up and grins. "Yeah she does, by the time we are done with her, she will be begging every nerd at the University to fuck her ass." Then he looks down at Anushka. "Wouldn''t you slut?" He doesn''t wait for her to respond. "Oh how the mighty have fallen, I remember when you was a bad ass bitch and now you are our little submissive fuck slut."'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	act 'Ask him to butt fuck you': gt 'artem_nush_sex_uni', 'anushka_3some1_anal'
+	act 'Let him keep going': gt 'artem_nush_sex_uni', 'anushka_3some1_doggy'
+end
+
+if $ARGS[0] = 'anushka_3some2_anal':
+	*clr & cla
+	minut -= 2
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some12.jpg"></center>'
+	'You reach up and cup his face in your hands, holding his gaze so he looks directly into your eyes. "I want you to fuck my ass now."'
+	'He grins widely at you and you move to straddle Anushka''s face while Artem moves around behind you, near the top of her head. He squirts some lube onto your asshole and works it in before he gently slides his <<dick>>cm <<$dick_girth>> cock up your ass, pausing when you tense up and only moving again when you relax. He''s soon slowly yet lovingly fucking your ass while Anushka eats you out.'
+	gs 'arousal', 'anal', 2, 'lube'
+	gs 'arousal', 'cuni', 2, 'lesbian'
+	gs 'stat'
+	act 'Eat her out':
+		*clr & cla
+		minut -= 4
+		gs 'boyStat', 'A2'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some13.jpg"></center>'
+		'You lower your head between Anushka''s legs and start lapping at her clit, and she does the same to you, while Artem continues fucking your ass. He is starting to get a bit rougher with you as he starts fucking your butt harder and deeper, it seems he is getting caught up in the moment. A couple of minutes latter he pulls out of your ass and slaps your butt check. "Lets switch it up."'
+		gs 'arousal', 'anal', 2, 'lube'
+		gs 'arousal', 'cuni', 2, 'lesbian'
+		gs 'arousal', 'cuni_give', 2, 'lesbian'
+		gs 'stat'
+		act 'Let him control the situation': gt 'artem_nush_sex_uni', 'anushka_3some2_doggy'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some2_doggy':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some14.jpg"></center>'
+	'Artem half pulls, half helps Anushka get up as you lay down where she was, as soon as you are on your back she straddles your face, you can see her slightly gapping asshole above you. As you start to lick her pussy, Artem comes up behind her, his dick and balls just above your head. Artem shoves his dick balls deep up her butt with one thrust, causing her to moan loudly. "Damn... Look how easy my dick just slides into her slutty ass, like her butt was made for taking dick."'
+	'"Oh fuck... yes... I love big nerd dick... in my ass." She says breathlessly as she moans as he fucks her butt while you eat her out.'
+	gs 'arousal', 'cuni_give', 2, 'lesbian'
+	gs 'stat'
+	act 'Keep eating her out': 
+		*clr & cla
+		gs 'boyStat', 'A2'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some15.jpg"></center>'
+		'While you lick your friends pussy, you have to perfect view to watch Artem''s <<dick>>cm <<$dick_girth>> cock pound her ass, he starts taking long hard thrust as he hammers his dick into her butt. As he does she starts crying out. "OH FUCK... OH FUCK... OH FUUUCCCKKK." Just as she has a hard orgasm, her legs start shaking and your face is covered in her pussy juices. Artem fucks her through her orgasm not letting up or slowing down as she cums hard.'
+		gs 'arousal', 'cuni_give', 2, 'lesbian'
+		gs 'stat'
+		act 'Slurp at her soaking wet pussy': 
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some16.jpg"></center>'
+			'"That''s right moan like a slut while taking my dick in ass." As he says that you notice he leans forward a bit and reaches out with one of his arms. A moment later you feel her breasts lifting off your stomach, you can only guess that he is pulling her up and back by her hair. "Tell me who''s ass this is."'
+			'She moans and pants as she says. "It belongs to the nerds."'
+			*nl
+			'He grunts a reply. "That''s right, your ass belongs to the nerds. What do you think about me inviting Petka over to have a turn with your ass, or maybe at the next DnD night I will just bend you over the table and fuck your ass in front of all my friends, you''d like that. Wouldn''t you?" Anushka is panting harder and moaning louder as he talks, when she doesn''t respond to his question he says again. "WOULDN''T YOU!" He sounds louder in a commanding voice, you find yourself getting wetter at his dominating tone.'
+			*nl
+			'It seems to be working for Anushka as well as she cries out. "OHHH... YES... YES... YES...." As she has another orgasm, coating your face with her juices again. You are pretty sure she isn''t really paying attention to what he is saying.'
+			'Artem laughs as he keeps fucking her. "Look at you cumming again just thinking about being fucked by other nerds." He keeps fucking her until she rides out her second orgasm, right after pulls his dick out of Anushka''s asshole and starts stroking it with one hand while pulling her off you with his other.'
+			gs 'arousal', 'cuni_give', 5, 'lesbian'
+			gs 'stat'
+			act 'Sit up and watch': gt 'artem_nush_sex_uni', 'anushka_3some2_dom_facial'
+		end
+	end	
+end
+
+if $ARGS[0] = 'anushka_3some1_dom_facial':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_mouthful.jpg"></center>'
+	'One he has Anushka off you and kneeling on the floor in front of him he says. "Stick out your tongue." You watch as she sticks out her tongue and he puts the tip of his dick just above her tongue pointed into her mouth. He groans loudly as he shoots his thick white gooey cum into her mouth, coating her tongue. Most of his cum ends up in her mouth, but some squirts out and lands on the side of her face, a little dips out and lands on her bare tits. Once he squeezes the the last drop of cum out of his dick, he lets out a loud satisfied sigh and sits down roughly on the couch.'
+	gs 'arousal', 'end'
+	gs 'stat'
+	act 'Clean up': gt 'artem_nush_sex_uni', 'anushka_3some2_cleanup'
+	act 'Lick the cum from her face':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some17.jpg"></center>'
+		'You kneel down next to Anushka as she closes her mouth and swallows Artem''s cum. As you are kneeling next to her, you start licking the cum off her face. She patiently sits still as you clean her up with your tongue until you''ve licked up every last drop of Artem''s cum from her face. He sits on the couch and watches the two of you. Once you finish, you look over at him and notice that his dick is already hard again. You let go of Anushka and get up, grabbing some tissues to clean yourself before passing the box to her. Artem soon follows suit and starts cleaning himself up as well.'
+		gs 'cum_call', 'mouth_swallow', 'A2', 1
+		gs 'arousal', 'end'
+		gs 'stat'
+		act 'Clean up': gt 'artem_nush_sex_uni', 'anushka_3some2_cleanup'
+	end
+	act 'Kiss her':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_cumkiss.jpg"></center>'
+		'You kneel down next to her and turn her face towards yours, as soon as you are looking at each other you kiss her. He sits on the couch and watches the two of you. The two of you deeply and passionately french kiss each other, the whole time passing Artem''s cum back and forth between your mouths. Once you are finished you both swallow his cum that ended up in your mouths. Once you finish, you look over at him and notice that his dick is already hard again. You let go of Anushka and get up, grabbing some tissues to clean yourself before passing the box to her. Artem soon follows suit and starts cleaning himself up as well.'
+		gs 'cum_call', 'mouth_swallow', 'A2', 1
+		gs 'arousal', 'end'
+		gs 'stat'
+		act 'Clean up': gt 'artem_nush_sex_uni', 'anushka_3some2_cleanup'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some2_cleanup':
+	*clr & cla
+	cumspclnt = 12
+	gs 'cum_cleanup'
+	gs 'stat'
+	'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
+	'Once you''re all cleaned up, you start dressing before Anushka grabs her purse off the floor where she dropped it. "I have to admit, you are starting to get really good at this, that new bad boy streak of yours is really starting to shine."'
+	'Artem blushes a little at her compliment but you also notice his chest swell in obvious pride at her words. "Thanks... you wasn''t to bad yourself."'
+	*nl
+	'Anushka snorts a laugh in reply then looks at you. "I think we might have created a monster." Artem listening to the exchange just seems to swell with pride.'
+	'He replies "Next time you will have three orgasms." He proclaims.'
+	'As she starts getting dressed. "Promises promises." Then looks at you. "He''s all yours to deal with."'
+	if grupTipe3 = 1:
+		'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+	else
+		'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+	end
+	act 'You need to leave too':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+		'He hugs you. "I had fun, I look forward to next time, maybe we can change it up a bit next time." He kisses you again before walking you to the door. As you leave, you think about what just happened. You have managed to make it a regular thing where your boyfriend Artem and you have a threesome with your best friend Anushka. As you go out the door and Artem closes it behind you, you wonder if this was a mistake or the smartest thing you ever did. You suppose only time will tell.'
+		act 'Leave': gt 'uni_dorm', 'second_floor'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some2_dom_strapon':
+	*clr & cla
+	gs 'boyStat', 'D<<strapnumber>>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_strap1.jpg"></center>'
+	'While Artem fucks Anushka doggy style, you get your purse and pull out your strapon harness. You slip into it and buckle it in place, followed by taking the dildo out and attaching it to the harness. Artem glances over at you from time to time and once you have the strapon firmly attached and ready he pulls out of her and stands aside. You walk up and give her ass a slap as you say, "Roll over, I want you to watch me while I fuck you with my big dick." Anushka rolls over onto her back and spreads her legs, you scoot up on your knees and slide the dildo into her. Your <<dick>>cm <<$dick_girth>> dildo slides easily into her wet pussy, making her moan loudly as you start fucking her.'
+	gs 'arousal', 'vaginal_strap_give', 2
+	gs 'stat'
+	act 'Keep fucking Anushka':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_fuck2.jpg"></center>'
+		'Artem leans over to watch your dildo slide in and out of her wet twat, while stroking his dick. Obviously eager to get another go himself, "Damn she is so wet that things just slides in and out of her with ease." Anushka for her part just moans loving getting fucked by you while Artem watches. After a couple of minutes Artem grabs the lube off the end table and starts to lube up his dick with it. "Ok roll the slut over so I can have a go at her butt."'
+		'You pull out of her which causes her to have a soft disappointed moan. You stand up and say to her. "Roll over slut and present that ass." Anushka bites her lower lip and rolls back over, as she does Artem pulls her off the couch till she is kneeling on the floor in front of it and he pushes he forward bending her over the couch seat.'
+		gs 'arousal', 'vaginal_strap_give', 2
+		gs 'stat'
+		act 'Watch your BF butt fuck your friend':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal1.jpg"></center>'
+			'He squirts amble lube onto her butt, the tosses the bottle aside. "Time to ripe up some gopnik ass with a nerd dick." He says as he shoves his dick up her butt fairly roughly.'
+			'She partially jumps forward, but her hips hit the edge of the couch and can''t move. "Owe, fuck..." The look on her face says she is experiencing pleasure and a little pain from that. Artem sensing goes very slowly for a bit until she fully relaxes and starts moaning loudly.'
+			'You stroke your dildo like it is a cock while you watch Artem fuck Anushka''s butt, the louder she moans the harder he starts to pound her little asshole.'
+			gs 'arousal', 'voyeur_sex', 2
+			gs 'stat'
+			act 'Take turns fucking her butt': gt 'artem_nush_sex_uni', 'anushka_3some2_dom_strapon_anal'
+			act 'Just watch him fuck her ass':
+				*clr & cla
+				minut -= 2
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal2.jpg"></center>'
+				'As Artem fucks Anushka ass he starts slapping her ass cheek with one hand, which makes her moan louder and louder, before to long her legs start to shake as she cries out having a orgasm. Artem starts fucking her hard and fast as she starts to orgasm and rides it all the way through her orgasm until her legs stop shaking. He keeps fucking her hard and fast with his <<dick>>cm <<$dick_girth>> cock balls deep up her butt.'
+				gs 'arousal', 'voyeur_sex', 2
+				gs 'arousal', 'clit_finger', 2, 'masturbate'
+				gs 'stat'
+				act 'Keep watching':
+					*clr & cla
+					minut -= 2
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal3.jpg"></center>'
+					'Anushka reaches back and puts a hand against his hip to try and slow him down and perhaps keep him from going completely balls deep in her ass. Artem keeps smacking her hand away and doesn''t slow down as he starts to grunt, getting close to shooting his load as well. "Move your hand away, stop trying to slow me down." He grunts out. "Remember this ass belongs to the nerds and today I''m king of the nerds. So take my cock... take it..." He grunts barely able to contain himself anymore.'
+					gs 'arousal', 'voyeur_sex', 2
+					gs 'arousal', 'clit_finger', 2, 'masturbate'
+					gs 'stat'
+					act 'Watch him cum':
+						*clr & cla
+						minut -= 2
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal_cum.jpg"></center>'
+						'Artem suddenly pulls his cock out of Anushka''s asshole and at once start cumming all over her butt cheeks. He milks his cock until ever last drop of it has dripped down onto her butt, Anushka for her part stays bent over and lets him cum all over her ass. Then he lets out a sigh and half sits, half collapses on the couch, sitting next to where Anushka is still kneeling, with her ass in the air, covered in his cum.'
+						gs 'arousal', 'voyeur_sex', 2
+						gs 'arousal', 'clit_finger', 2, 'masturbate'
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Clean up':
+							*clr & cla
+							minut += 5
+							'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
+							'Anushka grabs some tissues and starts cleaning the cum off her butt as she says to you. "How come you didn''t join in? That time of the month?"'
+							'You laugh a bit. "No I just wanted to watch your ass get owned by some nerd dick, you are starting to really become a submissive slut to nerd cock."'
+							'Anushka rolls her eyes and shakes her head. "What ever gets you off." Once she finishes cleaning the cum off herself she starts getting dressed, as do you and Artem. Anushka then grabs her purse and compact and starts to touch up her makeup.'
+							if grupTipe3 = 1:
+								'Once you are all dressed, Anushka is done touching up her makeup, she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+							else
+								'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+							end
+							act 'You need to leave too':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								'You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+								'He hugs you. "See you later babe, I can''t wait to do this again, though I hope you join in next time." He kisses you again before walking you to the door. As you leave, you think about what just happened. You just let your boy friend fuck your best friend. As you go out the door and Artem closes it behind you, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+								act 'Leave': gt 'uni_dorm', 'second_floor'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'anushka_3some2_dom_strapon_anal':
+	menu_off = 1
+	*clr & cla
+	anushkaQW['dom_nush'] += 1
+	gs 'boyStat', 'D<<strapnumber>>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_strap_anal1.jpg"></center>'
+	'You stand next to him and watch as he fucks her butt as you say. "Babe, I want to fuck her butt too."'
+	'He looks over at you and grins, then pulls his dick out of her asshole. Her butthole is gapping a bit and just waiting for your dick, you grab her butt cheeks with your hands and spread them wide. Making her hole gap a bit wider, you position yourself till the tip of the dildo lines up with her hole and then you push it in. She moans loudly as the <<dick>>cm <<$dick_girth>> dildo easily slides into her lubed asshole. You fuck her butt for a couple of minutes before Artem starts crowding against you, obviously wanting another go himself.'
+	gs 'arousal', 'anal_strap_give', 2
+	gs 'stat'
+	act 'Let Artem have a turn':
+		*clr & cla
+		gs 'boyStat', 'A2'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal2.jpg"></center>'
+		'You pulls out of her butt and move aside as Artem slides over to take your place. He slides his dick into her waiting gapping butthole easily elisting another loud moan from her. As Artem fucks Anushka ass he starts slapping her ass cheek with one hand, which makes her moan louder and louder, before to long her legs start to shake as she cries out having a orgasm. Artem starts fucking her hard and fast as she starts to orgasm and rides it all the way through her orgasm until her legs stop shaking. He keeps fucking her hard and fast with his <<dick>>cm <<$dick_girth>> cock balls deep up her butt.'
+		gs 'arousal', 'voyeur_sex', 2
+		gs 'stat'
+		act 'Take your turn again':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_strap_anal2.jpg"></center>'
+			'"Babe not yet, I wanted to fuck her butt some more." You tell Artem, he suddenly pulls his cock out of Anushka''s and gives her butt cheek a good slap.'
+			'He moves aside as he says. "Sorry honey, I was getting carried away, fucking our pet sluts ass." You smile to him as you slide your dildo back up her butt and start fucking her hard and fast, she quickly is moaning loudly again, you think she is about to have another orgasm and you can tell Artem is not that far off himself, so after a couple of minutes you move aside to give him another go.'
+			gs 'arousal', 'anal_strap_give', 2
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Let Artem have another turn':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal3.jpg"></center>'
+				'Artem shoves his dick in Anushka going completely balls deep in her ass with a single stroke. Artem keeps smacking her hand away and doesn''t slow down as he starts to grunt, getting close to shooting his load as well. "Move your hand away, stop trying to slow me down." He grunts out. "Take my cock bitch... take it..." Anushka''s legs start shaking again as she has a second orgasm, just as she is coming down from her second orgasm. He starts to grunt barely able to contain himself anymore.'
+				gs 'arousal', 'voyeur_sex', 2
+				gs 'stat'
+				act 'Artem blows his load':
+					*clr & cla
+					minut -= 2
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some_dom_anal_cum.jpg"></center>'
+					'Artem suddenly pulls his cock out of Anushka''s asshole and at once start cumming all over her butt cheeks. He milks his cock until ever last drop of it has dripped down onto her butt, Anushka for her part stays bent over and lets him cum all over her ass. Then he lets out a sigh and half sits, half collapses on the couch, sitting next to where Anushka is still kneeling, with her ass in the air, covered in his cum.'
+					gs 'arousal', 'voyeur_sex', 2
+					gs 'arousal', 'clit_finger', 2, 'masturbate'
+					gs 'arousal', 'end'
+					gs 'stat'
+						act 'Clean up':
+							*clr & cla
+							minut += 5
+							'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
+							'Anushka grabs some tissues and starts cleaning the cum off her butt as she says to you. "Oh... fuck... that was amazing guys, though I think my butt is going to be sore tomorrow."'
+							'Artem snorts and looks at her. "Good serves you right for all the years you bullied me."'
+							'You laugh a bit as you say to her. "You''re becoming  a real submissive nerd butt slut arn''t you."'
+							'Anushka rolls her eyes and shakes her head. "What ever... I just like getting fucked." Once she finishes cleaning the cum off herself she starts getting dressed, as do you and Artem. Anushka then grabs her purse and compact and starts to touch up her makeup.'
+							if grupTipe3 = 1:
+								'Once you are all dressed, Anushka is done touching up her makeup, she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+							else
+								'Once you are all dressed, Anushka touches up her makeup a bit, using her compact mirror. Once she is done she gets up. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+							end
+							act 'You need to leave too':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								'You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+								'He hugs you. "See you later babe, I can''t wait to do this again, though I hope you join in next time." He kisses you again before walking you to the door. As you leave, you think about what just happened. You and your boy friend justed fucked your best friend. As you go out the door and Artem closes it behind you, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+								act 'Leave': gt 'uni_dorm', 'second_floor'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'nerd_game_night_walk':
+	menu_off = 1
+	*clr & cla
+	minut += 10
+	'<center><img <<$set_imgh>> src="'+'images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walking.jpg"></center>'
+	if func('uniutil', 'student', 'enrolled'):
+		'Artem and you walk holding hands while Anushka walks on the other side of him, the three of you talk about a variety of subjects. The course each of you are taking at the University, what you think of your professors and fellow students in each of your classes, Artem talks some about the DnD game but quickly drops it when Anushka seems like she is getting bored by changing the subject and asking you if you have any cute boys in your classes. After a bit you walk past the garages out back of the apartment complex Anushka lives in and she points out which one the band is renting to practice in. You have been dating Artem long enough to know he is getting aroused, he stops suddenly and takes his jacket off, spreading it wide on the ground as he suggests. "Hey why don''t we sit down and talk for a bit here." If you want Anushka to have sex with your boyfriend you should sit with her between you and him, if you want to have sex with him, you should sit between Artem and Anushka.'
+	else
+		'Artem and you walk holding hands while Anushka walks on the other side of him, the three of you talk about a variety of subjects. The course they are taking at the University, what they think of their professors and fellow students in each of their classes, Artem talks some about the DnD game but quickly drops it when Anushka seems like she is getting bored by changing the subject and asking you if you have any cute boys in your apartment building you live in. After a bit you walk past the garages out back of the apartment complex Anushka lives in and she points out which one the band is renting to practice in. You have been dating Artem long enough to know he is getting aroused, he stops suddenly and takes his jacket off, spreading it wide on the ground as he suggests. "Hey why don''t we sit down and talk for a bit here." If you want Anushka to have sex with your boyfriend you should sit with her between you and him, if you want to have sex with him, you should sit between Artem and Anushka.'
+	end
+	act 'Sit between Artem and Anushka': gt 'artem_nush_sex_uni', 'artem_sveta'
+	act 'Sit down on the other side of Anushka': gt 'artem_nush_sex_uni', 'artem_nush'
+end
+
+if $ARGS[0] = 'artem_nush':
+	menu_off = 1
+	*clr & cla
+	minut += 5
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk1.jpg"></center>'
+	'Artem sits down first, Anushka sits down and leaves room for you to sit between her and Artem, but you say to her. "Scoot over." You motion for her to scoot over next to Artem and you sit down next to her sandwiching her between you. Artem gives you a questioning look and you just smile and nod to him.'
+	'He grins and leans back in a half reclining position, you engage Anushka in a conversation about her latest sexual partner, while Artem just listens to her sex talk. You can see his bulge growing in his pants as his dick gets hard. After a bit she finally notices as well, "Guess someone likes my stories huh?" She asks is a bemused tone.'
+	act 'Tell her to peek':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk2.jpg"></center>'
+		'You lean against her, pushing her closer to Artem. "I think someone wants to say hi, why don''t you unbutton his pants and take a peek Nush." She looks back at you, with a questioning look. "Go on, take a look."'
+		'She starts to unbutton and unzip his pants, you help pull down slight on one side so she can lift up his boxer shorts and peek in side. From where you sit you can''t really see inside due to the darkness of the night and you doubt she can see much of anything either. "It''s to dark to see anything, pull his dick out so we can see it." You tell her.'
+		act 'Tell her to take it out':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_bj1.jpg"></center>'
+			'She reaches into his underwear and pulls out <<dick>>cm <<$dick_girth>> dick. Once it is free he reaches over and pulls her head down into his lap as you tell her. "Well you got to suck it now that you made it hard." She starts stroking his dick with one hand while taking his cock into her mouth as she starts sucking on it, Artem moans almost at once in pleasure.'
+			'You look over at him and grin as he says. "The best use I have found for that mouth on her."'
+			gs 'arousal', 'voyeur_sex', 2
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Push her head down':
+				*clr & cla
+				anushkaQW['dom_nush'] += 1
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_bj2.jpg"></center>'
+				'As Anushka sucks Artem''s cock you reach over and push her head down to force her to take more of his dick into her mouth. Artem moans as he looks at you. "OH yeah babe... just like that... this feels so good." You keep your hand on the back of her head only letting her raise her head so much as she bobs her head up and down sucking his dick.'
+				gs 'arousal', 'voyeur_sex', 2, 'dom'
+				gs 'stat'
+				act 'Grab her hair':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_bj3.jpg"></center>'
+					'You grab ahold of Anushka''s hair and push her head down until you hear her gagging on his cock. "Oh god... babe your the best girl friend any guy could have." He says between moans as you make your friend deep throat your boyfriends cock. After a couple of minutes of this Artem looks you dead in the eye. "Help me take off her jeans so I can fuck this slut."'
+					gs 'arousal', 'voyeur_sex', 2, 'dom'
+					gs 'stat'
+					act 'Take her pants off': gt 'artem_nush_sex_uni', 'artem_nush_strip'
+				end
+			end
+			act 'Let her suck his dick':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_bj2.jpg"></center>'
+				'As Anushka sucks Artem''s cock you lean over and partially lay on her back so you can peek around and watch her suck your boyfriends dick. You as her head bobs up and down, watching as most of his dick disappears into her mouth with each downward bob of her head. "OH yeah bitch... just like that... suck my dick... this feels so good." The first part he says to Anushka you are sure but the he glances over at you as he says the last bit.'
+				gs 'arousal', 'voyeur_sex', 2, 'dom'
+				gs 'stat'
+				act 'Grab her hair':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_bj3.jpg"></center>'
+					'You grab ahold of Anushka''s hair to pull it up out of the way so it is easier to watch her suck Artem''s dick. "Just look at you submissively and obediently sucking my dick like a good little slut, before long we will make you into a slut for all nerds." He says to her. After a couple of minutes of this Artem looks you dead in the eye. "Help me take off her jeans so I can fuck this dirty slut in this alley."'
+					gs 'arousal', 'voyeur_sex', 2, 'dom'
+					gs 'stat'
+					act 'Take her pants off': gt 'artem_nush_sex_uni', 'artem_nush_strip'
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'artem_nush_strip':
+	menu_off = 1
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_strip1.jpg"></center>'
+	'You pull her head up and back, then you let go of her hair. Both you and Artem starts unbuttoning her jeans, once they are unbuttoned you pull down one side of them while Artem pulls down the other side of them. Once you have them pulled off Artem flings them a little ways down the alleyway. Anushka for her part continues jerking Artem off while being depantsed, next Artem starts to tug at her panties.'
+	gs 'arousal', 'voyeur', 1
+	gs 'stat'
+	act 'Watch Artem take off her panties':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_strip2.jpg"></center>'
+		'Artem roughly pulls her panties off and then tosses them down by her jeans a little ways down the alleyway. Next Artem stands up and starts pulling down his pants and underwear, as he says. "Roll the dirty slut over on all fours so I can fuck her." He tosses his pants and underwear up against the door of the garage you are sitting front of, so it is close unlike what he did to Anushka''s jeans and panties.'
+		gs 'arousal', 'voyeur', 1
+		gs 'stat'
+		act 'Help her onto all fours':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_vaginal1.jpg"></center>'
+			'You help Anushka get up and then turn around and get on all fours, so her face is just in front of yours and her ass is facing Artem. Once she is in place Artem kneels down behind Anushka'
+			'"Damn you are soaking wet, you should see this babe, her juices are already running down her inner thighs." He moves forward and she suddenly moans loudly as he shoves his <<dick>>cm <<$dick_girth>> cock inside her pussy and starts fucking her. As she is getting fucked right in front of you, you lean in and kiss her while your boyfriends dick is buried in her pussy.'
+			gs 'arousal', 'kiss', 2
+			gs 'stat'
+			act 'Spread her ass cheeks':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_vaginal2.jpg"></center>'
+				'You know Artem loves fucking Anushka in the butt and you know she is a totally butt slut. After you break the kiss with her, you reach back along her sides and grip her ass cheeks in your hand and spread them as wide as you can, while looking up at Artem. He grins as he gets the hint. "Look at that little asshole, just begging to be used by nerd dick." He says before he spits on her ass and uses a figure to rub his spit into her butthole.'
+				gs 'arousal', 'voyeur_sex', 2
+				gs 'stat'
+				act 'Hold her in place':
+					*clr & cla
+					artemQW['artem_dom'] += 1
+					gs 'boyStat', 'A2'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_anal1.jpg"></center>'
+					'After a couple of more minutes of fucking her pussy, he pulls his hips back. "Tell me you want nerd dick in your butt."'
+					'"Yes... I want you to fuck my ass with your big nerd dick." She says, sounding really turned on and desperate to keep fucking.'
+					'You hold her butt cheeks wide for him as he lines up his dick, after a moment she groans a bit and then moans. "Oh fuck!" She mutters as he forces his <<dick>>cm <<$dick_girth>> cock up her ass.'
+					*nl
+					'He moans loudly as he works his dick deeper into her. "Damn her ass feels tighter, with out all that bottled lube." She starts leaning forward in a effort to keep him from going to deep. "Hold her for me babe." Artem says. You let go of her butt cheeks now that his cock is in and you grab ahold of her arms to keep her from pulling away from him.'
+					gs 'arousal', 'voyeur_sex', 2
+					gs 'arousal', 'end'
+					gs 'stat'
+					act 'Keep holding her':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_anal2.jpg"></center>'
+						'Now that she is unable to move forward anymore, Artem shoves his hips forward again, causing her to moan loudly. You can tell by the look on her face and her moans she is starting to really get into it. As he starts really hammering her butt she starts crying out and then shaking all over as she has a massive orgasm, so much so you have to help hold her up. Artem is grunting louder and louder himself.'
+						gs 'arousal', 'voyeur_sex', 2
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Artem blows his load':
+							*clr & cla
+							minut += 5
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/anushka/walk_facial.jpg"></center>'
+							'Artem suddenly pulls his cock out of Anushka''s asshole and stands up. "Turn her face around." You help her turn around quickly as her body is still shaking a bit from her orgasm. Once her face is turned towards him, he says. "Jerk me off on your face slut." She takes hold of his dick and starts jerking him off. Almost at once he starts cumming all over her face. She milks his cock until ever last drop of it has dripped has been squeezed out of it. Then the both sigh and sit back against the garage for a couple of minutes.'
+							*nl
+							'Anushka grabs some tissues from her purse and starts cleaning the cum off her face as she asks. "Where''s my clothes?"'
+							'Artem points to where her jeans and panties lay about six meters away. "I threw them over there."'
+							'She gets up and walks over to pick up her panties and as she does she flips him off. "You''re turning into a bit of a asshole at times, you know that."'
+							*nl
+							'He just laughs at her response. "Yet you just came from it, so you obviously love it."'
+							'Anushka rolls her eyes and shakes her head as she starts putting her jeans back on, Artem starts to get dressed as well.'
+							if grupTipe3 = 1:
+								'Once they are both dressed again, Anushka says. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+							else
+								'Once they are both dressed again, Anushka says. "Ok I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+							end
+							act 'You need to leave too':
+								*clr & cla
+								minut += 5
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								if func('uniutil', 'student', 'enrolled'):
+									'As you walk back to the University and the dorms he says. "I can''t believe I am fucking her on the regular now. I am so glad you talked me into this."'
+									'You smile and kiss him again as you get on the elevator in the dorms. "I''m glad you had fun but I need to get going as well."'
+									*nl
+									'Once the doors open to the tenth floor, where your dorm is, he hugs you. "See you later babe, I can''t wait to do this again, maybe next time I can fuck you instead." He kisses you again before you walk out of the elevator, after you do his pushes the button for his floor and soon he is gone and you are alone in the University hallway. As walk down to your room, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+									act 'Go to your dorm floor': gt 'uni_dorm', 'tenth_floor'
+								else
+									'Artem walks you back to the well lite streets out of the alleyway. You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+									'He hugs you. "See you later babe, I can''t wait to do this again, though maybe next time I can fuck you instead?" He kisses you again before walking towards the University campus. As you leave, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+									act 'Leave': gt 'city_island'
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+
+if $ARGS[0] = 'artem_sveta':
+	menu_off = 1
+	*clr & cla
+	minut += 5
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk1.jpg"></center>'
+	'Artem sits down first, Anushka sits down and leaves room for you to sit between her and Artem, you sit down between them and lean against Artem as the three of you talk a bit more.'
+	'After a bit leans back in a half reclining position, you can see his bulge growing in his pants as his dick gets hard. After a bit Anushka notices as well, "Guess someone is getting worked up huh?" She asks is a bemused tone.'
+	'Artem looks at you. "Babe you are so beautiful I can''t help."'
+	act 'Take a peek':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk2.jpg"></center>'
+		'You unbutton his pants and look down his underwear but it is really to dark to see anything, you hear Anushka voice right next to your ear. It seems she has leaned over to try and take a look at his dick too. "Pull it out, it''s to dark to see anything."'
+		act 'Pull his dick out':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_bj1.jpg"></center>'
+			'You pull his dick out of his underwear, once he it is free he looks at you with pleading eyes. "Babe please suck it." You lean forward and take his dick in your mouth, you start sucking it, while one hand strokes his shaft under your mouth. You bob your head up and down on his dick. "Damn <<$pcs_nickname>> by the look of things you are getting good at that." Anushka says.'
+			'With a mouthful of dick you are unable to answer, but Artem answers her instead. "She is the best." Anushka snorts a bit of a giggle, Artem likely doesn''t get why she found that funny.'
+			gs 'arousal', 'bj', 2
+			gs 'stat'
+			act 'Deep throat':
+				*clr & cla
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_bj2.jpg"></center>'
+				'As you are sucking Artem dick you feel a hand press down on the back of your head and force your head down until his dick slides down your throat causing you to gag. At first you think it is Artem but then you come to realize it is Anushka forcing you to gag on his cock.'
+				gs 'arousal', 'bj', 2, 'deepthroat'
+				gs 'stat'
+				act 'Get your hair grabbed':
+					*clr & cla
+					gs 'boyStat', 'A2'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_bj3.jpg"></center>'
+					'You feel her fingers wrap themselves in your hair so she has a really good job as she roughly forces you to deep throat Artem. After a bit Artem speaks up. "Ok let her up." With that Anushka lets go of your head. You could keep sucking his dick until he blows his load, or you could offer up your pussy, or maybe just give him your ass tonight.'
+					gs 'arousal', 'bj', 2, 'deepthroat', 'rough'
+					gs 'stat'
+					act 'Spread your legs': gt 'artem_nush_sex_uni', 'artem_sveta_vag'
+					act 'Offer up your ass': gt 'artem_nush_sex_uni', 'artem_sveta_anal'
+					act 'Just suck him off':
+						*clr & cla
+						minut += 5
+						gs 'boyStat', 'A2'
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_facial.jpg"></center>'
+						'You keep sucking his dick, as he starts to grunt more he gets up until he is standing. You keep sucking his dick the whole time, until he says. "Fuck I''m cumming." With that you pop his dick out of your mouth and just jerk him off until he starts cumming on your face. You look up at him with a huge grin as he finishes coating your face in his sperm. Once you have milked ever last drop out of him, he slips his dick away, while Anushka gets up as well.'
+						gs 'cum_call', 'face', 'A2', 1
+						gs 'arousal', 'end'
+						gs 'stat'
+						if grupTipe3 = 1:
+							'"Well thanks for the show guys but I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+						else
+							'"Well thanks for the show guys but I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+						end
+						act 'You need to leave too':
+							*clr & cla
+							cumspclnt = 12
+							gs 'cum_cleanup'
+							'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+							if func('uniutil', 'student', 'enrolled'):
+								'As you walk back to the University and the dorms he says. "That was amazing."'
+								'You smile and kiss him again as you get on the elevator in the dorms. "I''m glad you had fun but I need to get going as well."'
+								*nl
+								'Once the doors open to the tenth floor, where your dorm is, he hugs you. "See you later babe, maybe next time I can fuck you or maybe Nush, you think?" He kisses you again before you walk out of the elevator, after you do his pushes the button for his floor and soon he is gone and you are alone in the University hallway. As walk down to your room, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched. As you walk down the street you, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+								act 'Go to your dorm floor': gt 'uni_dorm', 'tenth_floor'
+							else
+								'Artem walks you back to the well lite streets out of the alleyway. You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+								'He hugs you. "See you later babe, maybe next time I can fuck you or maybe Nush, you think?" He kisses you again before walking towards the University campus. As you leave, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+								act 'Leave': gt 'city_island'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'artem_sveta_vag':
+	menu_off = 1
+	*clr & cla
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_vaginal1.jpg"></center>'
+	'Pulling his dick out of your mouth your turn your face to look at him. "I want you to fuck me, right here, right now."'
+	'He grins and gets up. "Ok!" Anushka helps you get naked from the waist down while he strips out of his pants and underwear. Once you are both naked from the waist down you lay on your back and spread your legs wide and he lays down between your legs and slides his <<dick>>cm <<$dick_girth>> cock into your already wet pussy.'
+	gs 'arousal', 'vaginal', 2
+	gs 'stat'
+	act 'Watch Anushka jill off':
+		*clr & cla
+		gs 'boyStat', 'A2'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_vaginal2.jpg"></center>'
+		'As Artem fucks you, you glance over and see that Anushka has her hand slide down the front of her pants as she is rubbing one out, while she watches you get fucked by Artem. You grin as you know this means she wishes she was the one being fucked right now, but instead you are getting the dick and she just has to watch and rub her own clit.'
+		gs 'arousal', 'vaginal', 2
+		gs 'stat'
+		act 'Offer up your ass': gt 'artem_nush_sex_uni', 'artem_sveta_anal'
+		act 'Get fucked some more':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_vaginal3.jpg"></center>'
+			'Anushka is starting to moan almost as loud as you are. Enough to attract even Artem''s attention. "What a little slut you are, rubbing one off while you watch me fuck your friend. Admit it, you wish you was being fucked by some nerd cock don''t you?" He says as he keeps fucking you.'
+			'Anushka bites her lower lip at his words and redoubles her effort as she keeps rubbing one off. "YES!... Oh fuck yes I wish you was fucking me with your big nerd cock."'
+			'Artem looks at you and smiles before looking back to her as he keeps fucking you. "Maybe next time I will ask Petka or maybe Feofan along and they can fuck you while you watch me fuck <<$pcs_nickname>>. I bet you would like that wouldn''t you? You I can tell by your expression the meer though of some other nerd using and fucking you turns you own." Then he turns his attention back to you.'
+			gs 'arousal', 'vaginal', 2
+			gs 'stat'
+			act 'Let him finish':
+				*clr & cla
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_vaginal4.jpg"></center>'
+				'Artem starts really pounding your pussy, even more so once Anushka starts arching her back and moaning loudly before her body starts to shake as she rubs herself to a orgasm. This pushes Artem to the edge as well as he starts grunting hard and you can tell he is just about to blow his load. Then he pulls out of you and puts his dick right in your face.'
+				gs 'arousal', 'vaginal', 2
+				gs 'stat'
+				act 'Artem blows his load':
+					*clr & cla
+					minut += 5
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_facial.jpg"></center>'
+					'You start stroking his dick as he says. "Fuck I''m cumming." Just as he starts cumming on your face. You look up at him with a huge grin as he finishes coating your face in his sperm. Once you have milked ever last drop out of him, he slips his dick away, while Anushka gets up as well.'
+					gs 'cum_call', 'face', 'A2', 1
+					gs 'arousal', 'end'
+					gs 'stat'
+					if grupTipe3 = 1:
+						'"Well thanks for the show guys but I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+					else
+						'"Well thanks for the show guys but I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+					end
+					act 'You need to leave too':
+						*clr & cla
+						cumspclnt = 12
+						gs 'cum_cleanup'
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+						if func('uniutil', 'student', 'enrolled'):
+							'As you walk back to the University and the dorms he says. "That was amazing."'
+							'You smile and kiss him again as you get on the elevator in the dorms. "I''m glad you had fun but I need to get going as well."'
+							*nl
+							'Once the doors open to the tenth floor, where your dorm is, he hugs you. "See you later babe, maybe next time I can fuck you or maybe Nush, you think?" He kisses you again before you walk out of the elevator, after you do his pushes the button for his floor and soon he is gone and you are alone in the University hallway. As walk down to your room, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched. As you walk down the street you, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+							act 'Go to your dorm floor': gt 'uni_dorm', 'tenth_floor'
+						else
+							'Artem walks you back to the well lite streets out of the alleyway. You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+							'He hugs you. "See you later babe, maybe next time I can fuck you or maybe Nush, you think?" He kisses you again before walking towards the University campus. As you leave, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+							act 'Leave': gt 'city_island'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'artem_sveta_anal':
+	menu_off = 1
+	*clr & cla
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_anal1.jpg"></center>'
+	'"I want you to fuck my ass." You tell him.'
+	'He grins at this and says. "Get on all fours for me then." You get on all fours while Anushka keeps rubbing one out, Artem uses your pussy juices and some spit to lube your asshole up nice and good before he gentle slides it in. Once his dick is in he starts to slowly fuck your ass.'
+	gs 'arousal', 'anal', 2, 'lube'
+	gs 'stat'
+	act 'Take a anal pounding':
+		*clr & cla
+		gs 'boyStat', 'A2'		
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_anal2.jpg"></center>'
+		'Artem pushes his <<dick>>cm <<$dick_girth>> cock deeper into your ass as he starts to fuck you harder and faster, even more so once Anushka starts arching her back and moaning loudly before her body starts to shake as she rubs herself to a orgasm. This pushes Artem to the edge as well as he starts grunting hard and you can tell he is just about to blow his load. Then he pulls out of you and puts his dick right in your face.'
+		gs 'arousal', 'anal', 2, 'lube'
+		gs 'stat'
+		act 'Artem blows his load':
+			*clr & cla
+			minut += 5
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/city/coffe_hole/sveta/walk_facial.jpg"></center>'
+			'You start stroking his dick as he says. "Fuck I''m cumming." Just as he starts cumming on your face. You look up at him with a huge grin as he finishes coating your face in his sperm. Once you have milked ever last drop out of him, he slips his dick away, while Anushka gets up as well.'
+			gs 'cum_call', 'face', 'A2', 1
+			gs 'arousal', 'end'
+			gs 'stat'
+			if grupTipe3 = 1:
+				'"Well thanks for the show guys but I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later nerds."'
+			else
+				'"Well thanks for the show guys but I need to get going, Artem guess I will see you at Coffee Hole for your nerd night and <<$pcs_nickname>> I will see you around. Later losers."'
+			end
+			act 'You need to leave too':
+				*clr & cla
+				cumspclnt = 12
+				gs 'cum_cleanup'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				if func('uniutil', 'student', 'enrolled'):
+					'As you walk back to the University and the dorms he says. "That was amazing."'
+					'You smile and kiss him again as you get on the elevator in the dorms. "I''m glad you had fun but I need to get going as well."'
+					*nl
+					'Once the doors open to the tenth floor, where your dorm is, he hugs you. "See you later babe, maybe next time I can fuck you or maybe Nush, you think?" He kisses you again before you walk out of the elevator, after you do his pushes the button for his floor and soon he is gone and you are alone in the University hallway. As walk down to your room, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched. As you walk down the street you, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+					act 'Go to your dorm floor': gt 'uni_dorm', 'tenth_floor'
+				else
+					'Artem walks you back to the well lite streets out of the alleyway. You smile and kiss him again. "I''m glad you had fun but I need to get going as well."'
+					'He hugs you. "See you later babe, maybe next time I can fuck you or maybe Nush, you think?" He kisses you again before walking towards the University campus. As you leave, you think about what just happened. You just arranged for your boy friend to fuck your best friend while you watched, you wonder if this was a mistake to just watch them. You suppose only time will tell.'
+					act 'Leave': gt 'city_island'
+				end
+			end
+		end
+	end
+end
+
+
+--- artem_nush_sex_uni ---------------------------------
+

+ 1233 - 0
locations/artem_sex_uni.qsrc

@@ -0,0 +1,1233 @@
+# artem_sex_uni
+!2022/09/17
+
+if $ARGS[0] = 'hj':
+	menu_off = 1
+	npc_rel['A2'] += 1
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/hj1.jpg"></center>'
+	'You rub his hard dick through his pants for a few seconds before sliding off his lap, kneeling next to the bed as you unbutton his pants and reach inside. His erect cock springs free as soon as you pull it out, and it seems to almost be pulsing by your touch. He moans softly as you slowly start stroking his dick.'
+	gs 'arousal', 'hj', 5
+	gs 'stat'
+	act 'Finish him off':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/hj2.jpg"></center>'
+		'Several minutes go by and you''re starting to think this will take a while when cum suddenly starts shooting out of his cock. It flies up, narrowly missing your face, and lands on his pants, the bed and your hands. "Wow, that was amazing, <<$pcs_nickname>>! You''re the best!"'
+		if artemQW['hj'] = 0:
+			'You smile at him. "Was that your first time?"'
+			'He blushes hard. "Sorry... Was it that obvious? I''ll do better next time..." He''s deeply embarrassed at the idea of thinking he did something wrong.'
+			'You shake your head. "No, I was just curious is all."'
+			'He smiles, but is still bright red. "Oh... Okay."'
+		end
+		artemQW['hj'] += 1
+		gs 'arousal', 'hj', 5
+		gs 'cum_call', 'hands', 'A2', 1
+		gs 'arousal', 'end'
+		gs 'stat'
+		act 'Clean up':
+			*clr & cla
+			minut += 5
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/cleanhands.jpg"></center>'
+			'You grab some tissues off his nightstand and start cleaning his cum off your hands as he blushes. "Sorry."'
+			'You smile at him. "Nothing to be sorry for. It''s just part of sex."' 
+			'He just smiles and looks at you as if you''re the most fantastic thing in the world. You finish cleaning off your hands, then give him a quick kiss.'
+			cumspclnt = 9
+			gs 'cum_cleanup'
+			gs 'stat'
+			act 'Talk to him': gt 'artem_dorm', 'chat'
+			act 'Wander around his room': gt 'artem_dorm', 'start'
+		end
+		act 'Lick it up':
+			*clr & cla
+			minut += 5
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/lickupcum.jpg"></center>'
+			'You keep hold of his dick and stroke it a few more times until you''ve milked every last drop out of him before you start licking the cum from your hands. His eyes grow wide as he watches you. Once you lick your hands clean, you also lick his dick clean. "You didn''t have to do that. I have tissues you can use."'
+			'You smile at him. "It''s okay. I like the way it tastes."' 
+			'He just smiles and looks at you as if you''re the most fantastic thing in the world. You finish cleaning off your hands, then give him a quick kiss.'
+			cumspclnt = 9
+			gs 'cum_cleanup'
+			gs 'cum_call', 'mouth', 'A2', 1
+			gs 'stat'
+			act 'Talk to him': gt 'artem_dorm', 'chat'
+			act 'Wander around his room': gt 'artem_dorm', 'start'
+		end
+	end
+end
+
+if $ARGS[0] = 'artem_bj':
+	*clr & cla
+	if artemQW['date'] = 5: artemQW['date'] = 6
+	artemQW['date'] += 1
+	npc_rel['A2'] += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj2.jpg"></center>'
+	'You slide off his lap and keep rubbing his dick through his jeans. As you do, you tell him to stand up. He does so and you unbutton his pants and reach inside, sliding your hand down until you can feel his cock in your hand.'
+	gs 'arousal', 'foreplay', 2
+	gs 'stat'
+	act 'Pull his pants down':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj3.jpg"></center>'
+		'After giving it a few strokes, you pull your hand back out and finish unbuttoning his pants. Once they''re entirely undone, you pull them and his underwear down to his mid-thighs, causing his dick to spring free. You take hold of it and start stroking it as you slide off the bed onto your knees.'
+		gs 'arousal', 'hj', 3
+		gs 'stat'
+		if artemQW['bj'] = 0:
+			act 'Suck his dick':
+				artemQW['bj'] += 1
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj4.jpg"></center>'
+				'You open your mouth and wrap your lips around his shaft while you keep stroking it with your hand. He moans loudly as soon as his cock is inside your mouth. After spending barely a few seconds sucking it, you suddenly feel a stream of cum shoot in your mouth without warning. The surprise of it causes you to pull away.'
+				gs 'arousal', 'bj', 2
+				gs 'stat'
+				act 'Continue':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj6.jpg"></center>'
+					'As his dick leaves your mouth, another stream of cum hits you in the face, followed by a few smaller ones. You stroke him until he finally stops cumming, covering your lips, chin and cheek with cum while your tongue is also coated. Once he finishes, he apologizes rather sheepishly.'
+					'You give him a smile as he grabs a tissue to clean up his dick.'
+					*nl
+					'"First time?" you ask.'
+					'He blushes hard. "Sorry... Was it that obvious? I''ll do better next time..." He''s deeply embarrassed at the idea of thinking he did something wrong.'
+					'You shake your head. "No, I was just curious is all."'
+					'He smiles, but is still bright red. "Oh... Okay."'
+					gs 'arousal', 'bj', 2
+					gs 'arousal', 'end'
+					gs 'cum_call', 'face', 'A2', 1
+					gs 'cum_call', 'mouth', 'A2', 1
+					gs 'stat'
+					act 'Talk to him': gt 'artem_dorm', 'chat'
+					act 'Wander around his room': gt 'artem_dorm', 'start'
+				end
+			end
+		else
+			act 'Suck his dick':
+				artemQW['bj'] += 1
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj4.jpg"></center>'
+				'You open your mouth and wrap your lips around his shaft while you keep stroking him with your hand. He moans softly as soon as his cock is inside your mouth and you start sucking while stroking it with one hand. Glancing up at him as you suck his dick, he seems to have a look of concentration on his face. If you had to guess, he''s trying to make himself last as long as he can.'
+				gs 'arousal', 'bj', 5
+				gs 'stat'
+				act 'Keep sucking':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj5.jpg"></center>'
+					'You remove your hand and wrap your lips as tightly as you can around his shaft before bobbing your head back and forth, taking as much of him into your mouth as you can. You spend several minutes like this before he finally says "I''m cumming! I want to cum on your face, <<$pcs_nickname>>!"'
+					gs 'arousal', 'bj', 5
+					gs 'stat'
+					act 'Facial':
+						*clr & cla
+						minut += 5
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/bj6.jpg"></center>'
+						'You pull your head back until his dick pops out of your mouth before you take it in your hand and quickly start jerking it. Almost at once, a hot stream of jizz hits you right on the lips, another hits your cheek and the last one lands on your chin. A few more drops splatter on the floor beneath you.'
+						'"You''re the best girlfriend a guy could hope for, <<$pcs_nickname>>," he says as he grabs a tissue to clean up.'
+						gs 'arousal', 'bj', 5
+						gs 'arousal', 'end'
+						gs 'cum_call', 'face', 'A2', 1
+						gs 'stat'
+						act 'Talk to him': gt 'artem_dorm', 'chat'
+						act 'Wander around his room': gt 'artem_dorm', 'start'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'sex':
+	*clr & cla
+	npc_sex['A2'] += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first2.jpg"></center>'
+	'You kiss him again as he puts his hands on your <<$titsize>> breasts and massages them through your clothes. As you straddle his lap, you can feel his dick getting hard and pressing against you.'
+	'You impatiently tug at his clothes and finally manage to unbutton his pants. When you reach for his cock, you can feel it''s already fully erect. You keep kissing him as you jerk him off.'
+	gs 'arousal', 'foreplay', 2
+	gs 'stat'
+	act 'Strip down':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first3.jpg"></center>'
+		'You stop and climb off him. Then, standing on his bed, you start stripping in front of him, giving him a little show as you remove your clothes. You revel in his undivided attention. "You''re so beautiful, <<$pcs_nickname>>," he mutters.'
+		if analplugin = 1:
+			'"Nice buttplug," he grins. "Do you always..."'
+			'"Hush..." you tell him while pressing a finger against his lips.'
+		end
+		gs 'arousal', 'flashlite', 2
+		gs 'stat'
+		act 'Pull his pants off':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first4.jpg"></center>'
+			'With your clothes no longer a problem, you turn your attention to his own. You unbutton his pants, then grab them by the legs and pull them and his underwear off. With them free, you toss his pants and underwear across the room, his erect cock standing at attention now that it''s free.'
+			gs 'arousal', 'foreplay', 1
+			gs 'stat'
+			act 'Give him a blowjob':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first5.jpg"></center>'
+				'You drop to your knees, stroking his cock before you take it into your mouth. You start enthusiastically sucking him off and do everything you can to make him feel good.'
+				'After a few minutes, you hear him muttering "<<$pcs_nickname>>, I want you..."'
+				'He gathers all his courage and looks at you expectantly. You can tell from the greedy look in his eyes that he wants to fuck you now.'
+				gs 'arousal', 'bj', 5
+				gs 'stat'
+				if mesec > 0:
+					if artemQW['anal'] > 0:
+						act 'Tell him you''re on your period':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+							'You take his dick out of your mouth. "Sorry Artem, but it''s that time of the month. We can''t."'
+							if analplugin = 1:
+								'"Since you seem to like buttplugs so much, how about I fuck your ass again then?" he replies.'
+							else
+								'"How about I fuck your ass again then?" he replies.'
+							end
+							act 'Agree to have anal sex instead': gt 'artem_sex_uni', 'anal'
+							if analplugin = 1:
+								gs 'willpower', 'action', 'resist', 'hard'
+							else
+								gs 'willpower', 'action', 'resist', 'medium'
+							end
+							if will_cost <= pcs_willpwr:
+								act 'Finish him with your mouth (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'willpower', 'pay', 'resist'
+									gs 'stat'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first5.jpg"></center>'
+									'You take his dick out of your mouth and shake your head. "No. I know we did it before, but I don''t want to do it this time."'
+									'Artem looks at the floor. "I''m sorry, <<$pcs_nickname>>... I shouldn''t have tried to talk you into it."'
+									'You take his hand in yours and reassure him. "It''s okay, babe. Just... Don''t pressure me for anal, okay? I''ll let you know when I''m ready for it."'
+									'He nods hopefully, pleased that you''ll still give him a blowjob after his blunder and that you''re still open to having anal sex with him someday.'
+									act 'Just keep sucking': gt 'artem_sex_uni', 'bj'
+								end
+							else
+								act 'Finish him with your mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							end
+						end
+					elseif artemQW['anal'] = 0:
+						act 'Tell him you''re on your period':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+							'You take his dick out of your mouth and smile at him apologetically. "Sorry Artem. I''d love to, but it''s that time of the month, you know? I bet I could still make you feel good with my mouth."'
+							if analplugin = 1:
+								'Artem blushes, but presses on. "Since you''re already wearing that buttplug, maybe I can try your ass then? I heard it would feel excellent for both of us..."'
+							else
+								'Artem blushes, but presses on. "Maybe I can try your ass then? I heard it would feel excellent for both of us..."'
+							end
+							act 'Agree to have anal sex instead': gt 'artem_sex_uni', 'anal'
+							if analplugin = 1:
+								gs 'willpower', 'action', 'resist', 'hard'
+							else
+								gs 'willpower', 'action', 'resist', 'medium'
+							end
+							if will_cost <= pcs_willpwr:
+								act 'Finish him with your mouth (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'willpower', 'pay', 'resist'
+									gs 'stat'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first5.jpg"></center>'
+									'You take his dick out of your mouth and shake your head. "No. I know we did it before, but I don''t want to do it this time."'
+									'Artem looks at the floor. "I''m sorry, <<$pcs_nickname>>... I shouldn''t have tried to talk you into it."'
+									'You take his hand in yours and reassure him. "It''s okay, babe. Just... Don''t pressure me for anal, okay? I''ll let you know when I''m ready for it."'
+									'He nods hopefully, pleased that you''ll still give him a blowjob after his blunder and that you''re still open to the prospect of having anal sex with him someday.'
+									act 'Just keep sucking': gt 'artem_sex_uni', 'bj'
+								end
+							else
+								act 'Finish him with your mouth (<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	
+				elseif stat['think_virgin'] = 1:
+					'You take his dick out of your mouth for a second and smile apologetically. "Sorry Artem, but I''m still a virgin, and I''m not sure if I''m ready yet. I bet I could still make you feel good with my mouth."'
+					'Artem blushes, but presses on. "I''d like to be your first. So it can be both of our first times together."'
+					gs 'arousal', 'bj', 1
+					gs 'stat'
+					act 'Lose your virginity':
+						*clr & cla
+						artemQW['sex'] += 1
+						gs 'boyStat', 'A2'
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first7.jpg"></center>'
+						if preziktype ! 1:
+							if mc_inventory['equipped_condoms'] > 0:
+								mc_inventory['equipped_condoms'] -= 1
+								noprotect = 0
+								'You grab a condom out of your purse and tell him to put it on. He struggles to do so, but eventually manages to get it.'
+							else
+								noprotect = 1
+								'"You do have a condom, right?" you ask.'
+								'"I... No, I don''t have any... I haven''t exactly had any use for those yet," he says a little defensively.'
+								'Not wanting to hurt his feelings, you tell him it''s okay.'
+							end
+						end
+						'You quickly roll over onto your back and spread your legs wide, offering yourself to him. He gets up and crawls over to you, crawling between your legs as he kneels before you. He rubs the tip of his dick against your wet slit, getting the head of his dick wet before he slowly and gently pushes himself inside you. You feel his <<dick>>cm <<$dick_girth>> cock stretching your pussy and filling it. As he goes in further, you feel the sharp pain of your hymen tearing, but after a few minutes of him slowly making love to you while looking in your eyes with love and affection, the pain fades. After a while, you make a suggestion. "Why don''t you lay on your back and let me get on top?"'
+						gs 'pain', 2, 'vaginal', 'tear'
+						gs 'arousal', 'vaginal', 5
+						gs 'stat'
+						act 'Mount him':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first9.jpg"></center>'
+							'You crawl over to him, noticing a bit of your blood on his dick. A quick glance between your legs reveals a small trickle has also run out of your pussy. Using tissues from the nightstand, you wipe the blood away before straddling Artem.'
+							'You take hold of his cock and guide it back inside your pussy as you slowly lower yourself. You then start eagerly riding him as he grunts loudly. You can tell he''s going to cum soon.'
+							gs 'arousal', 'vaginal', 5
+							gs 'stat'
+							act 'Continue': gt 'artem_sex_uni', 'cum_surprise'
+						end
+					end
+					act 'No':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first5.jpg"></center>'
+						'You shake your head as you keep stroking his dick with your hand. "Sorry, I''m not ready. Besides, my mother would kill me."'
+						'He sighs and nods in understanding before blushing "Maybe I can try your ass then? I heard it would feel excellent for both of us..."'
+						gs 'arousal', 'hj', 1
+						gs 'stat'
+						act 'Agree to have anal sex instead': gt 'artem_sex_uni', 'anal'
+						act 'Just keep sucking': gt 'artem_sex_uni', 'bj'
+					end
+				else
+					act 'Do anal instead': 
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first5.jpg"></center>'
+						if artemQW['anal'] > 0:
+							'You take his dick out of your mouth. "How about we have anal sex again?"'
+							'"That sounds great!" he immediately replies.'
+							if analplugin = 1:
+								'He immediately grabs your buttplug and slowly pulls it out of your ass.'
+							end
+							'With his encouragement you get into a doggystyle position.'
+							act 'Get butt fucked':gt 'artem_sex_uni', 'anal'
+						else
+							'You take his dick out of your mouth. "Would you like to fuck me in the ass?"'
+							'"Uh, yeah, sure," he stutters. "That sounds great." He seems a little surprised at your suggestion, but likes the idea. With his encouragement, you get into a doggystyle position.'
+							act 'Get butt fucked':gt 'artem_sex_uni', 'anal'
+						end
+					end
+					act 'Have sex':
+						*clr & cla
+						artemQW['sex'] += 1
+						gs 'boyStat', 'A2'
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first7.jpg"></center>'
+						if preziktype ! 1:
+							if mc_inventory['equipped_condoms'] > 0:
+								mc_inventory['equipped_condoms'] -= 1
+								noprotect = 0
+								'You grab a condom out of your purse and tell him to put it on. He struggles do so, but eventually manages to get it.'
+							else
+								noprotect = 1
+								'"You do have a condom, right?" you ask.'
+								'"I... No, I don''t have any... I haven''t exactly had any use for those yet," he says a little defensively.'
+								'Not wanting to hurt his feelings, you tell him it''s okay.'
+							end
+						else
+							noprotect = 1
+						end
+						'You quickly roll over onto your back and spread your legs wide, offering yourself to him. He gets up and crawls over to you, crawling between your legs as he kneels before you. He rubs the tip of his dick against your wet slit, getting the head of his dick wet before he slowly and gently pushes himself inside you. You feel his <<dick>>cm <<$dick_girth>> cock stretching your pussy and filling it. After a few minutes of him slowly making love to you, he speaks up. "I want to try doggystyle, please."'
+						gs 'arousal', 'vaginal', 5
+						gs 'stat'
+						act 'Roll over':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first8.jpg"></center>'
+							'When he pulls out, you roll over and get on your hands and knees, presenting yourself to him. He moves in behind you and rubs the head of his dick against your wet slit before slowly pushing himself back inside you. He gently pushes himself inside you and squeezes and smacks your ass several times as he makes love to you. After several minutes he starts to pant, so you make a suggestion. "Why don''t you get on your back and let me get on top?"'
+							'He grins and pulls out of you before eagerly getting on his back.'
+							gs 'arousal', 'vaginal', 5
+							gs 'stat'
+							act 'Mount him':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first9.jpg"></center>'
+								'You crawl over to him, straddling him as you lower yourself down and guide his dick back inside your pussy before you start eagerly riding him as he grunts loudly. You can tell he''s going to cum soon.'
+								gs 'arousal', 'vaginal', 5
+								gs 'stat'
+								act 'Continue': gt 'artem_sex_uni', 'cum_surprise'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'cum_surprise':
+	*clr & cla
+	if rand(1,10) = 1 and noprotect = 1:
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/firstcpie.jpg"></center>'
+		'As you''re riding him, getting lost in your own pleasure, you glance down and see him tense up before feeling his cum shoot into you. It oozes out of your pussy as you lift yourself up.'
+		'That''s when he realizes that he just came inside you. "Oh my god, I''m so sorry <<$pcs_nickname>>! I didn''t mean to do that!"'
+		'You smile at him as you get off him. "It''s okay, don''t worry about it." He looks relieved, obviously thinking you''re on birth control.'
+		act 'Continue': gs 'artem_sex_uni', 'after_sex', 'cp'
+	else
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/firstfacial.jpg"></center>'
+		'As you''re riding him, getting lost in your own pleasure, you glance down and see him tense up. "<<$pcs_nickname>>! I''m going to cum..." he warns you.'
+		'You quickly climb off him and he rolls up to his knees. You start jerking his cock and a stream of cum hits you in the face. You open your eyes once the last of his cum has landed on you.'
+		act 'Continue': gs 'artem_sex_uni', 'after_sex', 'facial'
+	end
+end
+
+if $ARGS[0] = 'after_sex':
+	cla
+	*nl
+	if artemQW['sex'] = 1:
+		'You run your hand over his chest and smile at him. "So... You''re a man now..."'
+		'He''s not sure what to say. "<<$pcs_nickname>>... I... I love you..." he mutters.'
+		'You don''t say anything, but just cuddle with him for a while. You can tell it means a lot to him.'
+	end
+	'You get up and start getting dressed and cleaned up. "I should probably get going," you tell him.'
+	if $ARGS[1] = 'cp':
+		gs 'cum_call', 'vaginal', 'A2', 1
+	elseif $ARGS[1] = 'facial':
+		gs 'cum_call', 'face', 'A2', 1
+	end
+	gs 'arousal', 'vaginal', 2
+	gs 'arousal', 'end'
+	minut += 10
+	cumspclnt = 11
+	gs 'cum_cleanup'
+	gs 'stat'
+	act 'Leave': gt 'uni_dorm', 'second_floor'
+end
+
+if $ARGS[0] = 'bj':
+	*clr & cla
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/first6.jpg"></center>'
+	'You suck his cock while fondling yourself with one hand as the other strokes his dick. Several minutes go by as you listen to him moan as you pleasure both him and yourself.'
+	'"<<$pcs_nickname>>... I''m going to cum..." he warns you.'
+	gs 'arousal', 'clit_finger', -5, 'masturbate'
+	gs 'arousal', 'bj', 5, 'dom'
+	gs 'stat'
+	act 'Continue':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/firstfacial.jpg"></center>'
+		'You keep sucking his dick until you''re sure he''s about to cum. You barely get your mouth off his cock before a stream of cum hits you in the face. You open your eyes once the last of his cum has landed on you.'
+		'You give him a sweet smile as you give his cock a kiss. "I know it''s not what you wanted, but did you enjoy it?"'
+		'He happily nods. "It was great! Thanks <<$pcs_nickname>>, you''re the best!"'
+		'With that, you get up and start getting dressed and cleaned up. "I should probably get going," you tell him.'
+		gs 'arousal', 'bj', 2
+		gs 'cum_call', 'face', 'A2', 1
+		gs 'arousal', 'end'
+		minut += 10
+		gs 'stat'
+		act 'Leave': gt 'uni_dorm', 'second_floor'
+	end
+end
+
+if $ARGS[0] = 'anal':
+	*clr & cla
+	artemQW['anal'] = 1
+	gs 'boyStat', 'A2'
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/firstanal1.jpg"></center>'
+	if analplugin = 1:
+		'You allow Artem to pull the buttplug out of your ass and then get in position.'
+	end
+		'Once you''re on all fours, he grabs some lotion and rubs it on your asshole before rubbing some along his dick. He then scoots up behind you and you feel the tip of his dick pressing against your anus. The pressure keeps building up until the head of his dick suddenly pops into your ass.'
+	if pcs_ass < 10:
+		'You hiss in pain and he stops moving. "Are you alright, <<$pcs_nickname>>?" he asks in a concerned tone.'
+		'You nod and look back over your shoulder at him. "Yes. Just go slow, okay?"'
+	elseif pcs_ass < 20:
+		'You let out a soft groan and he stops moving. "Are you alright, <<$pcs_nickname>>?" he asks in a concerned tone.'
+		'You nod and look back over your shoulder at him. "Yes, it feels nice. Just go slow, okay?"'
+	else
+		'You let out a moan and he stops moving. "Are you alright, <<$pcs_nickname>>?" he asks in a concerned tone.'
+		'You nod and look back over your shoulder at him. "Yes, it feels great. Just go slow, okay?"'
+	end
+	'He smiles at you. "I will, I promise." He slowly pushes his <<dick>>cm <<$dick_girth>> cock further into your ass. He makes slow, shallow thrusts, letting you get used to him.'
+	gs 'arousal', 'anal', 5, 'lube'
+	gs 'stat'
+	act 'Anal bliss':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/firstanal2.jpg"></center>'
+		'Once you get used to his dick filling up your ass, he starts going a little deeper, but keeps thrusting gently, more making love to your ass than fucking it. You moan in pleasure and start rubbing your clit with one of your hands to make it feel better. You even start pushing back against him to take him a little deeper.'
+		gs 'arousal', 'anal', 5
+		gs 'arousal', 'clit_finger', -5
+		gs 'stat'
+		act 'Cumming':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/facial.jpg"></center>'
+			'It doesn''t seem like any time has passed when your thoughts are interrupted as he pulls out of you. "I''m going to cum, <<$pcs_nickname>>."'
+			'You quickly turn round and start jerking his cock before a stream of cum hits you in the face. You open your eyes once the last of his cum has landed on you.'
+			if analplugin = 1:
+				'You grab your buttplug from where Artem dropped it on the bed and use some spit to lubricate it before you push it into your ass.'
+				'It''s not as good as being filled up with Artem''s cock was, but you enjoy it.'
+			end
+			'With that, you get up and start getting dressed and cleaned up. "I should probably get going," you tell him.'
+			gs 'arousal', 'hj', 2
+			gs 'cum_call', 'face', 'A2', 1
+			gs 'arousal', 'end'
+			minut += 10
+			cumspclnt = 11
+			gs 'cum_cleanup'
+			gs 'stat'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+	end
+end
+
+if $ARGS[0] = 'anushka_3some':
+	*clr & cla
+	artemQW['nushart_oral'] = 0
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some1.jpg"></center>'
+	'He just nods and you talk about how things will go before there is a knock on the dorm room door. Hearing this, Artem gets up and answers the door, you can see Anushka standing in the hallway. He stands aside so she can walk in, he closes the door and locks it after she does. "Not a bad looking dorm room." She says.'
+	'He nods, but you can see the proud smile. "Thanks."'
+	'She looks around the room and you can see her smirking. "Yep, exactly how I pictured it. Nerd nirvana." He glances at you, but doesn''t say anything. You''re not sure if he knows how to take what she just said.'
+	*nl
+	'As they get close to the couch, she pushes him down next to you while pulling you up with one hand. She starts stripping down to her underwear while silently encouraging you to do the same. You glance at Artem and see his eyes bulging. You''re not sure if it''s because of how she''s acting or that it''s really happening. With one of you on each side of him, you start exchanging kisses, but are sure to kiss Artem just as much. As you kiss Artem, Anushka pulls down her panties and bends over, inviting one of you to eat her out.'
+	gs 'arousal', 'kiss', 2, 'sub'
+	gs 'stat'
+	act 'Eat her out': gt 'artem_sex_uni', 'anushka_3some_oral2'
+	act 'Make Artem eat her out': gt 'artem_sex_uni', 'anushka_3some_oral1'
+end
+
+if $ARGS[0] = 'anushka_3some_oral1':
+	*clr & cla
+	artemQW['nushart_oral'] += 1
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some2.jpg"></center>'
+	'You grab Artem by the hair and force his face into her crotch from behind, causing Anushka to moan loudly as you let go and watch the action. After a few minutes, you''re ready to move on to something else, so you pull him away.'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	if artemQW['nushart_oral'] <= 1:
+		act 'Eat her out': gt 'artem_sex_uni', 'anushka_3some_oral2'
+	else
+		act 'Give Artem a blowjob': gt 'artem_sex_uni', 'anushka_3some_bj'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some_oral2':
+	*clr & cla
+	artemQW['nushart_oral'] += 1
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some3.jpg"></center>'
+	'You look at her inviting ass and pussy and can''t help yourself. You move in behind Anushka, bury your face in her pussy and start licking. She starts quickly getting wet as she moans loudly.' 
+	'You eat her out for a few minutes with no idea what Artem is doing before you pull away and see him staring at you wide-eyed and flushed.'
+	gs 'arousal', 'cuni_give', 2, 'lesbian'
+	gs 'stat'
+	if artemQW['nushart_oral'] <= 1:
+		act 'Make Artem eat her out': gt 'artem_sex_uni', 'anushka_3some_oral1'
+	else
+		act 'Give Artem a blowjob': gt 'artem_sex_uni', 'anushka_3some_bj'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some_bj':
+	*clr & cla
+	artemQW['nushart_oral'] = 0
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some4.jpg"></center>'
+	'Youall strip down before you push Artem onto his back on the ottoman. His dick is already hard from watching what happened or at the thought of what will come. You get on your hands and knees on the couch between his legs and start stroking his cock with your hand before you take it into your mouth, bobbing your head up and down on his shaft. As you do, you feel a warm wet tongue starts lapping at your clit as Anushka starts eating you out.'
+	gs 'arousal', 'bj', 2
+	gs 'arousal', 'cuni', -2, 'lesbian'
+	gs 'stat'
+	act 'Tell Anushka to suck his dick':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some5.jpg"></center>'
+		'You pop his dick out of your mouth and look back at Anushka. "Get up here and suck this cock like the good little slut you are!"' 
+		'She stops eating you out to look up at you with an amused smirk on her face before she moves up and kneels down beside the couch. She obediently takes his cock in one hand and starts stroking it while she takes the head of his dick into her mouth, tightly wraps her lips around his shaft and starts sucking. After you''re satisfied that she''s doing what you want, you start licking his balls and hear him moaning loudly.'
+		gs 'arousal', 'foreplay', 2
+		gs 'stat'
+		act 'Mount him':
+			*clr & cla
+			gs 'boyStat', 'A2'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some6.jpg"></center>'
+			'You grab hold of Anushka''s head and pull it up so you can kiss her, after which you straddle him. You lift yourself up, lining his dick up with your pussy and slowly lower yourself down on it, taking his <<dick>>cm <<$dick_girth>> dick inside you. As you start riding him, Anushka moves up to his head, straddles his face and lowers herself down, grinding her crotch into his face as you ride him. You both moan from the pleasure of the acts and watching each other get pleasured.'
+			gs 'arousal', 'vaginal', 3
+			gs 'stat'
+			act 'Switch with Anushka':
+				*clr & cla
+				gs 'boyStat', 'A2'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some7.jpg"></center>'
+				'Looking at Anushka sitting on his face as you ride him, you pull yourself off him. "Get over here. I want to see you ride this cock, slut."'
+				'Anushka laughs at your comment. "Whatever you say, nerd tamer." She lifts herself up and shimmies down his body until she''s above his dick. You straddle his face and he starts licking your wet pussy as you watch Anushka lower herself down, impaling herself on his <<dick>>cm <<$dick_girth>> cock. She moans softly as she starts riding him in reverse cowgirl style.'
+				gs 'arousal', 'cuni', 2
+				gs 'stat'
+				act 'Lay on your side':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some8.jpg"></center>'
+					'After a few minutes, you lean forward and slap her ass, which causes her to yelp a little in surprise. "Don''t be greedy. I want another go."'
+					'She scoffs. "Me? Greedy? You rode him for longer than I did!" She rolls her eyes and climbs off him as you lie down on your side next to him and he turns on his side to face you. You hold up one of your legs and Artem wastes no time. He slips his dick back inside and starts gently thrusting as Anushka gets down and starts licking and sucking his balls.'
+					*nl
+					'You turn your head to kiss him. "I thought you wanted a little payback for all the teasing she''s done?" you whisper.'
+					'He kisses you back as he gently fucks you. "I do. It''s... I don''t..." You can tell he wants to, but likely lacks the confidence to do it.'
+					gs 'arousal', 'vaginal', 2
+					gs 'stat'
+					act 'Encourage Artem to take charge':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some9.jpg"></center>'
+						'You slide off the ottoman and pat his cheek. "Just do it!" Anushka stands up and he glances at you, so you give him a nod of encouragement. Emboldened, he grabs Anushka and pushes her down on the ottoman in a manner that''s forceful for him.'
+						'She gasps a little at his sudden action, then looks up at him and bites her lower lip. You can tell it turned her on. "I didn''t think you had it in you. Maybe you''re not the shy submissive nerd I always took you for..."'
+						'He grabs her leg and pulls her towards him until her ass is almost hanging off the end. He then pushes her legs apart and plunges his cock back into her pussy, causing her to moan as you move up towards her head and sit on her face. She starts eating you out as you glance at Artem and give him a reassuring smile.'
+						'"Can you hand me the lube?" he asks after a few minutes.'
+						gs 'arousal', 'cuni', 2, 'lesbian'
+						gs 'stat'
+						act 'Hand Artem the lube':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some10.jpg"></center>'
+							'You reach over and grab the lube while grinding your pussy against Anushka''s face and pass it back to him. You don''t know if Anushka heard him or if she''s just ignoring what the two of you are saying. You keep riding her face until you hear her muffled groan louder and glance back to see that Artem has inserted his dick into her ass and is slowly and gently butt fucking her.'
+							gs 'arousal', 'cuni', 2, 'lesbian'
+							gs 'stat'
+							gs 'willpower', 'action', 'force', 'easy'
+							if will_cost <= pcs_willpwr:
+								act 'Encourage him to get rough (<<will_cost>> Willpower)':
+									gs 'willpower', 'pay', 'force'
+									gs 'stat'
+									gt 'artem_sex_uni', 'anushka_3some_rough1'
+								end
+							else
+								act 'Encourage him to get rough (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							end	
+							act 'Ask him to butt fuck you': gt 'artem_sex_uni', 'anushka_3some_anal'
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'anushka_3some_rough1':
+	*clr & cla
+	artemQW['rough_anal_nush'] = 1
+	anushkaQW['domnush'] += 1
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some11.jpg"></center>'
+	'He''s being slow and gentle, but know he wants to get rough with her, so you climb off her and kneel beside her waist so you can get a good look at Artem''s cock sliding in and out of her ass. "Come on, fuck her already! Give it to her like you mean it!"'
+	'Anushka looks up at him while biting her lower lip, but doesn''t say anything. He looks at you when you speak up, then looks at her, and his gaze hardens just a bit before he looks back at you and nods. He starts ramming into her harder than before, but is still not going all out. Anushka responds by moaning louder.'
+	gs 'arousal', 'voyeur_sex', 2, 'dom'
+	gs 'stat'
+	act 'Ask him to butt fuck you': gt 'artem_sex_uni', 'anushka_3some_anal'
+	act 'Bend her over': gt 'artem_sex_uni', 'anushka_3some_doggy'
+end
+
+if $ARGS[0] = 'anushka_3some_anal':
+	*clr & cla
+	gs 'boyStat', 'A2'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some12.jpg"></center>'
+	'You reach up and cup his face in your hands, holding his gaze so he looks directly into your eyes. "I want you to fuck my ass now."'
+	'He grins widely at you and you move to straddle Anushka''s face while Artem moves around behind you, near the top of her head. He squirts some lube onto your asshole and works it in before he gently slides his <<dick>>cm <<$dick_girth>> cock up your ass, pausing when you tense up and only moving again when you relax. He''s soon slowly yet lovingly fucking your ass while Anushka eats you out.'
+	gs 'arousal', 'anal', 2
+	gs 'arousal', 'cuni', -2, 'lesbian'
+	gs 'stat'
+	act 'Bend her over': gt 'artem_sex_uni', 'anushka_3some_doggy'
+	act 'Eat her out':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some13.jpg"></center>'
+		'You lower your head between Anushka''s legs and start lapping at her clit, and she does the same to you as Artem continues fucking your ass. You know a part of him is trying to get out, to be rough and dominant, and you want to help him feel that way.'
+		gs 'arousal', 'anal', 2
+		gs 'arousal', 'cuni', -2, 'lesbian'
+		gs 'arousal', 'cuni_give', -2, 'lesbian'
+		gs 'stat'
+		act 'Bend her over': gt 'artem_sex_uni', 'anushka_3some_doggy'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some_doggy':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some14.jpg"></center>'
+	'You get up, pulling yourself away from all those sensations that were threatening to overwhelm you, and slap Anushka on the thigh. "Get up and switch with me."'
+	'She sits up and gives you a bemused look as Artem takes a step back to watch, eager to get it stuck back in. Anushka gets up and you get on the ottoman bench with your head facing Artem before you encourage her to straddle you and start licking her pussy. You push her forward so her upper body is lying on you, then slide your hands back to her ass and pull her ass cheeks apart, causing her asshole to gape a little. This is all the encouragement Artem needs as he quickly steps closer and slides his dick back up her ass. You can hear her moan loudly as he does.'
+	gs 'arousal', 'cuni_give', 2, 'lesbian'
+	gs 'stat'
+	act 'Let him finish': 
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some15.jpg"></center>'
+		'You decide not to encourage him further. If he doesn''t have what it takes to fuck a girl roughly, then that''s on him. You know he''ll be a little disappointed in himself for not taking full advantage of his opportunity as you keep licking Anushka while Artem fucks her ass. It doesn''t take much longer before he starts to grunt, and you can tell he''s about to cum. In fact, he soon pulls out of Anushka''s asshole and starts stroking his cock.'
+		gs 'arousal', 'cuni_give', 4, 'lesbian'
+		gs 'stat'
+		act 'Get on your knees': gt 'artem_sex_uni', 'anushka_3some_facial'
+	end
+	gs 'willpower', 'action', 'force', 'easy'
+	if will_cost <= pcs_willpwr:
+		act 'Encourage him to fuck her harder (<<will_cost>> Willpower)':
+			*clr & cla
+			gs 'willpower', 'pay', 'force'
+			artemQW['rough_anal_nush'] = 1
+			anushkaQW['domnush'] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some15.jpg"></center>'
+			'You stop licking her pussy to say a few encouraging words. "Come on, baby! Fuck this slut''s ass! Show her who''s boss!"'
+			'Instead of Artem responding to you, Anushka does. "Save your breath. This pussy boyfriend of yours doesn''t know how to fuck me like a man." You can tell by her teasing tone that she''s also encouraging him to get rougher.'
+			'"Shut up, slut!" he growls before he starts fucking her harder, causing Anushka to start crying out and moaning loudly before you feel her body spasm as an orgasm rips through her, causing her to get pretty loud. After she cums, he starts to slow down a little again.'
+			gs 'arousal', 'cuni_give', 3, 'lesbian', 'dom'
+			gs 'arousal', 'end'
+			gs 'stat'
+			act 'Let him finish': 
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some15.jpg"></center>'
+				'You decide not to encourage him further. If he doesn''t have it in him to pound a girl like she''s nothing more than a wet hole for his pleasure, then that''s his fault. You know he''ll be a little disappointed in himself for not taking full advantage of his opportunity as you keep licking Anushka while Artem fucks her ass. It doesn''t take much longer before he starts to grunt, and you can tell he''s about to cum. In fact, he soon pulls out of Anushka''s asshole and starts stroking his cock.'
+				gs 'arousal', 'cuni_give', 2, 'lesbian'
+				gs 'stat'
+				act 'Get on your knees': gt 'artem_sex_uni', 'anushka_3some_facial'
+			end
+			gs 'willpower', 'action', 'force', 'easy'
+			if will_cost <= pcs_willpwr:
+				act 'Encourage him to really pound her (<<will_cost>> Willpower)':
+					*clr & cla
+					gs 'willpower', 'pay', 'force'
+					artemQW['rough_anal_nush'] = 2
+					anushkaQW['domnush'] += 1
+					artemQW['artem_dom'] += 1
+					gs 'boyStat', 'A2'
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some16.jpg"></center>'
+					'"Don''t slow down, baby. Tear that ass up and show her who owns it!" you tell him as you grab hold of her hips to stop her from pulling away, as you go back to licking her pussy.'
+					'You feel his hands reach up and firmly grab her by the hips, one hand reaching up to hold her by the shoulder as he slides his dick nearly entirely out of her before slamming it back in and hammering her balls deep. You can feel her trying to pull away, but he holds her firm. "That''s right bitch, tonight your ass is mine!"'
+					*nl
+					'Her moans start turning into grunts, but he''s not done. "Who''s the pussy assed bitch now!?" When she doesn''t respond, he reaches up and grabs her by the hair and turns her head until she can look back over her shoulder at him, as he looks at her, while fucking her ass. "I asked you a question bitch, and now your going to answer it." Then in a more firm voice he says again. "Who''s the pussy assed bitch now!?" You''re a little shocked that you''ve brought this side out of him, but are also feeling a little proud.'
+					gs 'arousal', 'cuni_give', 2, 'lesbian', 'dom'
+					gs 'stat'
+					act 'Let this play out':
+						*clr & cla
+						gs 'boyStat', 'A2'
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some14.jpg"></center>'
+						'You can hear her grunts turning back into moans as well, not to mention her already soaking wet pussy is soaking your face even more, she is getting off this big time. Your thoughts are interrupted as she answers him. "OOOHHH... I... am..." Her reply is breathless.'
+						'You can hear the excitement in his voice, it seems he is really starting to get into this. "You are what?"'
+						'"OH... OH... I''m.... the pussy.... assed bitch." She struggles to get out from the hard fucking Artem is giving her but her ever increasing soaking pussy tells you she is loving it.'
+						*nl
+						'"That''s right you are. Now I own your ass and I''m going to tear it up because there''s nothing you can do about it!" You have to admit you wasn''t expecting him to be this assertive, seems he has grown up a bit since the Pavlovsk days.'
+						'She grips your leg tightly. "Oh fuck... Oh fuck... Not... So hard." She''s starting to resist, but is still enjoying being used.'
+						'"Shut that slut mouth up! I''ll show you the same mercy, you showed me back in Pavlovsk. None!" You can tell by his deep breathing, grunts and tensing body that he''s trying really hard not to cum so he can keep fucking her, but it''s too much and he jerks out of her. "I''m cumming, bitch!" he cries out.'
+						gs 'arousal', 'cuni_give', 2, 'lesbian', 'dom'
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Get on your knees': gt 'artem_sex_uni', 'anushka_3some_facial'
+					end
+				end
+			else
+				act 'Encourage him to really pound her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end	
+		end
+	else
+		act 'Encourage him to fuck her harder (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+	end	
+end
+
+if $ARGS[0] = 'anushka_3some_facial':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some17.jpg"></center>'
+	'Anushka climbs off you and you both get on your knees in front of Artem''s cock as he strokes it, opening your mouth and sticking out your tongue. You pull Anushka up next to you before you feel the first splash of cum hit you in the face, Artem moaning loudly as he cums on both of you. Once he''s done, he sits on the couch and sighs happily, watching the two of you with a massive grin on his face.'
+	gs 'cum_call', 'face', 'A2', 1
+	gs 'cum_call', 'mouth', 'A2', 1
+	gs 'stat'
+	act 'Clean up': gt 'artem_sex_uni', 'anushka_3some_cleanup'
+	act 'Lick the cum from her face':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/artemhome/artemroom/sex/nush3some18.jpg"></center>'
+		'You turn your head and start licking the cum off Anushka''s face. She patiently sits still as you clean her up with your tongue until you''ve licked up every last drop of Artem''s cum from her face. He sits on the couch and watches the two of you. Once you finish, you look over at him and notice that his dick is already hard again.'
+		gs 'cum_call', 'mouth', 'A2', 1
+		gs 'stat'
+		act 'Clean up': gt 'artem_sex_uni', 'anushka_3some_cleanup'
+	end
+end
+
+if $ARGS[0] = 'anushka_3some_cleanup':
+	*clr & cla
+	cumspclnt = 12
+	gs 'cum_cleanup'
+	gs 'stat'
+	'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
+	'You let go of Anushka and get up, grabbing some tissues to clean yourself before passing the box to her. Artem soon follows suit and starts cleaning himself up. Once you''re all cleaned up, you start dressing before Anushka grabs her purse off the floor where she dropped it.'
+	*nl
+	if artemQW['rough_anal_nush'] = 1:
+		'"I must admit, the sex was better than I expected, especially from a nerd. At best, I was expecting this to be lackluster, but you surprised me, Artem. You fuck better than I expected, but still not great either." She looks directly at you and smirks. "You still got a fair bit of work training your nerd on how to fuck like a man, though." You are pretty sure she is teasing him on purpose, just to yank his chain and not because she really means it, but you doubt Artem will understand that.'
+		act 'Defend Artem':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			artemQW['nush3some_again'] = 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'"Nush!" you say in a scolding tone. "He did great. You got off, so what more do you want?" You lean over and kiss him quickly. "You were great. Nush is just being a bitch."'
+			'She just laughs. "Don''t fill his head with lies. He was okay. You eating my pussy is what put me over the edge. He still has a lot to learn. Later losers." As she starts walking out of his room, he glances at you briefly before looking back at her.'
+			'"That might be true, but I know that today I tore your ass up and from now on when we see each other around..." He pauses a moment while she stops and looks at him to let him finish. "We''ll both know my dick was buried deep in your ass." She lifts her eyebrows briefly in surprise, then grins in amusement.'
+			*nl
+			'"The little tiger has a bit of a roar. I like it." She then glances at you. "I might even be tempted to try this again. Maybe..." She walks out of his dorm room.'
+			'Artem gives you a side fist pump. "Fuck yeah, I stood up to her." Looking at him, he seems happy, but you can tell her words bothered him. Just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			act 'He had fun': gt 'artem_sex_uni', 'nush3some_had_fun'
+			act 'Ask how he feels': gt 'artem_sex_uni', 'nush3some_how_he_feels'
+		end
+		act 'Agree with Anushka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'loathe'
+			artemQW['nush3some'] = -1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You look at her. "Nush, come on. I''m working on it. It takes a while to train boys. Even you admitted he wasn''t bad, and you did get off. Don''t worry, I promise he''ll be even better next time."'
+			'She just laughs. "Next time? I don''t know about that. You know I only like being with guys who know how to fuck." Looking at your expression, she sighs begrudgingly. "While I did get off, that was more from you licking my pussy than anything he did, but he wasn''t bad. He just needs a bit more fire." You glance over at Artem and see his shoulders slump and his grin fade away as he listens to the two of you. "Anyways, see you losers later," she adds in a teasing tone as she walks out of his room. You hear the front door open and close a few seconds later.'
+			*nl
+			'You and Artem sit in silence, but just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			'You smile and try to kiss him, but he turns his head and you end up kissing his cheek. "Don''t listen to her. You''re getting better, and you''re plenty good for me."'
+			'He sighs loudly and shakes his head. "Yeah, sure. I know she''s your friend, but I just don''t and never will like her. Honestly, I don''t like how you act around her. So please do me a favour and don''t invite her to hang out with us anymore, okay?"'
+			'You sigh and nod before he gives you a tight-lipped smile and watches you leave his dorm room.'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+		act 'Say nothing':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'dislike'
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			artemQW['nush3some_again'] = 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You don''t want to get in the middle of this. You glance at him, but don''t meet his eyes, and his grin fades as he sighs and looks at her. "Sorry I wasn''t very good."'
+			'She rolls her eyes slightly and shakes her head a little. You know she dislikes it when people won''t stand up for themselves. "What... ever... Later losers." She walks out of his dorm room.'
+			*nl
+			'Artem still seems happy, but you can tell her words bothered him. Just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			'You smile and kiss him again. "Don''t listen to her. You were great as always."'
+			'He snorts softly. "Sure... Thanks for standing up for me then."'
+			act 'You need to stand up for yourself':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You give him a hug, but he doesn''t really return it. "I''m sorry, but she''s my friend, and I thought you could stand up for yourself."'
+				'He starts to say something, then stops and sighs before nodding his head in agreement. "You''re right. I should have stood up to her, I shouldn''t need my girlfriend to defend me. I guess I just got so used to her and the other gopniks picking on me for all those years... that she intimidates me. Not sure what I expected from her anyway. She is who she is."'
+				*nl
+				'You give him another hug. "She''s more bark than bite. Plus, you just got to fuck one of your bullies in the ass."'
+				'He nods and smiles at your comment. "Yeah. Yeah, you''re right. I guess I got her back a little; hopefully it hurt." He blushes at his own words and glances at you. "Do you think it did?"'
+				'You smile at him and give him a reassuring look. "Hell yes, how you were pounding her ass there at the end. I bet her ass will be sore tomorrow too." He glances at you, then laughs, and you laugh with him.'
+				'"Thanks, I needed that." He kisses you and thanks you for a great time before walking you to the door. Hoping this didn''t bother him, you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+			act 'Apologize':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'like'
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You give him a hug, but he doesn''t really return it. "I''m sorry. I should have stood up for you."'
+				'He starts to say something. "No... I''m an adult, and I should''ve stood up to her. My girlfriend shouldn''t have to defend me, but I''m just so used to her and the other gopniks picking on me for years, that she intimidates me."'
+				*nl
+				'You give him another hug. "She''s more bark than bite. Plus, you just got to roughly fuck one of your bullies in the ass."'
+				'He nods and smiles at your comment. "Yeah. Yeah, you''re right. Not only did I get to fuck her, but I tore her ass up, something I never dreamed would ever happen, so yeah, I think I''m good." He kisses you and thanks you for a great time before walking you to the door. Hoping this didn''t bother him, you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+		end
+	elseif artemQW['rough_anal_nush'] = 2:
+		'"I must admit, I was expecting this to be lackluster at best, but you surprised me, Artem. You were better than I expected." She looks directly at you and bites her lower lip. "You trained your nerd pretty well. I might be tempted to try again one day."'
+		'You grin at her comment. "I told you he was a great lover."'
+		'She just laughs. "Maybe, he is a great ''lover''." She makes it sound like it''s a bad thing. "But he''s still not a great fuck, at least not yet." You are pretty sure she is teasing him on purpose, just to yank his chain and not because she really means it, but you doubt Artem will understand that.'
+		act 'Defend Artem':
+			*clr & cla
+			artemQW['nush3some_again'] = 1
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+			'"Ha!" you say in a scolding tone. "He did great. He tore your slutty ass up." You turn to Artem "You were great. Nush is just being a bitch."'
+			'She just laughs. "He was pretty good, but not great, and we both know it. Hell, look at him. Even he knows it." You glance over at Artem and his shoulders slump and his grin fades.'
+			*nl
+			'As she starts to walk out of his room, he glances at you for a moment before looking back to her, then straightens up his shoulders and something changes. He seems more confident all of a sudden. "That might be true. I might not be, as you put it, a great fuck, but what''s also true is that I bent you over and tore your ass up, showing you no mercy, and you couldn''t do anything about it. You just meekly and submissively took it, from a lowly nerd like me, while I made you my bitch." She lifts her eyebrows in surprise at what he says. She starts to retort, but before she can, he finishes. "When we see each other around from now on, we will both know that tonight I totally made you my bitch and nothing will ever change that."'
+			act 'Let him get it all out':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+				'Once he finishes, an amused grin appears on her flushed face as she glances over at you. You just shrug and she looks back at him. "Wow, the mouth on him. Where was this Artem earlier? Would you have even done any of that if <<$pcs_nickname>> and I hadn''t encouraged you?" She steps up to him and places a hand on his chest while looking him in the eye and shakes her head.'
+				'"I don''t think so. I like this new Artem. He''s sexy, but I don''t buy that it''s you." She then walks out, stopping at the door to glance back one last time. "At least not yet," she says with a grin.'
+				*nl
+				'He doesn''t back down from her. "You''re wrong and next time you will know it too."'
+				'She gives a slight snort. "Who says their will be a next time."'
+				'He steps up right to her crowding her until he bumps into her forcing her to take a step back as he says in a firm voice. "I do." Then quickly glances at you, before looking back to her. You don''t know if he was looking from encouragement from you or to check if he crossed a line, either way he seems to believe he is good to go as, he crowds her even more forcing her to take a step back again. "See I finally figured you out, deep down you like guys that bully, dominate, and humiliate you." He keeps crowding her and making her back up more and more until he finally corners her in the corner of the dorm room next to the door.'
+				act 'Just watch':
+					*clr & cla
+					artemQW['nush3some_again'] = 2
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'She smiles at him when her back bumps into the corner and is unable to back up more. "Is that so?" She tries to act tough and defiant, but her breathless tone confirms what he is saying, she sounds and looks really turned on now.'
+					'You can''t see his face but his tone says he is in command of what is going on and knows it, while he places his hands on the wall on each side of her giving her no where to go. "Yeah it is, I also know you loved getting fucked and dominated by a nerd, just like you are loving this." He pulls his right hand off the wall and slides it between her thighs and up her skirt, a moment later you hear her gasp a little. "Your wet pussy agrees with me, the idea of getting owned and humiliated by a nerd like me makes it even better. Doesn''t it?"'
+					*nl
+					'You can just barely see her face past his shoulder and she looks very turned on and also in as much shock as you are by how Artem is acting, you have never seen him like this and Anushka''s pussy isn''t the only one soaking wet from this. When she doesn''t respond he places his right hand back on the wall to block any escape and says forcefully and loudly. "Say it!"'
+					'Breathlessly and quietly so quiet you can barely hear her words. "Yes." There is a pause, as she looks up at him, you never really noticed before how much taller Artem is over Anushka, you know she is fairly short at about 160cm tall but he towers over her at nearly 180cm tall. His face must have encouraged her as she then continues a bit louder so you can more easily hear her. "Yes... I love the idea of a nerd making me his bitch... and humiliating me."'
+					act 'Keep watching':
+						*clr & cla
+						artemQW['nush3some_again'] = 3
+						anushkaQW['artem_dom'] = 1
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You see his shoulders relax as his hands slide down from the wall as he steps back to make space for her. "So like I said, there will be another time, we will let you know where and when, got it?"'
+						'She casts her eyes down and bites her lower lip as she nods. "Yes." She says softly.'
+						'He crosses his arms and looks down at her. "Good, now get your little ass out of here." He says, then she moves past him to the door and opens up the door. As she does Artem reaches out and gives her ass a hard slap, hard enough it makes her jump a little and yelp, while the sound of the smack on the ass carries across the room. As Artem turns toward you, you can see her eyes wide and a huge grin on her face, you can tell she loved ever moment of that, just as you did. Then she mouths the word wow to you and gives you a wink as she leaves closing the door.'
+						act 'Ask how he feels':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+							'He walks back over and sits down next to you. You smile to him and kiss him. "I won''t lie, I was impressed by how you handled her, I am proud of you." You say to him and kiss him again. "So, how did that make you feel?"'
+							'He looks thoughtful for a second. "You know what? I feel great, I really do." He pauses, as if he''s considering what to say next, you give him time to collect his thoughts. "I don''t know... I just suddenly had enough and I was like hell with this I am going to push back for once." Then he grins. "As I told her what I thought and realized she was backing down from me...from ME!" He shakes his head a bit. "Thats when I had a real surge of confidence, so I pushed back even more. Thats... thats when it suddenly hit me, she liked it and... I don''t know it is like so many things suddenly clicked in my head and just seemed so much better."'
+							*nl
+							'You give his hand a reassuring squeeze. "I''m glad you had this moment, confidence looks good on you."'
+							'He turns his head and looks at you. "Thanks, I mean it, it was your encouragement that helped me get here, with out you..." He trails off.'
+							'You shakes your head. "No while I might have helped get you here a little faster this is who you always was, who I always saw you to be, you would have got here on your own, I am just glad I could help."'
+							'He smiles to you. "Thanks... I still can''t really believe I fucked Nush like a slut and then made her my bitch afterwards, forcing her to agree." He sounds elated beyond words, he looks like the weight of the world has lifted off him. Apparently all the bullying has bothered him more than he said and now it seems to have lifted at least for now.'
+							act 'Ask if he wants to do it again':
+								*clr & cla
+								minut += 10
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								'"So does that mean you want to do this again?" You ask him.'
+								'He nods. "Hell yes and next time I am going to totally own her." Then he looks at you and blushes a bit. "I mean I would like to if you want to, of course."'
+								'You can''t help but grin at how he can be so dominate one moment but still blush and care about your feelings the next. "Well let me think about it, but I think maybe we can, you made sure she would say yes already, so why waste that. I will let you know when I am ready to invite her again." You also want to talk to Anushka about this now.'
+								'He nods. "Of course, just let me know." The two of you talk for a bit more before he finally says. "My roommate should be home soon, and I need to still study tonight."'
+								act 'Leave': gt 'uni_dorm', 'second_floor'
+							end
+						end
+					end
+				end
+			end
+		end
+		act 'Agree with Anushka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'loathe'
+			artemQW['nush3some'] = -1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You look at her. "Nush, come on. I''m working on it. It takes a while to train boys. He''ll be even better next time, I promise."'
+			'She just laughs. "Next time? I don''t know about that. You know I only like being with guys that know how to fuck you properly. Artem shows some promise, but he''s a long way from that. Even with prompting from both of us, he was only okay." You glance over at Artem and see his shoulders slump and his grin fade as he listens to the two of you. "Anyway, I need to get going. Later losers." She walks out of his dorm room.'
+			*nl
+			'You and Artem sit in silence, but just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			'You smile and try to kiss him, but he turns his head and you end up kissing his cheek. "Don''t listen to her. You''re getting better, and you''re good enough for me."'
+			'He sighs loudly and shakes his head. "Yeah, sure. It''s okay. Not sure what I expected from her, she is who she is, but hey, I got to fuck her in the ass, something I never dreamed would ever happen, so I''m good." He pauses and frowns and then looks at you in all seriousness and says. "Look. I know she''s your friend, but I just don''t and never will like her. Honestly, I don''t like how you act around her. So please do me a favour and don''t invite her to hang out with us anymore, okay?"'
+			'You sigh and nod before he gives you a tight-lipped smile and watches you leave his dorm room.'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+		act 'Say nothing':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'dislike'
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			artemQW['nush3some_again'] = 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You don''t want to get in the middle of this. You glance at him, but don''t meet his eyes as he takes a breath. "Is that so? Then why were you asking me to slow down then, huh?"'
+			'She snorts. "Oh, I''ll give it to you that for the last few minutes, you started to actually fucked me like a man, but that was only after <<$pcs_nickname>> and I encouraged you several times." She steps up close to him and taps him on the chest. "Which means you have it in you, but where was that earlier, hmm? The last few minutes don''t make up for the rest."'
+			'His grin fades and he sighs. "Sorry I wasn''t very good."'
+			*nl
+			'She rolls her eyes and shakes her head. You know she dislikes it when people won''t stand up for themselves. "What... ever... Later losers." She walks out of his dorm room.'
+			'As she leaves, you can see he still seems happy, but tell her words bothered him. Just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			'You smile and kiss him again. "Don''t listen to her. You were great as always."'
+			'He snorts softly. "Sure... Thanks for standing up for me then."'
+			act 'You need to stand up for yourself':
+				*clr & cla
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You give him a hug, but he doesn''t really return it. "I''m sorry, but she''s my friend, and I thought you could stand up for yourself."'
+				'He starts to say something, then stops and sighs before nodding his head in agreement. "You''re right. I should have stood up to her, but I shouldn''t need my girlfriend to defend me. I''m just so used to her and the other gopniks picking on me... that she intimidates me. Hell, even she was right. I was pretty meek and passive until the very end."'
+				act 'Look on the bright side':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'You give him a hug. "She''s more bark than bite, but look on the bright side. You just got to fuck one of your bullies in the ass."'
+					'He laughs at your comment. "Yeah. Yeah, you''re right. I guess I got her back a little. Hopefully it hurt." He blushes at his own words and glances at you. "Do you think it did?"'
+					*nl
+					'You smile at him and give him a reassuring look. "Hell yeah, with how you were pounding her ass there at the end? You felt her trying to pull away! I bet her asshole feels like it''s on fire right now and will be really sore tomorrow."'
+					'He looks at you and laughs even more, and you laugh with him. "Thanks, I needed that." Looking at him, he seems happy, but you can tell her words bothered him. Just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+					act 'He had fun': gt 'artem_sex_uni', 'nush3some_had_fun'
+					act 'Ask how he feels': gt 'artem_sex_uni', 'nush3some_how_he_feels'
+				end
+				act 'Reassure him':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'You smile and kiss him again. "Don''t listen to her. You were great as always."'
+					'He laughs and shakes his head. "It''s okay. Not sure what I expected from her. She is who she is. I''m good, really." He kisses you and thanks you for a great time before walking you to the door. It seems it didn''t bother him too much, so you head on your way.'
+					act 'Leave': gt 'uni_dorm', 'second_floor'
+				end
+			end
+			act 'Apologize':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'like'
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You give him a hug, but he doesn''t really return it. "I''m sorry. I should have stood up for you."'
+				'He starts to say something. "No. I''m nearly a adult and I should have stood up to her! I shouldn''t need my girlfriend to defend me, but I''m just so used to her and the other gopniks picking on me, that she intimidates me. She was right; I was pretty meek and passive until the very end when you both encouraged me."'
+				*nl
+				'You give him a hug. "She''s more bark than bite. Plus, you just got to fuck one of your bullies in the ass."'
+				'He nods and smiles at your comment. "Yeah. Yeah, you''re right. Not only did I get to fuck her, but I tore her ass up, something I never dreamed would ever happen. Yeah, I think I''m good." He kisses you and thanks you for a great time before walking you to the door. Hoping this didn''t bother him, you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+		end
+	else
+		'"It wasn''t nearly as bad as I expected it to be. Don''t get me wrong, it wasn''t good either, but I expected it to be terrible. I''m just disappointed with a case of girl blue balls. I''ll need to rub one out tonight." She looks directly at you and smirks. "You still have a lot of work training your nerd to fuck like a man." You glance at Artem and see her words hit home.'
+		act 'Defend Artem':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'love'
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			artemQW['nush3some_again'] = 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'"Nush!" you say in a scolding tone. "He did just fine." You lean over and kiss him quickly. "You were great. Nush is just being a bitch!"'
+			'She just laughs. "Don''t lie to him. He needs to hear the truth if he ever wants to get better. Hell, I couldn''t even get off with you eating me out at the same time." She glances at him before speaking to you again. "Look at him; even he knows it." You glance over at Artem, and notice that his shoulders are slumped and his grin has faded. "Later losers. I''m off to get off." She walks out of his dorm room.'
+			*nl
+			'When she leaves, Artem sighs. He still seems somewhat happy, but her words have bothered him a lot. Just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			act 'Look on the bright side':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You smile and kiss him again. "Look on the bright side! You got to fuck one of your bullies in the ass. How many people ever get to say that?"'
+				'He looks at you and laughs while shaking his head. "You''re right... you''re right. I just wish..."'
+				'You look at him. "Wish what?"'
+				'He sighs. "I wish I had taken better advantage of the situation, maybe really paid her back some for all the teasing she''s put me through over the years."' 
+				'Before you can reply, he kisses you before walking you to the door. It seems it didn''t bother him too much, so you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+			act 'Reassure him':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You smile and kiss him again. "Don''t listen to her. You were great as always."'
+				'He laughs and shakes his head. "It''s okay. Not sure what I expected from her; she is who she is. I''m good, honestly." He kisses you and thanks you for a great time before walking you to the door. It seems it didn''t bother him too much, so you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+		end
+		act 'Agree with Anushka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'loathe'
+			artemQW['nush3some'] = -1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You look at her. "Nush, come on. I''m working on it. It takes a while to train boys. He''ll be even better next time, I promise."'
+			'She just laughs. "No, I don''t think so. There won''t be a next time. You know I only like being with guys that know how to fuck you good, ones that can get me off." You glance over at Artem and see his shoulders slump and his grin fades as he listens to the two of you. "Anyway, this was a mistake I don''t plan on repeating. Later losers." She walks out of his dorm room.'
+			*nl
+			'You and Artem sit in silence, but just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			'You smile and try to kiss him, but he turns his head and you end up kissing his cheek. "Don''t listen to her; you getting better, and you''re good enough for me."'
+			'He sighs loudly and shakes his head. "Yeah, sure. I know she''s your friend, but I just don''t and never will like her. Honestly, I don''t like how you act around her. So please do me a favour and don''t invite her to hang out with us anymore, okay?"'
+			'You sigh and nod before he gives you a tight-lipped smile and walks you to the door.'
+			act 'Leave': gt 'uni_dorm', 'second_floor'
+		end
+		act 'Say nothing':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A2', 'dislike'
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			artemQW['nush3some_again'] = 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You don''t want to get in the middle of this. You glance at him, but don''t meet his eyes, and his grin fades as he sighs and looks at her. "Sorry I wasn''t very good."'
+			'She rolls her eyes slightly and shakes her head. You know she dislikes it when people won''t stand up for themselves. "Not good? Dude, you couldn''t even get me off!"'
+			'He blushes at the comment. "Sorry," he says meekly while looking down at the floor, unable to meet her gaze.'
+			'"What... ever... Later losers." She walks out of his dorm room.'
+			*nl
+			'Once she leaves, you can tell her words bothered him a lot, but just as you''re about to say something, he interrupts you. "My roommate should be home soon, and I need to still study tonight."'
+			'You smile and kiss him again. "Don''t listen to her. You were great as always."'
+			'He snorts softly. "Sure... Thanks for standing up for me then."'
+			act 'Stand up for himself':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You give him a hug, but he doesn''t really return it. "I''m sorry, but she''s my friend, and I thought you could stand up for yourself."'
+				'He starts to say something, then stops and sighs before nodding his head in agreement. "You''re right. I should have stood up to her, but I shouldn''t need my girlfriend to defend me. I''m just so used to her and the other gopniks picking on me... that she intimidates me. Not sure what I expected from her anyway. She is who she is."'
+				*nl
+				'You give him another hug. "She''s more bark than bite. Plus, you just got to fuck one of your bullies in the ass."'
+				'He nods and smiles at your comment. "Yeah. Yeah, you''re right. I guess I got her back a little; hopefully it hurt." He blushes at his own words and glances at you. "Do you think it did?"'
+				'You smile at him and give him a reassuring look. "Hell yes, how you were pounding her ass there at the end. I bet her ass will be sore tomorrow too." He glances at you, then laughs, and you laugh with him.'
+				'"Thanks, I needed that." He kisses you and thanks you for a great time before walking you to the door. Hoping this didn''t bother him, you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+			act 'Apologize':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A2', 'like'
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You give him a hug, but he doesn''t really return it. "I''m sorry. I should have stood up for you."'
+				'He starts to say something. "No. I''m nearly a adult and I should have stood up to her! I shouldn''t need my girlfriend to defend me, but I''m just so used to her and the other gopniks picking on me, that she intimidates me. She was right; I was pretty meek and passive until the very end when you both encouraged me."'
+				*nl
+				'You give him a hug. "She''s more bark than bite. Plus, you just got to fuck one of your bullies in the ass."'
+				'He nods and smiles at your comment. "Yeah. Yeah, you''re right. Not only did I get to fuck her, but I tore her ass up, something I never dreamed would ever happen. Yeah, I think I''m good." He kisses you and thanks you for a great time before walking you to the door. Hoping this didn''t bother him, you head on your way.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'nush3some_had_fun':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+	'You smile and kiss him again. "I''m glad you had fun."'
+	'He laughs and hugs you. "Thank you, thank you for everything. I had a great time. I really needed that." He kisses you again before walking you to the door. As you leave, you think about what just happened. Not only do Anushka''s words seem to not have bothered him anymore, but there''s something about his stance, tone of voice and how he acted. He seems to have gotten a little more confident from today''s events.'
+	act 'Leave': gt 'uni_dorm', 'second_floor'
+end
+
+if $ARGS[0] = 'nush3some_how_he_feels':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+	'You smile and kiss him again. "Don''t listen to her. You were great as always." You pause while looking at him; he just seems a little different and more confident. "So, how did that make you feel?"'
+	'He looks thoughtful for a second. "You know what? I feel great, I really do." He pauses, as if he''s considering what to say next. "I just wish..." he trails off.'
+	'You give him an encouraging look to continue, but he looks at you and blushes. It seems he''s too embarrassed to say what he wishes. You could prod him, embarrass him, or just let it go.'
+	act 'Let it go':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'You smile at him. "I''m glad you had fun."'
+		'He laughs and hugs you. "Thank you, thank you for everything. I had a great time. I really needed that." He kisses you before walking you to the door. As you leave, you think about what just happened. Not only do Anushka''s words seem to not have bothered him anymore, but there''s something about his stance, tone of voice and how he acted. He seems to have gotten a little more confident from today''s events.'
+		act 'Leave': gt 'uni_dorm', 'second_floor'
+	end
+	act 'Press him':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+		'You cock your head slightly. "You wish what?"'
+		'He shakes his head and blushes. "Nothing, forget I said anything."'
+		'You grin at how adorable he''s acting. "Artem, please. Relationships are about sharing and I want to know how you feel."'
+		'He looks at you before nodding slightly. "Okay... yeah, you''re right. If it was you, I would want to know what you thought too." He pauses and takes a deep breath as if steadying himself. "I just wish I had taken charge more. I know you encouraged me, but I wish I''d done it myself or even gone further."'
+		act 'Let him continue':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+			if artemQW['rough_anal_nush'] = 2:
+				'He pauses again. "I just wish I''d grabbed her by the hips sooner and fucked her ass as hard as I could until she felt like her asshole was on fire." His tone becomes harder and more vicious before he realizes what he said and blushes. "I mean, I don''t want to really hurt her..." He looks at you and blushes more. "Okay, maybe hurt her a little... Just to get some payback for all the times she and others tormented me at school. It would have been nice to really get some revenge you know?" He ends it looking and sounding a little sheepish.'
+				*nl
+				'You''re a little surprised by this outburst, but also proud that he''s gaining self-confidence. "Wow! I didn''t know the bullying bothered you this much." He starts to say something, but you keep going. "But I get it, I really do. She and the other gopniks have bullied and sometimes hurt you, and you just wanted some payback. It''s only natural."'
+				'He relaxes a little, seemingly relieved you''re not upset by what he just said. "Yeah... I just regret missing my only chance to really get some payback." You think about what he said. You know you could likely talk her back into coming back eventually, but do you want to share your boyfriend with her again?'
+			else
+				'He pauses again. "At the end, I wish I had just grabbed her by the hips and fucked her ass as hard as I could until she pleaded with me to stop." His tone becomes harder and more vicious before he realizes what he said and blushes. "I mean, I don''t want to really hurt her..." He looks at you and blushes more. "Okay, maybe hurt her a little... Just to get some payback for all the times she and others tormented me at school. It would have been nice to really get some revenge you know?" He ends it looking and sounding a little sheepish.'
+				*nl
+				'You''re a little surprised by this outburst, but also proud that he''s gaining self-confidence. "Wow! I didn''t know the bullying bothered you this much." He starts to say something, but you keep going. "But I get it, I really do. She and the other gopniks have bullied and sometimes hurt you, and you just wanted to get a little revenge. It''s only natural."'
+				'He relaxes a little, seemingly relieved you''re not upset by what he just said. "Yeah... I just regret missing my only chance to really get some payback." You think about what he said. You know you could likely talk her back into coming back eventually, but do you want to share your boyfriend with her again?'
+			end
+			act 'Agree he missed his chance': 
+				*clr & cla
+				artemQW['nush3some'] = -1
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You smile at him. "Yeah you did, but at least you had fun and got her back a little."'
+				'He laughs and hugs you. "You''re right. Thank you for everything. I had a great time. I really needed that." He kisses you before walking you to the door. As you leave, you think about what just happened. Not only do Anushka''s words seem to not have bothered him anymore, but there''s something about his stance, tone of voice and how he acted. He seems to have gotten a little more confident from today''s events.'
+				act 'Leave': gt 'uni_dorm', 'second_floor'
+			end
+			act 'Invite her again':
+				*clr & cla
+				artemQW['nush3some_again'] = 2
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'It was fun and seems to have helped Artem feel more confident. "Maybe not. You heard what she said."'
+				'He seems unsure. "Yeah, she said maybe, but that sounded more like a polite no to me..." He pauses and gives you a hopeful look. "Do you think she might be willing to do it again?" He''s trying to hide his eagerness from you.'
+				*nl
+				'You nod. "Yeah, I think I can talk her into it. Do you want me to?"'
+				'He blushes, but nods. "Yeah. Yeah, I think I do." You consider it, but he''s all fired up to use it as an excuse to get back at her. You could tell him not to be too rough, or encourage him to let out his frustration on her to gain more confidence. You don''t think she would mind; she is into the rough stuff.'
+				act 'Only if you''re nice':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'You think for a few seconds before nodding. She might like it rough, but you shouldn''t encourage him to hurt a girl during sex. "Okay, I''ll try and talk her into it, but I don''t want you to be too rough with her. She''s my friend, after all, and a human being."'
+					'He nods in agreement. "Okay... Not too mean, maybe just hurt her a little..." he says with a huge grin while holding up his hand with a small gap between his index finger and thumb. You shake your head and laugh.'
+					*nl
+					'He kisses you and thanks you for a great time before walking you to the door. As you leave, you think about what just happened. Not only do Anushka''s words seem to not have bothered him anymore, but there''s something about his stance, tone of voice and how he acts. He seems to have gotten a little more confident from today''s events.'
+					act 'Leave': gt 'uni_dorm', 'second_floor'
+				end
+				act 'Only if you''re really rough':
+					*clr & cla
+					artemQW['artem_dom'] += 1
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+					'You think for a few seconds before nodding. Anushka likes the rough stuff, and more importantly, you think this will do Artem some good. "Okay, I''ll try and talk her into it, but..." You pause, and can tell he''s expecting you to ask him to not be too rough next time. "Only if you promise to not hold back."'
+					'He looks surprised by your comment. "Really!?"' 
+					act 'Yes':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+						if artemQW['rough_anal_nush'] = 2:
+							'You nod at him. "Yes, really."'
+							'He looks dumbfounded as he sits and looks at you. "So let me get this straight. You''re okay with me hate fucking your friend for all the years she and the other gopniks bullied me? You''re okay with me taking my frustration, humiliation and anger out on her?"'
+							'You giggle at his expression. "If that''s what you need, then yes, that''s exactly what I want you to do."'
+							*nl
+							'He looks and sounds skeptical. "And you think she''ll be okay with it?"'
+							'"It doesn''t matter what she wants; this is about you. Like her, the rest didn''t care what you wanted when they bullied you. Besides, Nush is a good sport. She''ll understand that you need a little payback, especially after what you said to her today." You think about telling him that you''re pretty sure she''s into being dominated, but that might ruin it for him, and if this makes him happy, it''s a win-win for everyone. "So, is that a yes?"'
+							act 'Continue':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								'He starts nodding. "Hell yes! Oh man, I can''t wait! Next time, I''m just going to grab her and hate fuck her from the start until she''s begging me to stop!"'
+								'You shake your head a little. "Jeez, calm down; this is still consensual."'
+								'He blushes again. "Sorry, I didn''t mean for it to sound like that."'
+								*nl
+								'You hug him. "It''s okay. I know how you meant it."'
+								'He returns the hug. "Thank you, I think I needed this more than I realized." It seems like a weight has been lifted from his shoulders as he gives you a kiss before walking you to the door. As you leave, you think about what just happened. Not only do Anushka''s words seem to not have bothered him anymore, but there''s something about his stance, tone of voice and how he acted. He seems to have gotten a little more confident from today''s events.'
+								act 'Leave': gt 'uni_dorm', 'second_floor'
+							end
+						else
+							'You nod at him. "Yes, really."'
+							'He looks dumbfounded as he sits and looks at you. "So let me get this straight. You want me to fuck your friend raw and take out all my years of frustration, humiliation and anger from being bullied on her?"'
+							'You giggle at his expression. "If that''s what you need, then yes, that''s exactly what I want you to do. Nush is a good sport; she''ll understand." You think about telling him that you''re pretty sure she''s into being dominated, but that might ruin it for him, and if this makes him happy, it''s a win-win for everyone. "So, is that a yes?"'
+							act 'Continue':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+								'He starts nodding. "Hell yes! Oh man, I can''t wait. Next time, I won''t show her any mercy at all."'
+								'You laugh and roll your eyes slightly at him. It seems like a weight has been lifted from his shoulders as he gives you a kiss before walking you to the door. As you leave, you think about what just happened. Not only do Anushka''s words seem to not have bothered him anymore, but there''s something about his stance, tone of voice and how he acted. He seems to have gotten a little more confident from today''s events.'
+								act 'Leave': gt 'uni_dorm', 'second_floor'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'strapon_first':
+	*clr & cla
+	minut += 3
+	artemQW['artem_dom'] -= 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon3.jpg"></center>'
+	'You slip on the harness, and he helps you buckle it in place as he takes his pants off. You can tell by how he''s acting that he''s nervous and do your best to give him reassuring smiles, but it doesn''t seem to help. Once the harness is in place, you look at him. "Come and suck my dick, baby," you tell him with a grin.'
+	act 'Continue':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon4.jpg"></center>'
+		'He gets on his knees in front of you and grabs the back of your legs with his hands before slowly opening his mouth and taking the dildo in. He starts slowly sucking on it; by his expression, you don''t think he''s really into it, but is doing it to make you happy. "Okay, take off your shirt and get on the bed."'
+		gs 'arousal', 'foreplay_give', 2
+		gs 'stat'
+		act 'Get the lube':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon5.jpg"></center>'
+			'He stops sucking on the dildo and takes off his shirt before sitting back on the bed. You smile at him. "You need to roll over." He blushes, but rolls over onto his stomach as you open his nightstand and take out the lube he got to use on you before crawling onto the bed on your knees. You lube up the dildo before squirting some lube between his ass cheeks and working it in.'
+			*nl
+			'He glances back over his shoulder at you. "That feels weird."'
+			'You give him a reassuring smile. "It''s okay, just take a deep breath and relax." Once he and the dildo are lubed up, you cap the bottle of lube and toss it aside. "You ready, Artem?" He just nods in response. You line up the dildo and slowly push it into his asshole until the head pops in and Artem hisses in pain, causing you to stop moving. "Just breathe." He does as you instruct, and you wait until you feel him relax before pushing the dildo further into him.'
+			gs 'arousal', 'anal_strap_give', 2
+			gs 'stat'
+			act 'Continue':
+				*clr & cla
+				gs 'boyStat', 'D<<strapnumber>>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon6.jpg"></center>'
+				'You start to slowly fuck him with the strapon, only thrusting about half the length of the dildo into him. "How does that feel?"'
+				'He doesn''t answer at first. "Not as bad as I thought. It stopped hurting."'
+				'You slowly slide the entire length of the <<dick>>cm <<$dick_girth>> dildo into his ass, causing him to moan as you climb on top of him, laying on his back as you slowly start fucking him. "Sounds like you like that."'
+				*nl
+				'He glances back over his shoulder at you. "It feels weird, but yeah, I kind of like it."'
+				'You give him a reassuring smile. "Great, because I love this. Now take a deep breath." You push it in as far as it will go and start steadily fucking him, picking up the pace as he starts moaning louder. By the sound of it, he''s starting to enjoy it.'
+				gs 'arousal', 'anal_strap_give', 2
+				gs 'stat'
+				act 'Start fucking him hard and fast':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon7.jpg"></center>'
+					'You start to pick up speed until you''re really hammering his ass. "Fuck yeah, take my cock bitch!"'
+					'His moans turn to grunts, and he puts his hands back against your hips to slow you down. "Slow down, not so hard! That hurts!"'
+					gs 'arousal', 'anal_strap_give', 2
+					gs 'stat'
+					act 'Keep fucking him hard':
+						*clr & cla
+						minut += 5
+						artemQW[strapon] = -1
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon6.jpg"></center>'
+						'You don''t do as he asked. "Come on baby, just relax."'
+						'His his grunts turned to pained grunts. "Stop! That hurts!" He shoves you off before sitting up and glaring at you. "What the hell, <<$pcs_nickname>>?! That hurt!"'
+						'You frown. "Sorry, I just got carried away. Forgive me?"'
+						'He sighs. "Okay, I forgive you, but that''s it. I''m not doing that again." You start to speak, but he shakes his head. "No! Never. Again. I''m going to go take a shower. Talk to you later."'
+						gs 'arousal', 'anal_strap_give', 2
+						gs 'stat'
+						act 'Leave': gt 'uni_dorm', 'second_floor'
+					end
+					act 'Ease up a bit':
+						*clr & cla
+						artemQW[strapon] = 1
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon7.jpg"></center>'
+						'You ease up abit, making sure not to go too hard as you lift yourself up so you can more easily thrust into him. He starts moaning a little louder as you do. "Oh... fuck... Ah..."'
+						'You grin as it sounds like he''s really starting to enjoy it. "You like taking my cock in your ass, don''t you?"'
+						'He raises his head, but doesn''t look back at you. At first, you''re not sure he even heard you. "Uh... I... Ah... YES... yes, I like it." He keeps moaning louder, which only turns you on more. Finally, after several minutes of this, his moans start to subside. "Okay, I think we need to stop. It''s starting to hurt a little again."'
+						gs 'arousal', 'anal_strap_give', 5
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Continue':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon1.jpg"></center>'
+							'You roll off him, pulling your dildo out of his ass, making him moan as you do. Once you''re off him, he quickly gets up and slides off the bed; as you watch, he starts furiously jerking off and quickly starts cumming. "I guess you really liked it," you say once he finishes.'
+							'He glances at you and turns as red as you think is humanly possible. He looks down, refusing to meet your eyes. "Yeah, it felt much better than I thought it would." He raises his gaze to look at you. "Did you like it?"'
+							'You nod your head. "Yes, I had a lot of fun. Maybe we can do it again?"'
+							*nl
+							'"Let me think about it," he replies and you nod as you start removing the harness and cleaning the dildo while he cleans himself up. "I think I need to shower, and I really should finish my homework. See you tomorrow?"'
+							'You nod. "Sure, see you tomorrow." He kisses you briefly before leaving his room and going to the bathroom. Placing the strap-on back in your purse, you leave his apartment with a massive grin on your face.'
+							act 'Leave': gt 'uni_dorm', 'second_floor'
+						end
+					end
+				end
+				act 'Fuck him nice and steady':
+					*clr & cla
+					artemQW[strapon] = 1
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon7.jpg"></center>'
+					'You keep the pace up, making sure not to go too hard as you lift yourself up so you can more easily thrust into him. He starts moaning a little louder as you do. "Oh... fuck... Ah..."'
+					'You grin as it sounds like he''s really starting to enjoy it. "You like taking my cock in your ass, don''t you?"'
+					'He raises his head, but doesn''t look back at you. At first, you''re not sure he even heard you. "Uh... I... Ah... YES... yes, I like it." He keeps moaning louder, which only turns you on more. Finally, after several minutes of this, his moans start to subside. "Okay, I think we need to stop. It''s starting to hurt a little again."'
+					gs 'arousal', 'anal_strap_give', 5
+					gs 'arousal', 'end'
+					gs 'stat'
+					act 'Continue':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/strapon/first_strapon1.jpg"></center>'
+						'You roll off him, pulling your dildo out of his ass, making him moan as you do. Once you''re off him, he quickly gets up and slides off the bed; as you watch, he starts furiously jerking off and quickly starts cumming. "I guess you really liked it," you say once he finishes.'
+						'He glances at you and turns as red as you think is humanly possible. He looks down, refusing to meet your eyes. "Yeah, it felt much better than I thought it would." He raises his gaze to look at you. "Did you like it?"'
+						'You nod your head. "Yes, I had a lot of fun. Maybe we can do it again?"'
+						*nl
+						'"Let me think about it," he replies and you nod as you start removing the harness and cleaning the dildo while he cleans himself up. "I think I need to shower, and I really should finish my homework. See you tomorrow?"'
+						'You nod. "Sure, see you tomorrow." He kisses you briefly before leaving his room and going to the bathroom. Placing the strap-on back in your purse, you leave his apartment with a massive grin on your face.'
+						act 'Leave': gt 'uni_dorm', 'second_floor'
+					end
+				end
+			end
+		end
+	end
+end
+
+--- artem_sex_uni ---------------------------------
+

+ 305 - 136
locations/nerd_game_night.qsrc

@@ -113,23 +113,28 @@ if $ARGS[0] = 'game_night1':
 	menu_off = 1
 	minut += 180
 	grupvalue[3] += 1
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
 	if grupTipe['joined_nerds'] = 1:
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
 		'Upon entering the room, everyone freezes and looks your way. You can feel the anxious gazes as you greet the group sitting around the table that has a large map spread across it, along with small figures, various papers and books, and lots and lots of dice.'
 		'Just as you''re about to ask what they''re doing, Feofan speaks up. "Welcome to our little game night <<$pcs_nickname>>! Please take a seat and I''ll explain the rules to you."'
+		*nl
 		'The empty seat is next to Julia, who smiles warmly at you and scoots a little closer to help explain things to you.'
 		'As you take your seat, Feofan tells you an incredible background story as he builds up the game world so you can be fully immersed. You''re handed a character sheet and a pencil as he continues explaining what the game is all about.'
 		'You hear a few sighs as Feofan passionately continues. "Why does it always end up like this? Let''s get on with the game already!" Petka exclaims.'
 		gs 'nerd_game_night', 'group_rel_change','nerds', 1
 	elseif $loc = 'city_coffee_hole':
-		'Upon entering the Coffee Hole, you can see the nerds have claimed a large table in the back corner. As you make your way over to them, you can''t help but notice Anushka working the counter. As you join them, you can feel the anxious gazes as you greet the group sitting around the table that has a large map spread across it, along with small figures, various papers and books, and lots and lots of dice.'
+		'<center><img <<$set_imgh>> src="'+'images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+		'Upon entering the Coffee Hole, you can see the nerds have claimed a area of couches around a large coffee table in the back corner. As you make your way over to them, you can''t help but notice Anushka working the counter. As you join them, you can feel the anxious gazes as you greet the group sitting around the table that has a large map spread across it, along with small figures, various papers and books, and lots and lots of dice.'
 		'Just as you''re about to ask what they''re doing, Feofan speaks up. "Welcome to our little game night, <<$pcs_nickname>>! Please take a seat and I''ll explain the rules to you."'
+		*nl
 		'The empty seat is next to Julia, who she smiles warmly at you and scoots a little closer to help explain things to you.'
 		'As you take your seat, Feofan tells you an incredible background story as he builds up the game world so you can be fully immersed. You''re handed a character sheet and a pencil as he continues explaining what the game is all about.'
 		'You hear a few sighs as Feofan passionately continues. "Why does it always end up like this? Let''s get on with the game already!" Petka exclaims.'
 	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
 		'Upon entering the room, everyone freezes and looks your way before you are given warm smiles and waved over. Feofan is sitting at one end of the table with some type of screen partially obscuring him while Artem, Petka and Gerasim sit on one side of the table and Julia and Zinaida sit on the opposite side. A large map is spread across the table, along with small figures, various papers and books, and lots and lots of dice.'
 		'Before you can ask anything Feofan speaks up, "Welcome to our little game night <<$pcs_nickname>>! Please take a seat and I''ll explain the rules to you."'
+		*nl
 		'The empty seat is next to Julia, who smiles warmly at you and scoots a little closer to help explain things to you.'
 		'As you take your seat, Feofan tells you an incredible background story as he builds up the game world so you can be fully immersed. You''re handed a character sheet and a pencil as he continues explaining what the game is all about.'
 		'You hear a few sighs as Feofan passionately continues. "Why does it always end up like this? Let''s get on with the game already!" Petka exclaims.'
@@ -139,7 +144,8 @@ if $ARGS[0] = 'game_night1':
 		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/character.jpg"></center>'
-		'Feofan glances at Petka and sighs. "Anyway, I should tell you a little something about your fellow adventurers. Artem is playing a Dwarven male Fighter, Gerasim is playing a half-orc male Ranger, Julia is playing a Human female Cleric of the Lady of Morning, Zinaida is playing a Human male Fighter and Petka <i>was</i> playing a Halfling male Rogue, but he got killed last game session and wants to try something different, so now he''s a Half Elven female Wizard."'
+		'Feofan glances at Petka and sighs. "Anyway, I should tell you a little something about your fellow adventurers. Artem is playing a tall Dwarven male Fighter, well tall for a dwarf anyways, Gerasim is playing a half-orc attractive male Ranger, Julia is playing a beautiful Human female Cleric of the Lady of Morning, Zinaida is playing a heavily scared Human male Fighter and Petka <i>was</i> playing a Halfling male Rogue, but he got killed last game session and wants to try something different, so now he''s a beautiful Half Elven female Wizard."'
+		*nl
 		'You nod and continue listening as he explains a little about what each of them can do. It sounds like they''re mostly able to fight, heal, cast damaging spells or buff up the other characters, which makes sense from what little you know about the game. "So what the group could really use is a Rogue. I made one up for you to help you get started. She is a human Rogue who is quick and agile, but also beautiful and charismatic. This will help the group when dealing with social situations. Don''t worry, she can fight too! Her ability is to sneak up to or around enemies and deliver devastating back stabs. So what do you think?" The whole group looks at you, waiting for your reply.'
 		act 'Sounds like fun':
 			*clr & cla
@@ -173,6 +179,7 @@ if $ARGS[0] = 'game_on':
 		'Artem sighs deeply. "Do we need to have this discussion again? It''s obvious that we should attack the dragon. She is our tank after all."'
 		'Gerasim looks a little irritated. "We should buff the warrior first before taking on the dragon. It''s a more sound strategy."'
 		'Artem sighs again. "And if the dragon hears Julia casting, it will attack us first! We should attack now while we still have the element of surprise."'
+		*nl
 		'The whole room erupts in a frenzy with everyone talking over each other to get their point across. Feofan tries to calm everyone down, but it''s futile. After a while, they decide that they should vote on what to do next.'
 		'"How about we let <<$pcs_nickname>> decide? She''s new and should be objective," Artem suggests and the others nod approvingly.'
 		'You first ask what they mean by buffing and learn that it will make Zinaida''s character tougher and able to take more damage.'
@@ -259,10 +266,10 @@ if $ARGS[0] = 'keep_playing_on1':
 					*nl
 					'Anushka returns a few minutes later and gives everyone their order. "It sounded like you kept that dragon focused on you so the rest could kill it," she tells Gerasim while handing him his order.'
 					'He looks up to her and smiles. "It was a group effort."'
-					'She just shakes her head slightly and continues serving. "Your Elven Ladyship," she says teasingly to Petka, loud enough for everyone to hear. "Well, have fun nerds. Just remember to clean up after yourselves."'
+					'She just shakes her head slightly and continues serving. "Your Elven Ladyship," she says teasingly to Petka which causes him to blush, loud enough for everyone to hear. "Well, have fun nerds. Just remember to clean up after yourselves."'
 					act 'Back to the game':
 						*clr & cla
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+						'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
 						'Once Anushka is gone, you all get back into the game. The rest continue with their special banter and the discussions are quite intensive, forcing you to take small breaks.'
 						'Feofan tries his best to be a good game leader, but sometimes even he can''t keep his head cool and gets carried away as he passionately discusses the game world.'
 						'The time quickly flies by before Feofan interrupts and stops the game as it''s getting late and he has to get back to the dorm.'
@@ -364,8 +371,8 @@ if $ARGS[0] = 'keep_playing_on2':
 				'He blushes bright red and stammers. "What?! No! I just... I mean...." He''s totally flustered by her question and you notice Zinaida smiling slightly at the interaction. Petka''s reaction makes Anushka grin, having gotten the reaction she was hoping for. "Well, have fun nerds. Just remember to clean up after yourselves."'
 				act 'Back to the game':
 					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
-					'Once Anushka is gone, you all get back into the game. The group banter back and forth as their characters talking about what they plan to spend their share of the treasure on, before deciding the order of who is on watch during the night. After that, everyone takes their turn on watch as Petka recieves a ribbing about what Anushka said about his choice of character.'
+					'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+					'Once Anushka is gone, you all get back into the game. The group banter back and forth as their characters talking about what they plan to spend their share of the treasure on, before deciding the order of who is on watch during the night. After that, everyone takes their turn on watch as Petka receives a ribbing about what Anushka said about his choice of character.'
 					'"We''re out of time," Feofan announces and you and the group let out a sigh. "Don''t worry, there are lots of adventures left to explore. We''ll pick it up next time." The group then gather up their books and walk out of the shop. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 					act 'Leave': gt 'city_coffee_hole', 'inner'
 					act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -404,7 +411,7 @@ if $ARGS[0] = 'keep_playing_on2':
 					'"See, this is why I could never play a game like this. You guys never want to role play the fun stuff." She walks away without waiting for a reply, but you notice Feofan watching her, seemingly thinking about what she just said.'
 					act 'Back to the game':
 						*clr & cla
-						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+						'<center><img <<$set_imgh>> src="'+'images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
 						'Once Anushka is gone, you all get back into the game. The party beds down for the night as you and the others keep teasing Petka.'
 						'"We''re out of time," Feofan announces and you and the rest of the group let out a sigh. "Don''t worry, there are lots of adventures left to explore. We''ll pick it up next time. Hopefully Petka will get to see <<$pcs_nickname>> naked again..." he says with a wink, which gets everyone laughing again as Petka blushes once more. The group then gather up their books and walk out of the shop. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 						act 'Leave': gt 'city_coffee_hole', 'inner'
@@ -439,6 +446,7 @@ if $ARGS[0] = 'game_night3':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
 	'Feofan has already set everything up as you walk in. There''s a new map set on the table; it''s of the village you''re about to enter. Everyone runs over to see what''s being set up.'
 	'Feofan is clearly loving the attention. "Thanks, it took me several weeks to draw up the details and paint everything. Shall we get started?" You all quickly take a seat around the table as Feofan begins. "After you break camp and pack up, you make haste to the village. You enter the sleepy village around midday."'
+	*nl
 	'He then describes the layout of the village, pointing out the blacksmith shop where you can upgrade your gear, the tavern where you can collect valuable information and the alchemist shop where you can buy potions. There''s even a rumor of a brothel located somewhere within the village.'
 	'You all sit in awe as Feofan explains further. As soon as he''s finished, Artem takes over. "Let''s find an inn. We need a base where we can rest at night." It doesn''t take long before you find a nice inn that you settle into.'
 	act 'Settle in':
@@ -456,6 +464,7 @@ if $ARGS[0] = 'game_night3':
 				*nl
 				'Artem looks confidently at him as he throws a bag of the gold taken from the dragon fight on the counter. "Will this suffice?"'
 				'The blacksmith opens the bag and looks inside before throwing it back. "You can keep it. I know where you got this. It''s cursed." He turns his back and starts hammering once again.'
+				*nl
 				'The two of you look at each other dumbfounded. Nonetheless, you step outside and start talking to each other. "What should we do now? He won''t accept the gold!" you ask Artem.'
 				'"Easy. There''s a reason you were brought along, <<$pcs_nickname>>. Don''t you have high charisma and social skills?" Artem asks. You quickly go through your character sheet and nod. "There we have it then. Head back inside and have him eat out of your hand."'
 				act 'Re-enter the blacksmith shop':
@@ -463,6 +472,7 @@ if $ARGS[0] = 'game_night3':
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/blacksmith.jpg"></center>'
 					'You cautiously enter the blacksmith shop. "I''m not interested in what you have to say, girl!" The familiar clanking sound starts all over again.'
 					'"I-I..." you start hesitating, losing some of your composure as Feofan is a really good role-player. You suddenly feel a light nudge on your arm. "Say that you want to roll the dice for a persuasion check," Julia reminds you.'
+					*nl
 					'You look towards Feofan. "I would like to roll the dice for a persuasion check!"'
 					'"Are you sure about that?" Feofan teases, knowing you''re not that experienced when it comes to role-playing. The others nod in encouragement. "Yes, I''m sure!"'
 					'Feofan smiles. "Great, then roll the dice!"'
@@ -502,7 +512,7 @@ if $ARGS[0] = 'game_night3':
 										'Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.'
 										act 'Back to the game':
 											*clr & cla
-											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+											'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
 											'Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven''t really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 											act 'Leave': gt 'city_coffee_hole', 'inner'
 											act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -529,6 +539,7 @@ if $ARGS[0] = 'game_night3':
 							'You roll the dice and hit the first target number Feofan stated, but not the higher one he said you need for complete success.'
 							'"What do you want girl?!" the blacksmith angrily stares at you.'
 							'Feeling quite confident, you quickly reply. "We want to buy some equipment from you and I''m pretty sure you could use some gold. I''m sure we can work something out. Can you really say no to this?" You start playing with the gold pouch.'
+							*nl
 							'There''s a long silence before the blacksmith finally sighs. "Fine. I''ll sell you my goods, but it''ll cost you double."'
 							'You tell him that you need to talk to your group before you leave the shop and quickly inform your comrades. "That means we can only buy either armor or weapons for everyone," Artem sighs. "Take the weapons. We''ll need them more. A dead corpse won''t fight back."'
 							'You walk back into the shop and buy the weapons. You''re paying a way higher price than you expected, but at least you managed to get some new gear.'
@@ -556,7 +567,7 @@ if $ARGS[0] = 'game_night3':
 										'Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.'
 										act 'Back to the game':
 											*clr & cla
-											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+											'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
 											'Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven''t really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 											act 'Leave': gt 'city_coffee_hole', 'inner'
 											act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -602,13 +613,14 @@ if $ARGS[0] = 'game_night3':
 										'She just grins before looking at Gerasim. "Have you not given poor Princess Buttercup some orc dick yet?"'
 										'Gerasim clears his throat. "Half orc."'
 										'Anushka just gives Gerasim a "whatever" look before she turns to Artem. "And you wonder why his character is looking for the brothel. I''m sure they cater to all genders... Right?"'
+										*nl
 										'Artem and Gerasim fail to hide their amused smiles, Zinaida and Julia look a little uncomfortable and Petka blushes as Feofan tries to keep things moving. "Uh... Yeah! Of course the brothel caters to everyone," he replies to Anushka, then glances at Petka. "Is that why you were checking?"'
 										*nl
 										'Petka manages to turn even more red and shakes his head. "No! I just forgot I was playing a girl is all...." Anushka just snorts a laugh and even you have to admit that it was a lame excuse.'
 										'Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.'
 										act 'Back to the game':
 											*clr & cla
-											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+											'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
 											'Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven''t really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 											act 'Leave': gt 'city_coffee_hole', 'inner'
 											act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -623,6 +635,7 @@ if $ARGS[0] = 'game_night3':
 									'"Isn''t your character a girl?" Artem replies.'
 									'Petka blushes. "Yeah? So?"'
 									'Artem laughs. "Why would she need a brothel?"'
+									*nl
 									'Everyone starts laughing and you spend some time looking at the stuff you''ve managed to acquire before your party heads to the local tavern, where they drink and eat. "Good job everyone! I can''t wait to see you use all these weapons at a later time," Feofan comments as it''s time to stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 									act 'Leave':gt 'pav_commcenter', 'lobby'
 									act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -636,6 +649,7 @@ if $ARGS[0] = 'game_night3':
 			'"All we''ve got are this few trinkets to sell. It won''t be enough to buy new armor, weapons, potions <i>and</i> supplies..." Artem explains and the rest of the group nods in agreement.'
 			'"We have that small stash of gold from our last adventure," Julia points out.'
 			'"We agreed to keep it for an emergency!" Petka cries out.'
+			*nl
 			'"What do you think this is?" Julia replies with a roll of her eyes.'
 			'"Then it''s settled. We''ll split up so we can finish our tasks quicker. I suggest that Zinaida and Julia go and pick up the potions, Petka and Gerasim can sell those trinkets and buy us some supplies from the local trader and <<$pcs_nickname>> and I will head over to the blacksmith so we can buy more gear."'
 			'After a short discussion, you all agree on the details and head out.'
@@ -644,6 +658,7 @@ if $ARGS[0] = 'game_night3':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/blacksmith_shop.jpg"></center>'
 				'Upon entering the blacksmith shop, you hear the clanking of a hammer hitting on heated iron. A tall man with broad shoulders is hammering away and not really paying attention to you. "Excuse me, sir!" Artem shouts, but the banging continues. "Sir!" Artem and Feofan continue roleplaying as the rest of you listen. "My good sir, we would like to see what wares you have to offer."'
+				*nl
 				'The banging stops and the blacksmith looks up. He''s got dark eyes and looks annoyed, as if you were bothering him. "Did you bring a fortune with you? Only royalty has the means to buy what I''m offering."'
 				'You''re taken back a little by his bluntness, but you brush it off and look around his shop. "You''ve got quite the quality gear here."'
 				'"Thank you," he grunts. "You buying something or you''re just out to waste my time?"'
@@ -653,6 +668,7 @@ if $ARGS[0] = 'game_night3':
 					'"S-Sorry, we don''t have much gold so..." Artem starts to explain.'
 					'"I don''t care!" The annoyed voice behind the counter is getting louder.'
 					'Noticing Artem not getting anywhere, you decide to jump in. "Please sir, just give us a minute. We just need to decide on what to buy since we''re on a limited budget."'
+					*nl
 					'There is an awkward silence in the air before the blacksmith finally speaks up. "Talk it over and then call on me when you''ve decided."'
 					'"Thank you!" You turn to the others. "So what should we do? We have limited funds and it''s really expensive here."'
 					'"Get Zinaida and I some better weapons. It''s all we can afford," Artem replies'
@@ -682,13 +698,14 @@ if $ARGS[0] = 'game_night3':
 									'She just grins before looking at Gerasim. "Have you not given poor Princess Buttercup some orc dick yet?"'
 									'Gerasim clears his throat. "Half orc."'
 									'Anushka just gives Gerasim a "whatever" look before she turns to Artem. "And you wonder why his character is looking for the brothel. I''m sure they cater to all genders... Right?"'
+									*nl
 									'Artem and Gerasim fail to hide their amused smiles, Zinaida and Julia look a little uncomfortable and Petka blushes as Feofan tries to keep things moving. "Uh... Yeah! Of course the brothel caters to everyone," he replies to Anushka, then glances at Petka. "Is that why you were checking?"'
 									*nl
 									'Petka manages to turn even more red and shakes his head. "No! I just forgot I was playing a girl is all...." Anushka just snorts a laugh and even you have to admit that it was a lame excuse.'
-									'Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.'
+									'Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gerasim just smiles as Anushka walks away.'
 									act 'Back to the game':
 										*clr & cla
-										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+										'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
 										'Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven''t really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 										act 'Leave': gt 'city_coffee_hole', 'inner'
 										act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -703,6 +720,7 @@ if $ARGS[0] = 'game_night3':
 								'"Isn''t your character a girl?" Artem replies.'
 								'Petka blushes. "Yeah? So?"'
 								'Artem laughs. "Why would she need a brothel?"'
+								*nl
 								'Everyone starts laughing and you spend some time looking at the stuff you''ve managed to acquire before your party heads to the local tavern, where they drink and eat. "Good job everyone! I can''t wait to see you use all these weapons at a later time," Feofan comments as it''s time to stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 								act 'Leave':gt 'pav_commcenter', 'lobby'
 								act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
@@ -738,15 +756,147 @@ if $ARGS[0] = 'game_night4':
 		act 'Enter the tavern':
 			*clr & cla
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/tavern.jpg"></center>'
-			'As you enter the tavern, the commotion settles down as everyone turns towards your group. You can cut the tension with a knife as the patrons watch to see what you, a group of armed strangers, will do next.'
-			'"What the hell is this?!" Zinaida yells out. "Why are you all so tense? Didn''t we have a great time yesterday?" she smirks.'
-			'"L-Look, we don''t want any trouble, you hear!" the barkeep yells from behind the counter.'
-			'"Don''t worry, we''re not here to look for a fight," Julia tries to calm the barkeep. "We''re just looking for some information."'
-			'Feofan takes over. "You can see several patrons minding their own business. There''s a beautiful woman sitting furthest away, almost hidden from the rest. She''s dressed in all black, observing your group. Closest to the bar counter, you see a group of drunk and rowdy men in armor, talking loudly about some of the adventures they''ve been on. Lastly, an old man, his face covered in scars, is enjoying his drink..."'
-			'Someone nudges you. "Pick one and go talk to them." You look around in confusion. "Don''t look so worried! You have the highest persuasion out of the whole group, so decide who to talk to and if anything happens, we have your back."'
-			act 'Talk to the woman': gt 'nerd_game_night', 'woman'
-			act 'Talk to the group of men': gt 'nerd_game_night', 'group'
-			act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+			if $loc = 'city_coffee_hole':
+				'As you enter the tavern, the commotion settles down as everyone turns towards your group. You can cut the tension with a knife as the patrons watch to see what you, a group of armed strangers, will do next.'
+				'"What the hell is this?!" Zinaida yells out. "Why are you all so tense? Didn''t we have a great time yesterday?" she smirks.'
+				'"L-Look, we don''t want any trouble, you hear!" the barkeep yells from behind the counter.'
+				*nl
+				'"Don''t worry, we''re not here to look for a fight," Julia tries to calm the barkeep. "We''re just looking for some information." Then she looks to the rest of the group. "We should sit and order drinks so everyone relaxes they would be more likely to talk to us then." The rest all nod in agreement, so your characters all take a seat a table. You notice Feofan glance away from your group and then smile. Then he starts to describe the tavern maid coming over to your table and you quickly realize he is describing what Anushka might look like dressed as a tavern maid, the others seem to catch on about the time you do. When she arrives at the table she pauses a moment as she realizes you are all looking at her with several of you giving her amused smiles or looks.'
+				act 'Anushka the tavern wench':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/nush_model/sveta_photographer/coffee_hole/pose1.jpg"></center>'
+					'She looks around at you obviously wondering what all the looks are for, before she can ask Feofan explains. "They just sat down in a tavern and I described the tavern wench coming over to take their drinks. For as the game master I will have a soda." She looks even more confused than before obvious not getting what he is saying.'
+					'Then Gerasim looks at her and says in his best half-orc voice. "Get me a mug of ale wench." Then quietly adds in his normal voice. "Really bring me a tea." With that she seems to get it, and she rolls eyes and starts shaking her head no.'
+					*nl
+					'Gerasim gives her his best puppy dog pleading eyes to play along, after a moment of look at him she looks up and sighs with a slight annoyed look on her face, before it disappears and she smiles. Then to everyones surprise she respond and even throws in a bit of a accent. "Ale for the handsome half-orc, what about you elf lass." She asks Petka, who once more blushes.'
+					'This is followed by her walking around getting each person order and playing along, some of the nerds seemed hesitant at first but then get into it as well and seem to be enjoying this little added immersion. You play along and order your drink from her, followed by Artem making his order last. '
+					if anushkaQW['artem_dom'] = 1:
+						act 'Wait for your order':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/coffe_hole/waiting_tables.jpg"></center>'
+							'When Anushka leaves to go get your orders Zinaida looks pretty shocked as she says. "I can''t believe she played along."'
+							'Gerasim clears his throat. "I''ve been telling you guys she''s not that bad once you get to know her." Which quickly starts a debate if she is that bad or not. Gerasim is firmly on the side she isn''t that bad, Feofan seems a bit torn but leans towards that she isn''t so bad. The rest seem not to really trust her or think she is going to play some prank on them or get back at them later. Before you can get into to much Feofan clears his throat and everyone glances to where he is looking and you see her returning with your orders.'
+							*nl 
+							'Anushka starts serving everyone their orders, still playing up the tavern wench role to it''s fullest. She serves Artem last, as she bends over to place his drink on the low coffee table, Artem reaches over and gives ass a slap as soon as she sits the drink down. The smack is hard enough it can be heard, this causes her to yelp a little in surprise as she straightens up. "yer a fine lass, wi'' such a class ass asweel." Artem says in his terrible Scottish dwarven accent.'
+							act 'Just watch':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/nush_model/sveta_photographer/coffee_hole/pose1.jpg"></center>'
+								'The rest of the table goes silent, as most look completely stunned by what Artem just did. Anushka gives Artem a slightly puzzled and annoyed look, while Artem just leans back with a smug look on his face, like he is daring her to say something. You can tell by his posture and smug look he is thinking. ''Go on say something, I dare you. Play along or we can tell everyone how I really owned your ass the other night.'' Anushka glances to you and you can just tell she is thinking ''Ug boys...'' Anushka then smiles apparently willing to play along. "Thank you My''lord, will there be anything else."'
+								*nl
+								'His smug look gets even more smug as he says. "Nay." As Anushka starts to walk off he gives her butt another smack. "Now away wi'' ye and get your booty back tae the grind"'
+								'Anushka only gives a backwards glance to that as she walks off. Everyone watches her walk away, as she throws some extra sway into her walk, really rocking her ass, that is barely covered by a pair of really tight shorts, as it rocks back and forth. Zinaida gives a annoyed snort and barely looks, Julia''s gaze lingers a bit longer but she too looks away, the boys though, they all pretty much watch her until she is back behind the counter, you know they are all staring at her ass, just like that walk was intended to get them to do.'
+								act 'Back to the game':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+									'Once Anushka is gone, Feofan turns and looks at Artem. "Dude I can''t believe you did that."'
+									'Petka chimes in. "I can''t believe she didn''t kick your ass right on the spots."'
+									'Zinaida shakes her head. "Personally I can''t believe you would do that in front of <<$pcs_nickname>>, you know your Girl Friend!" She looks very annoyed he would treat you like this.'
+									act 'Tell her you don''t mind':
+										*clr & cla
+										artemQW['artem_dom'] += 1
+										'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big142.jpg"></center>'
+										'You smile to her and reassure her. "It''s fine, we play around all the time I know it doesn''t mean anything." Most look thoughtful at your comment while Zinaida frowns and leans back.'
+										'"Well if you are ok with it..." Then she mutters so softly you can barely hear her as she looks at Feofan who seems oblivious to it. "I would never let my boy friend do that."'
+										*nl
+										'Artem just looks more smug and proud of himself. "She''s more bark than bit, after <<$pcs_nickname>> and I started dating. We started hanging out with her some and I realized, she isn''t that bad once you get to know her." Petka glances at Anushka again and he looks a little jealous maybe that Artem had the nerve to do that.'									
+										'Gerasim turns to the group and says. "See that''s what I have been telling you guys for years. We should ask her to join us again."'
+										'Most are against the idea, while Artem points out. "Even if we wanted to, she works on the days we play."'
+										*nl
+										'Gerasim presses on. "We could switch days to one that she is off then, I mean if she said yes." Feofan and Artem seem open to the idea, but Julia, Petka and Zinaida seems against it.'
+										'Then Feofan looks to you. "What do you think <<$pcs_nickname>>? We are split three for and three against." You realize you are the deciding vote. Even if you votes yes you don''t think she would agree, but then you never thought she would play along either like she just did.'
+										act 'I will ask':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="'+'images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+											'You look around and figure why not ask her. "I kinda doubt she will say yes, but you never know. I will ask her next time we hang out."'
+											'Feofan speaks up. "I think this could be fun, text me with what she says <<$pcs_nickname>>." Julia, Petka, and Zinaida look disappointed, while Artem gives you a reassuring smile and Gerasim looks happy.'
+											*nl
+											'With that settled you all get back into the game. Feofan continues. "After a bit the patrons seems to have relaxed and forget about you. Their is several patrons that catch your trained eyes. There''s a beautiful woman sitting furthest away, almost hidden from the rest. She''s dressed in all black, observing your group. Closest to the bar counter, you see a group of drunk and rowdy men in armor, talking loudly about some of the adventures they''ve been on. Lastly, an old man, his face covered in scars, is enjoying his drink..."'
+											'Someone nudges you. "Pick one and go talk to them." You look around in confusion. "Don''t look so worried! You have the highest persuasion out of the whole group, so decide who to talk to and if anything happens, we have your back."'
+											act 'Talk to the woman': gt 'nerd_game_night', 'woman'
+											act 'Talk to the group of men': gt 'nerd_game_night', 'group'
+											act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+										end
+										act 'I won''t ask':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+											'You shake your head. "Even if I asked her, she wouldn''t agree. I know her well enough that any free time she has, she would rather go party, than sit around playing a game."'
+											'Artem speaks up. "I agree, while it might be fun I just don''t see her agreeing." Gerasim and Feofan look disappointed while the rest look relieved.'
+											*nl
+											'With that settled you all get back into the game. Feofan continues. "After a bit the patrons seems to have relaxed and forget about you. Their is several patrons that catch your trained eyes. There''s a beautiful woman sitting furthest away, almost hidden from the rest. She''s dressed in all black, observing your group. Closest to the bar counter, you see a group of drunk and rowdy men in armor, talking loudly about some of the adventures they''ve been on. Lastly, an old man, his face covered in scars, is enjoying his drink..."'
+											'Someone nudges you. "Pick one and go talk to them." You look around in confusion. "Don''t look so worried! You have the highest persuasion out of the whole group, so decide who to talk to and if anything happens, we have your back."'
+											act 'Talk to the woman': gt 'nerd_game_night', 'woman'
+											act 'Talk to the group of men': gt 'nerd_game_night', 'group'
+											act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+										end
+									end
+									act 'Tell Artem you didn''t like it':
+										*clr & cla
+										artemQW['artem_dom'] -= 1
+										'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big142.jpg"></center>'
+										'You nod to her and then look at Artem. "I know we play around sometimes but this is in public, you shouldn''t do that." Everyone else decides now is a good time to look something up in a book or their character sheet to avoid the relationship discussion.'
+										'Artem looks crest fallen and he seems to visible shrink on the spot, you can see it was a big blow to his confidence. "Ok... sorry."'
+										'Artem just looks more smug and proud of himself. "She''s more bark than bit, after <<$pcs_nickname>> and I started dating. We started hanging out with her some and I realized, she isn''t that bad once you get to know her."'									
+										act 'Back to the game':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+											'With that settled you all get back into the game. Feofan continues. "After a bit the patrons seems to have relaxed and forget about you. Their is several patrons that catch your trained eyes. There''s a beautiful woman sitting furthest away, almost hidden from the rest. She''s dressed in all black, observing your group. Closest to the bar counter, you see a group of drunk and rowdy men in armor, talking loudly about some of the adventures they''ve been on. Lastly, an old man, his face covered in scars, is enjoying his drink..."'
+											'Julia nudges you. "Pick one and go talk to them." You look around in confusion. "Don''t look so worried! You have the highest persuasion out of the whole group, so decide who to talk to and if anything happens, we have your back."'
+											act 'Talk to the woman': gt 'nerd_game_night', 'woman'
+											act 'Talk to the group of men': gt 'nerd_game_night', 'group'
+											act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+										end
+									end
+								end
+							end
+						end
+					else
+						act 'Wait for your order':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/coffe_hole/waiting_tables.jpg"></center>'
+							'When Anushka leaves to go get your orders Zinaida looks pretty shocked as she says. "I can''t believe she played along."'
+							'Gerasim clears his throat. "I''ve been telling you guys she''s not that bad once you get to know her." Which quickly starts a debate if she is that bad or not. Gerasim is firmly on the side she isn''t that bad, Feofan seems a bit torn but leans towards that she isn''t so bad. The rest seem not to really trust her or think she is going to play some prank on them or get back at them later. Before you can get into to much Feofan clears his throat and everyone glances to where he is looking and you see her returning with your orders.'
+							*nl 
+							'Anushka starts serving everyone their orders, still playing up the tavern wench role to it''s fullest. She serves Gerasim last, but before leaving she looks at Gerasim and asks. "So what does your character look like."'
+							'Gerasim and really everyone looks a little surprised she asked as she has never really shown a interest in your game before. "Uh, well he is large almost two meters tall somewhat muscular, with a lean athletic build. He is also fairly attractive even with his half orc features, with very dark skin." He goes on to describe him and his weapons, armor, clothing in great detail and Anushka just listens to all of it.'
+							*nl
+							'Before looking to Feofan. "What about this tavern wench I am playing, tell me about her." Everyone else at the table looks very shocked at what is going on right now.'
+							'Feofan on the other hand doesn''t look shocked and is grinning from ear to ear. "Well she is the daughter of a local farmer, a middle child in a large family, she is fairly young and has dreams of a life outside this small town, she is also very pretty and has to fight off the attention of the local men often when she works."'
+							act 'Just watch':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/nush_model/sveta_photographer/coffee_hole/pose1.jpg"></center>'
+								'With that Anushka hands the severing tray to Petka who takes it out of reaction and then looks puzzled, before anyone can wonder why she did that she turns and sits in Gerasim''s lap sides, with her legs from the knees down hanging over the arm of his wheelchair. Then runs her hand up his chest as she looks him right in the eyes. "Are you staying another night in town?"'
+								'Gerasim seems surprised but only for a moment as he gets into character. "Yes, but even if we wasn''t. For a pretty little thing like you, I would stay another night if you would come visit me at the inn."'
+								*nl
+								'Anushka pours on the seductive girl charm and giggles. "I thought you would never ask." Followed by planting a big kiss on his lips, which has all the other nerds staring. After breaking the kiss she gets up. "I have to get back to work, but I will see you tonight for more of that." Then she saunters off in character and for real. Everyone watches her walk away, as she throws some extra sway into her walk, really rocking her ass, that is barely covered by a pair of really tight shorts, as it rocks back and forth. Zinaida gives a annoyed snort and barely looks, Julia''s gaze lingers a bit longer but she too looks away, the boys though, they all pretty much watch her until she is back behind the counter, you know they are all staring at her ass, just like that walk was intended to get them to do.'
+								act 'Back to the game':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="'+'images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+									'Once Anushka is gone, Gerasim turns to the group and says. "We should ask her to join again."'
+									'Most are against the idea, while Artem points out. "Even if we wanted she works on the days we play."'
+									'Gerasim presses on. "We could switch days to one that she is off then, I mean if she said yes." Feofan seems open to the idea but the rest are against it so you just keep your opinion to yourself, since they always vote. Even if you voted with Gerasim and Feofan there would be more no''s.'
+									*nl
+									'After the brief discussion you all get back into the game. Feofan continues. "After a bit the patrons seems to have relaxed and forget about you. Their is several patrons that catch your trained eyes. There''s a beautiful woman sitting furthest away, almost hidden from the rest. She''s dressed in all black, observing your group. Closest to the bar counter, you see a group of drunk and rowdy men in armor, talking loudly about some of the adventures they''ve been on. Lastly, an old man, his face covered in scars, is enjoying his drink..."'
+									'Julia nudges you. "Pick one and go talk to them." You look around in confusion. "Don''t look so worried! You have the highest persuasion out of the whole group, so decide who to talk to and if anything happens, we have your back."'
+									act 'Talk to the woman': gt 'nerd_game_night', 'woman'
+									act 'Talk to the group of men': gt 'nerd_game_night', 'group'
+									act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+								end
+							end
+						end
+					end
+				end
+			else
+				'As you enter the tavern, the commotion settles down as everyone turns towards your group. You can cut the tension with a knife as the patrons watch to see what you, a group of armed strangers, will do next.'
+				'"What the hell is this?!" Zinaida yells out. "Why are you all so tense? Didn''t we have a great time yesterday?" she smirks.'
+				'"L-Look, we don''t want any trouble, you hear!" the barkeep yells from behind the counter.'
+				'"Don''t worry, we''re not here to look for a fight," Julia tries to calm the barkeep. "We''re just looking for some information." Then she looks to the rest of the group. "We should sit and order drinks so everyone relaxes they would be more likely to talk to us then." The rest all nod in agreement, so your characters all take a seat a table. Feofan describes the tavern maid coming over and taking your drinks.'
+				*nl
+				'Feofan continues. "After a bit everyone seems to relax and forget about you. Their is several patrons that catch your trained eyes. There''s a beautiful woman sitting furthest away, almost hidden from the rest. She''s dressed in all black, observing your group. Closest to the bar counter, you see a group of drunk and rowdy men in armor, talking loudly about some of the adventures they''ve been on. Lastly, an old man, his face covered in scars, is enjoying his drink..."'
+				'Someone nudges you. "Pick one and go talk to them." You look around in confusion. "Don''t look so worried! You have the highest persuasion out of the whole group, so decide who to talk to and if anything happens, we have your back."'
+				act 'Talk to the woman': gt 'nerd_game_night', 'woman'
+				act 'Talk to the group of men': gt 'nerd_game_night', 'group'
+				act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+			end
 		end
 	end
 end
@@ -760,6 +910,7 @@ if $ARGS[0] = 'woman':
 	'You nod towards the woman dressed in black and start walking over to her. "Can''t you see I''m mourning? I''m in no mood to be talking to anyone."'
 	'You''re surprised by her bluntness. "Sorry, I don''t want to be a bother..."'
 	'"Then don''t..." the woman interrupts you. "You should find someone you love before it''s too late. Better to love than never to have felt it. I should know, I had the fairest man in this kingdom, but our relationship turned sour and I threw it all away... I heard that the heartbreak killed him in the end and now there''s a fortune just sitting in that damned mansion."'
+	*nl
 	'"Why are you telling me this? If there''s a fortune there, don''t you want to keep that a secret? This sounds too good to be true." You grow suspicious of her ulterior motives.'
 	'"I''m too grief-stricken to visit that place ever again, but if your path crosses it, be sure to visit. It''s quite secluded." She describes the location of the mansion while you carefully listen.'
 	if nerd_game['taverngroup'] = 0: act 'Talk to the group of men': gt 'nerd_game_night', 'group'
@@ -771,10 +922,10 @@ if $ARGS[0] = 'group':
 	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/taverngroup.jpg"></center>'
-	!Will turn into bandits that want to rob you later on
 	'As you approach the table, the rowdy men stop and look at you. "Is this the entertainment? Up for a good time, cutie?" They''re clearly undressing you with their eyes. "Have you ever had sex with several men at once?" one asks and they all start laughing.'
 	'You boldly stare at them. "So my friends and I..." You point over towards your group. "We overheard you talking about a treasure."'
 	'The men start laughing. "Were you listening in on a private conversation? You''re a bit cocky for a little squirt." One of the men spits next to your feet. "Listen here, let''s not drag this out, we can share the information if you pay us."'
+	*nl
 	'"And how can I trust that you''re telling me the truth?" you ask.'
 	'The man pulls out a pouch and throws it on the table. "See that? That''s my share from the last treasure run we did. And believe me girl, we have plenty of treasure maps remaining."'
 	act 'Decide':
@@ -789,7 +940,7 @@ if $ARGS[0] = 'group':
 		*nl
 		'You really want the information and think it''s the right move for the group. "How much?"'
 		'What seems to be the leader licks his lips and tells you the price he wants you to pay. He wants the last of the gold your party has. "No haggling, you understand girl?! That''s the price, take it or leave it!"'
-		'Several players all chime in suggesting what you should do, only to have Feofan interrupt them. "Okay, enough! Your characters aren''t there. You sent <<$pcs_nickname>> up alone, so it''s her choice." He then looks at you. "So what will it be?"'
+		'Several players all chime in suggesting you should pay, only to have Feofan interrupt them. "Okay, enough! Your characters aren''t there. You sent <<$pcs_nickname>> up alone, so it''s her choice." He then looks at you. "So what will it be?"'
 		act 'Pay up':
 			*clr & cla
 			nerd_game['acceptpay'] = 1
@@ -804,19 +955,19 @@ if $ARGS[0] = 'group':
 			if nerd_game['tavernman'] = 0: act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
 			act 'Tell your party what you learned': gt 'nerd_game_night', 'inform_them'
 		end
-		act 'Decline':
-			*clr & cla
-			pcs_mood -= 20
-			grupvalue[3] -= 2
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/taverngroup.jpg"></center>'
-			'You shake your head. "That''s way too much!"'
-			'"Too bad then... Leave us alone, we''re done here!" You can clearly tell that he''s annoyed.'
-			'The others sigh as you return to the group, discontent with your decision.'
-			if nerd_game['tavernwoman'] = 0: act 'Talk to the woman': gt 'nerd_game_night', 'woman'
-			if nerd_game['tavernman'] = 0: act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
-			act 'Tell your party what you learned': gt 'nerd_game_night', 'inform_them'
-		end
+		!!commenting it out or now as this will be the first of the new DnD nights to take this option. once the other ones are fleshed out I will add this back in
+		!!act 'Decline':
+		!!	*clr & cla
+		!!	grupvalue[3] -= 2
+		!!	gs 'stat'
+		!!	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/taverngroup.jpg"></center>'
+		!!	'You shake your head. "That''s way too much!"'
+		!!	'"Too bad then... Leave us alone, we''re done here!" You can clearly tell that he''s annoyed.'
+		!!	'The others sigh as you return to the group, discontent with your decision.'
+		!!	if nerd_game['tavernwoman'] = 0: act 'Talk to the woman': gt 'nerd_game_night', 'woman'
+		!!	if nerd_game['tavernman'] = 0: act 'Talk to the old man': gt 'nerd_game_night', 'oldman'
+		!!	act 'Tell your party what you learned': gt 'nerd_game_night', 'inform_them'
+		!!end
 	end
 end
 
@@ -855,31 +1006,13 @@ if $ARGS[0] = 'inform_them':
 		gs 'exp_gain', 'prcptn', rand(1,2)
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/nush_model/sveta_photographer/coffee_hole/pose1.jpg"></center>'
-		if $loc = 'city_coffee_hole':
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'You return to the group and tell them about the different adventures you''ve discovered from the patrons of the tavern. They all listen attentively to what you have to say. "Well, I feel like we should go and bash that Necromancer''s head in!" Artem suggests with a smile.' 
-			'At this point, you notice Anushka watching. "Come on, you know the drill by now," She returns a few minutes later and gives everyone their order. "Don''t trust any of them," she tells Gersim, who just smiles as Anushka walks away.'
-			act 'Back to the game':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
-				'Once Anushka is gone, you all get back into the game. "I''m not too fond of that, I''d rather do something else," Julia counters. The arguing starts getting more intense as everyone tries to get their point across, the yelling getting louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can''t decide what you should do, I suggest you have a vote on it!"'
-				'There''s a lot of loud moans. "I don''t care how you feel about it! Vote!" Feofan commands.'
-				act 'Vote for the mansion adventure': gt 'nerd_game_night', 'mansion_adventure'
-				act 'Vote to kill the Necromancer': gt 'nerd_game_night', 'necromancer_adventure'
-				if nerd_game['acceptpay'] = 1:
-					act 'Vote for the treasure map adventure': gt 'nerd_game_night', 'treasure_map__adventure'
-				end
-			end
-		else
-			'You return to the group and tell them about the different adventures you''ve discovered from the patrons of the tavern. They all listen attentively to what you have to say. "Well, I feel like we should go and bash that Necromancer''s head in!" Artem suggests with a smile.'
-			'"I''m not too fond of that, I''d rather do something else," Julia counters. The arguing starts getting more intense as everyone tries to get their point across, the yelling getting louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can''t decide what you should do, I suggest you have a vote on it!"'
-			'There''s a lot of loud moans. "I don''t care how you feel about it! Vote!" Feofan commands.'
-			act 'Vote for the mansion adventure': gt 'nerd_game_night', 'mansion_adventure'
-			act 'Vote to kill the Necromancer': gt 'nerd_game_night', 'necromancer_adventure'
-			if nerd_game['acceptpay'] = 1:
-				act 'Vote for the treasure map adventure': gt 'nerd_game_night', 'treasure_map__adventure'
-			end
-		end
+		'You return to the group and tell them about the different adventures you''ve discovered from the patrons of the tavern. They all listen attentively to what you have to say. "Well, I feel like we should go and bash that Necromancer''s head in!" Artem suggests with a smile.'
+		'"I''m not too fond of that, I''d rather do something else," Julia counters. The arguing starts getting more intense as everyone tries to get their point across, the yelling getting louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can''t decide what you should do, I suggest you have a vote on it!"'
+		'There''s a lot of loud moans. "I don''t care how you feel about it! Vote!" Feofan commands.'
+		!!act 'Vote for the mansion adventure': gt 'nerd_game_night', 'mansion_adventure'
+		!!act 'Vote to kill the Necromancer': gt 'nerd_game_night', 'necromancer_adventure'
+		!!if nerd_game['acceptpay'] = 1:
+		act 'Vote for the treasure map adventure': gt 'nerd_game_night', 'treasure_map__adventure'
 	end
 end
 
@@ -938,6 +1071,7 @@ if $ARGS[0] = 'game_night5':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
 	'As you arrive, you notice that the atmosphere is quite elated. The tension from last week seems to have dissolved and the group is ready for their next adventure.'
+	'You roll play your characters having spent their last night at the inn and going down to have breakfast before packing up all your gear to get ready to leave on your next adventure.'
 	'"Freaking finally! Let''s head out of this god-forsaken village and on to a new adventure!" Zinaida exclaims.'
 	'"We just need to pack up and we''re good to go!" Gerasim replies.'
 	'The group quickly packs up everything from the rooms in the inn, pays for their stay and heads outside.'
@@ -956,42 +1090,42 @@ if $ARGS[0] = 'game_night5':
 				'Gerasim clears his throat. "Yes, this one likely won''t be as exciting as fighting a dragon, but you can never be sure..." he says as he glances at Feofan.'
 				'Anushka nods, but you think she''s just being polite. "I''m sure. Anyway, you guys know the drill by now." There''s a resigned sigh as almost everyone orders something. As Anushka returns a few minutes later and gives everyone their order. You can''t help but notice pretty much all the guys checking out her ass as she walks away.'
 				*nl
-				'Once Anushka is gone, you all get back into the game. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. You expect to see Feofan pull out the map of your camp, but to everyone''s disappointment, he doesn''t. You look at each other in confusion, searching for some answers.'
-				'"That''s it for now," Feofan explains, but he''s quickly interrupted.'
-				'"What do you mean ''that''s it''? Where''s the next part? We voted for the adventure last week!" Gerasim exclaims.'
-				*nl
-				'Feofan chokes up a little. "I-I haven''t had time to finish the story. I didn''t know which one you would pick until last week and it takes me weeks to write the adventure and prepare the maps and stuff. It''ll take some time..."'
-				'The group immediately starts moaning and complaining about his lack of forward planning. "Great, just when it got good we need to stop... You are aware that we play this game mostly for the adventures, right?" Artem scoffs.'
-				'"I know," Feofan quickly replies. "That''s why I''m stopping it now. I need time to prepare as well as I did for the last adventure, so you''ll get the most out of it. You don''t want a half assed adventure, do you?"'
+				'Once Anushka is gone, you all get back into the game. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. Once you make camp and assign roles and pick who is on which watch your characters bed down for the night.'
+				'"That''s it for now," Feofan explains, as you all check the time you see it is time to end, most of those present moan in disappointment just like most weeks but everyone starts to put their dice and characters away.'
 				act 'So what about next week?':
 					*clr & cla
 					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+					'Feofan chokes up a little. "I-I haven''t had time to finish the story. I didn''t know which one you would pick until last week and it takes me weeks to write the adventure and prepare the maps and stuff. It''ll take some time..."'
+					'The group immediately starts moaning and complaining about his lack of forward planning. "Great, just when it got good we need to stop... You are aware that we play this game mostly for the adventures, right?" Artem scoffs.'
+					*nl
+					'"I know," Feofan quickly replies. "That''s why I''m stopping it now. I need time to prepare as well as I did for the last adventure, so you''ll get the most out of it. You don''t want a half assed adventure, do you?"'
 					'You feel more disappointed than you expected, but now you wonder how long it will take him to set up the adventure and what you will do in the meantime. "What about next week? Are we not playing?" you ask, and the others nod in agreement.'
 					'Feofan holds up his hand. "I''ve got it covered! I recently acquired a few board games I think we''ll like. We can play those instead as I work on finishing the adventure."'
+					*nl
 					'There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it''s one she''s been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
 					act 'Leave': gt 'city_coffee_hole', 'inner'
 					act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
 				end
 			end
 		else
-			'As you''re heading out, you quickly throw one last gaze at the beautiful village map that Feofan painted. You gather just outside of town and everyone takes a second to double check the supplies to make sure you didn''t miss anything. Once everyone is sure, you head out in the direction of your next adventure. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. You expect to see Feofan pull out the map of your camp, but to everyone''s disappointment, he doesn''t. You look at each other in confusion, searching for some answers.'
-			'"That''s it for now," Feofan explains, but he''s quickly interrupted.'
-			*nl
-			'"What do you mean ''that''s it''? Where''s the next part? We voted for the adventure ast week!" Gerasim exclaims.'
-			'Feofan chokes up a little. "I-I haven''t had time to finish the story. I didn''t know which one you would pick until last week and it takes me weeks to write the adventure and prepare the maps and stuff. It''ll take some time..."'
-			'The group immediately starts moaning and complaining about his lack of forward planning. "Great, just when it got good we need to stop... You are aware that we play this game mostly for the adventures, right?" Artem scoffs.'
-			'"I know," Feofan quickly replies. "That''s why I''m stopping it now. I need time to prepare as well as I did for the last adventure, so you''ll get the most out of it. You don''t want a half assed adventure, do you?"'
-			act 'So what about next week?':
-				*clr & cla
-				gs 'stat'
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg"></center>'
-				'You feel more disappointed than you expected, but now you wonder how long it will take him to set up the adventure and what you will do in the meantime. "What about next week? Are we not playing?" you ask, and the others nod in agreement.'
-				'Feofan holds up his hand. "I''ve got it covered! I recently acquired a few board games I think we''ll like. We can play those instead as I work on finishing the adventure."'
-				'There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it''s one she''s been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
-				act 'Leave':gt 'pav_commcenter', 'lobby'
-				act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
-			end
+			'As you''re heading out, you quickly throw one last gaze at the beautiful village map that Feofan painted. You gather just outside of town and everyone takes a second to double check the supplies to make sure you didn''t miss anything. Once everyone is sure, you head out in the direction of your next adventure. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. Once you make camp and assign roles and pick who is on which watch your characters bed down for the night.'
+			'"That''s it for now," Feofan explains, as you all check the time you see it is time to end, most of those present moan in disappointment just like most weeks but everyone starts to put their dice and characters away.'
+				act 'So what about next week?':
+					*clr & cla
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/nerd_game_night.jpg"></center>'
+					'Feofan chokes up a little. "I-I haven''t had time to finish the story. I didn''t know which one you would pick until last week and it takes me weeks to write the adventure and prepare the maps and stuff. It''ll take some time..."'
+					'The group immediately starts moaning and complaining about his lack of forward planning. "Great, just when it got good we need to stop... You are aware that we play this game mostly for the adventures, right?" Artem scoffs.'
+					*nl
+					'"I know," Feofan quickly replies. "That''s why I''m stopping it now. I need time to prepare as well as I did for the last adventure, so you''ll get the most out of it. You don''t want a half assed adventure, do you?"'
+					'You feel more disappointed than you expected, but now you wonder how long it will take him to set up the adventure and what you will do in the meantime. "What about next week? Are we not playing?" you ask, and the others nod in agreement.'
+					'Feofan holds up his hand. "I''ve got it covered! I recently acquired a few board games I think we''ll like. We can play those instead as I work on finishing the adventure."'
+					*nl
+					'There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it''s one she''s been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.'
+					act 'Leave': gt 'city_coffee_hole', 'inner'
+					act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
+				end
 		end
 	end
 end
@@ -1032,7 +1166,6 @@ if $ARGS[0] = 'board_games':
 	end
 	act 'Start playing':
 		*clr & cla
-		nerd_game['boardgames'] = 1
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/board1.jpg"></center>'
 		if $loc = 'city_coffee_hole':
@@ -1042,11 +1175,18 @@ if $ARGS[0] = 'board_games':
 				*clr & cla
 				gs 'exp_gain', 'prcptn', rand(1,2)
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/nush_model/sveta_photographer/coffee_hole/pose1.jpg"></center>'
-				'She looks over the board. "This looks different that what you guys were playing before."'
-				'Feofan grins. "Yes, this is a board game. We were playing Dungeons and Dragons, which is a table top RPG, but I need a break to work on the next adventure..." He trails off when he sees her bored expression.'
-				'"I didn''t ask, nor do I care. You guys know why I''m here." There''s a resigned sigh as mostly everyone orders something. She returns a few minutes and gives everyone their order. You can''t help but notice pretty all the guys checking out her ass as she walks away. Once Anushka is gone, you all get back into the game.'
+				if nerd_game['boardgames'] = 0:
+					'She looks over the board. "This looks different that what you guys were playing before."'
+					'Feofan grins. "Yes, this is a board game. We were playing Dungeons and Dragons, which is a table top RPG, but I need a break to work on the next adventure..." He trails off when he sees her bored expression.'
+					'"I didn''t ask, nor do I care. You guys know why I''m here." There''s a resigned sigh as mostly everyone orders something. She returns a few minutes and gives everyone their order. You can''t help but notice pretty all the guys checking out her ass as she walks away. Once Anushka is gone, you all get back into the game.'
+				else					
+					'She looks over the board. "So yet another new game I take it?"'
+					'Feofan grins. "Yes good eye, this is a different board game from last time, in fact it plays completely different..." He trails off when he sees her bored expression.'
+					'"Uh-huh, I''m sure it does, anyways. You guys know why I''m here." There''s a resigned sigh as mostly everyone orders something. She returns a few minutes and gives everyone their order. You can''t help but notice pretty all the guys checking out her ass as she walks away. Once Anushka is gone, you all get back into the game.'
+				end
 				act 'Finish up':
 					*clr & cla
+					nerd_game['boardgames'] = 1
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/board1.jpg"></center>'
 					'You continue playing with even more laughter and before you know it the game is over for the night. You all praise Feofan for picking a really good game.'
@@ -1060,6 +1200,7 @@ if $ARGS[0] = 'board_games':
 			'Once Feofan finishes explaining the rules and everyone is done asking questions, you start playing the game. Despite the occasional argument over rules, you all end up enjoying yourselves. As the game goes on, it remains close and there''s no way to say who''s going to win.'
 			act 'Finish up':
 				*clr & cla
+				nerd_game['boardgames'] = 1
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/events/nerd_game/board1.jpg"></center>'
 				'You continue playing with even more laughter and before you know it the game is over for the night. You all praise Feofan for picking a really good game.'
@@ -1084,7 +1225,6 @@ if $ARGS[0] = 'summer_invite':
 	nerd_game['invite_day'] = daystart
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/pc/activities/phone/text_indoor.jpg"></center>'
-
 	'You look at your phone and notice that Feofan has texted you. "Hey <<$pcs_nickname>>, we do a weekly game night. We mostly play Dungeons and Dragons and board games. I was talking to the others and we were wondering if you would like to join us? We have a few nights free this week and were wondering which one works best for you. We can do it either on <<$week[val(mid(temp,1,1))]>> or <<$week[val(mid(temp,2,1))]>>."'
 	act 'Not interested <br><font color="red">This will block this story arc.</font>':
 		nerd_game['invite_day'] = 2147483647 & ! block the event
@@ -1135,7 +1275,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'You smile to reassure them that you''re not here to mess with them. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you, Feofan being the one to speak up again. "Can it wait until we finish at 11pm?"'
 			'You sigh and check the time.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Wait for game to end': minut = 23*60 - (hour*60+minut) & gt 'nerd_game_night', 'nerd_chat'
 		else
@@ -1143,7 +1282,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'As you''re about to ask what they''re doing, Feofan speaks up. "Can we help you?"'
 			'You smile to reassure them that you''re not here to mess with them. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you, Feofan being the one to speak up again. "Oh. Okay...." You can tell they''re all wondering who it is you came to speak with.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
 		end
@@ -1154,7 +1292,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'You smile and shake your head. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you as Feofan nods. "Okay. Can it wait until we finish at 11pm?"'
 			'You sigh and check the time.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Wait for game to end': minut = 23*60 - (hour*60+minut) & gt 'nerd_game_night', 'nerd_chat'
 		else
@@ -1162,7 +1299,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'As you''re about to ask what they''re doing, Feofan speaks up. "Hey <<$pcs_nickname>>! We''re done for the night, but you can always join us another time?"'
 			'You smile and shake your head. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you as Feofan nods. "Oh. Okay..." You can tell they''re all wondering who it is you came to speak with.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
 		end
@@ -1173,7 +1309,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'You smile to reassure them that you''re not here to mess with them. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you, Feofan being the one to speak up again. "Can it wait until we finish at 11pm?"'
 			'You sigh and check the time.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Wait for game to end': minut = 23*60 - (hour*60+minut) & gt 'nerd_game_night', 'nerd_chat'
 		else
@@ -1181,7 +1316,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'As you''re about to ask what they''re doing, Feofan speaks up. "Look, we''re just playing a game. We just want to be left alone!"'
 			'You smile to reassure them that you''re not here to mess with them. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you, Feofan being the one to speak up again. "Oh. Okay..." You can tell they''re all wondering who it is you came to speak with.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
 		end
@@ -1192,7 +1326,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'You smile to reassure them you''re not here to mess with them. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you, Feofan being the one to speak up again. "Can it wait until we finish at 11pm?"'
 			'You sigh and check the time.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Wait for game to end': minut = 23*60 - (hour*60+minut) & gt 'nerd_game_night', 'nerd_chat'
 		else
@@ -1200,7 +1333,6 @@ if $ARGS[0] = 'crash_gamenight':
 			'As you''re about to ask what they''re doing, Feofan speaks up. "Can we help you?"'
 			'You smile to reassure them that you''re not here to mess with them. "I just wanted to talk to one of you is all."'
 			'They all exchange looks and then look back at you, Feofan being the one to speak up again. "Oh. Okay..." You can tell they''re all wondering who it is you came to speak with.'
-
 			act 'Leave':gt 'pav_commcenter', 'lobby'
 			act 'Chat with someone': gt 'nerd_game_night', 'nerd_chat'
 		end
@@ -1213,7 +1345,6 @@ if $ARGS[0] = 'nerd_chat':
 	menu_off = 1
 	'Feofan, Artem, Petka, Gerasim, Zinaida and Julia have finished packing up their stuff and are getting ready to head out, giving you a chance to talk to one of them before they leave.'
 	!!images and links to the chats go here.
-
 	'<center><b><font color="maroon">Chat</font></b></center>'
 	'<center><table><tr><td colspan = 6>The nerds are gathered around the table</td></tr>'
 	'<tr>'
@@ -1234,26 +1365,64 @@ if $ARGS[0] = 'artem':
 	gs 'npc_relationship', 'modify', 'A2', 'like'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
-	if fame['pav_slut'] > 175:
-		if npc_rel['A153'] >= 50:
+	if artemQW['bf'] = 1:
+		'As stand up next to Artem he smiles to you. "Did you have fun tonight sweet heart?" You nod that you did and you guys talk about the game and get little mushy on each other as the others try and ignore your antics. After a bit everyone has said their goodbyes and left, Petka pauses a moment obviously expecting to go with Artem but then noticing you says bye and leaves as well. Artem heads for the door as well, after giving you a quick kiss.'
+		if $loc = 'city_coffee_hole' and anushkaQW['artem_dom'] = 1:
+			'You look over and see Anushka clearing away a table and wonder if Artem might want to hang around and wait for Anushka to get off work.'
+			act 'Wait for Anushka':
+				*clr & cla
+				if hour < 19: 
+					minut += 300 -minut
+				elseif hour < 20: 
+					minut += 240 -minut		
+				elseif hour < 21: 
+					minut += 180 -minut
+				elseif hour < 22: 
+					minut += 120 -minut
+				elseif hour < 23: 
+					minut += 60 -minut
+				end
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+				'You stop him before he makes it to the door. "Lets wait for Anushka to get off work."'
+				'He stops and looks over at her and then to you. "Sure if you want, I can hang out for a bit." So the two of you take a seat on one of the couches and wait for Anushka to finish up work.'
+				'Once everyone else has left and it is just the three of you, she says. "Uh... you guys know we are closing, time to go."'
+				*nl
+				'You nod to her. "Yeah we know, we was waiting around to till you close up. Thought we could hang out for a bit while we walk you home."'
+				'She looks a little surprised then shrugs. "Sure give me a few minutes." You just nod, Artem and you just chat for a few more minutes until she finishes up, after she comes out of the back, she has changed out of her uniform into a shirt and a pair of jeans. After she locks to the door to the shop the three of you start walking off in the direction of her apartment building.'
+				act 'Leave together': gt 'artem_nush_sex_uni', 'nerd_game_night_walk'
+			end
+		end
+	elseif fame['pav_slut'] > 175:
+		if npc_rel['A2'] >= 60:
 			'You try talking to Artem, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but I need to get home." You can tell he''s trying to be nice, but obviously doesn''t want to be seen talking to you in front of his fellow nerds.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A2'] <= 20:
 			'When he sees you walking over, he gives you a disgusted look. "Get away from me you disgusting slut!" he says as he leaves.'
 		else
 			'You try talking to Artem, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		end
 	elseif grupTipe = 3:
-		if npc_rel['A153'] >= 50:
-			'You greet Artem with a smile and make a point to ask him how the game was. With a shy smile, he tells you in great detail how the game went; he seems to have really enjoyed himself.'
-		elseif npc_rel['A153'] <= 20:
+		if npc_rel['A2'] >= 60:
+			if yearstart > 1:
+				artemQW['knows_dorm_room_number'] = 1
+				'You greet Artem with a smile and make a point to ask him how the game was. With a shy smile, he tells you in great detail how the game went; he seems to have really enjoyed himself. Just before he leaves he tells you he is living on the second floor one of the dorm building on the University campus room 209 and that you should come visit him sometime.'
+			else
+				'You greet Artem with a smile and make a point to ask him how the game was. With a shy smile, he tells you in great detail how the game went; he seems to have really enjoyed himself.'
+			end
+		elseif npc_rel['A2'] <= 20:
 			'Artem isn''t really interested in talking to you, but you insist and try to keep up a conversation until he finally stops you. "Hey, I''ve gotta go... I need to be home before it gets too late. I guess I''ll see you later?" he says halfheartedly with an awkward laugh.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and talks about it for some time.'
 		end
 	else
-		if npc_rel['A153'] >= 50:
-			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and tells you in great detail how the game went.'
-		elseif npc_rel['A153'] <= 20:
+		if npc_rel['A2'] >= 60:
+			if yearstart > 1 and artemQW['knows_dorm_room_number'] = 0:
+				artemQW['knows_dorm_room_number'] = 1
+				'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and tells you in great detail how the game went. Just before he leaves he tells you he is living on the second floor one of the dorm building on the University campus room 209 and that you should come visit him sometime.'
+			else
+				'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and tells you in great detail how the game went.'
+			end
+		elseif npc_rel['A2'] <= 20:
 			'You try talking to Artem, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and talks about it for some time.'
@@ -1275,25 +1444,25 @@ if $ARGS[0] = 'petka':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big6.jpg"></center>'
 	if fame['pav_slut'] > 175:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A6'] >= 60:
 			'You try talking to Petka, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but I need to get home." You can tell he''s trying to be nice, but obviously doesn''t want to be seen talking to you in front of his fellow nerds.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A6'] <= 20:
 			'When he sees you walking over, he gives you a disgusted look. "Get away from me you disgusting slut!" he says as he leaves.'
 		else
 			'You try talking to Petka, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		end
 	elseif grupTipe = 3:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A6'] >= 60:
 			'You greet Petka with a smile and make a point to ask him how the game was. With a shy smile, he tells you in great detail how the game went; he seems to have really enjoyed himself.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A6'] <= 20:
 			'Petka isn''t really interested in talking to you, but you insist and try to keep up a conversation until he finally stops you. "Hey, I''ve gotta go... I need to be home before it gets too late. I guess I''ll see you later?" he says halfheartedly with an awkward laugh.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and talks about it for some time.'
 		end
 	else
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A6'] >= 60:
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and tells you in great detail how the game went.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A6'] <= 20:
 			'You try talking to Petka, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and talks about it for some time.'
@@ -1315,25 +1484,25 @@ if $ARGS[0] = 'julia':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big12.jpg"></center>'
 	if fame['pav_slut'] > 175:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A12'] >= 60:
 			'You try talking to Julia, but it''s a very one-sided conversation with you doing all of the talking until she finally speaks up. "I don''t want to sound rude, but I need to get home." You can tell she''s trying to be nice, but obviously doesn''t want to be seen talking to you in front of her fellow nerds.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A12'] <= 20:
 			'When she sees you walking over, she gives you a disgusted look. "Get away from me you disgusting slut!" she says as she leaves.'
 		else
 			'You try talking to Julia, but it''s a very one-sided conversation with you doing all of the talking until she finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," she says quietly. "Anyway, I need to get home." She gathers her stuff up and leaves.'
 		end
 	elseif grupTipe = 3:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A12'] >= 60:
 			'You greet Julia with a smile and make a point to ask her how the game was. With a shy smile, she tells you in great detail how the game went; she seems to have really enjoyed herself.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A12'] <= 20:
 			'Julia isn''t really interested in talking to you, but you insist and try to keep up a conversation until she finally stops you. "Hey, I''ve gotta go... I need to be home before it gets too late. I guess I''ll see you later?" she says halfheartedly with an awkward laugh.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," she says with a sheepish smile. You talk to her, mostly asking her about the game she just played; she seems to really enjoy it and talks about it for some time.'
 		end
 	else
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A12'] >= 60:
 			'"Oh hey, <<$pcs_nickname>>," she says with a sheepish smile. You talk to her, mostly asking her about the game she just played; she seems to really enjoy it and tells you in great detail how the game went.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A12'] <= 20:
 			'You try talking to Julia, but it''s a very one-sided conversation with you doing all of the talking until she finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," she says quietly. "Anyway, I need to get home." She gathers her stuff up and leaves.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," she says with a sheepish smile. You talk to her, mostly asking her about the game she just played; she seems to really enjoy it and talks about it for some time.'
@@ -1355,25 +1524,25 @@ if $ARGS[0] = 'feofan':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big152.jpg"></center>'
 	if fame['pav_slut'] > 175:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A152'] >= 60:
 			'You try talking to Feofan, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but I need to get home." You can tell he''s trying to be nice, but obviously doesn''t want to be seen talking to you in front of his fellow nerds.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A152'] <= 20:
 			'When he sees you walking over, he gives you a disgusted look. "Get away from me you disgusting slut!" he says as he leaves.'
 		else
 			'You try talking to Feofan, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		end
 	elseif grupTipe = 3:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A152'] >= 60:
 			'You greet Feofan with a smile and make a point to ask him how the game was. With a shy smile, he tells you in great detail how the game went; he seems to have really enjoyed himself.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A152'] <= 20:
 			'Feofan isn''t really interested in talking to you, but you insist and try to keep up a conversation until he finally stops you. "Hey, I''ve gotta go... I need to be home before it gets too late. I guess I''ll see you later?" he says halfheartedly with an awkward laugh.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played. He seems to really enjoy it and talks about it for some time.'
 		end
 	else
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A152'] >= 60:
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and tells you in great detail how the game went.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A152'] <= 20:
 			'You try talking to Feofan, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and talks about it for some time.'
@@ -1395,7 +1564,7 @@ if $ARGS[0] = 'gerasim':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big153.jpg"></center>'
 	if fame['pav_slut'] > 175:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A153'] >= 60:
 			'You try talking to Gerasim, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but I need to get home." You can tell he''s trying to be nice, but obviously doesn''t want to be seen talking to you in front of his fellow nerds.'
 		elseif npc_rel['A153'] <= 20:
 			'When he sees you walking over, he gives you a disgusted look. "Get away from me you disgusting slut!" he says as he leaves.'
@@ -1403,7 +1572,7 @@ if $ARGS[0] = 'gerasim':
 			'You try talking to Gerasim, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
 		end
 	elseif grupTipe = 3:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A153'] >= 60:
 			'You greet Gerasim with a smile and make a point to ask him how the game was. With a shy smile, he tells you in great detail how the game went; he seems to have really enjoyed himself.'
 		elseif npc_rel['A153'] <= 20:
 			'Gerasim isn''t really interested in talking to you, but you insist and try to keep up a conversation until he finally stops you. "Hey, I''ve gotta go... I need to be home before it gets too late. I guess I''ll see you later?" he says halfheartedly with an awkward laugh.'
@@ -1411,7 +1580,7 @@ if $ARGS[0] = 'gerasim':
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and talks about it for some time.'
 		end
 	else
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A153'] >= 60:
 			'"Oh hey, <<$pcs_nickname>>," he says with a sheepish smile. You talk to him, mostly asking him about the game he just played; he seems to really enjoy it and tells you in great detail how the game went.'
 		elseif npc_rel['A153'] <= 20:
 			'You try talking to Gerasim, but it''s a very one-sided conversation with you doing all of the talking until he finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," he says quietly. "Anyway, I need to get home." He gathers his stuff up and leaves.'
@@ -1435,7 +1604,7 @@ if $ARGS[0] = 'zinaida':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big142.jpg"></center>'
 	if fame['pav_slut'] > 175:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A142'] >= 60:
 			'You try talking to Zinaida, but it''s a very one-sided conversation with you doing all of the talking until she finally speaks up. "I don''t want to sound rude, but I need to get home." You can tell she''s trying to be nice, but obviously doesn''t want to be seen talking to you in front of her fellow nerds.'
 		elseif npc_rel['A153'] <= 20:
 			'When she sees you walking over, she gives you a disgusted look. "Get away from me you disgusting slut!" she says as she leaves.'
@@ -1443,17 +1612,17 @@ if $ARGS[0] = 'zinaida':
 			'You try talking to Zinaida, but it''s a very one-sided conversation with you doing all of the talking until she finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," she says quietly. "Anyway, I need to get home." She gathers her stuff up and leaves.'
 		end
 	elseif grupTipe = 3:
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A142'] >= 60:
 			'You greet Zinaida with a smile and make a point to ask her how the game was. With a shy smile, she tells you in great detail how the game went; she seems to have really enjoyed herself.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A142'] <= 20:
 			'Zinaida isn''t really interested in talking to you, but you insist and try to keep up a conversation until she finally stops you. "Hey, I''ve gotta go... I need to be home before it gets too late. I guess I''ll see you later?" she says halfheartedly with an awkward laugh.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," she says with a sheepish smile. You talk to her, mostly asking her about the game she just played; she seems to really enjoy it and talks about it for some time.'
 		end
 	else
-		if npc_rel['A153'] >= 50:
+		if npc_rel['A142'] >= 60:
 			'"Oh hey, <<$pcs_nickname>>," she says with a sheepish smile. You talk to her, mostly asking her about the game she just played; she seems to really enjoy it and tells you in great detail how the game went.'
-		elseif npc_rel['A153'] <= 20:
+		elseif npc_rel['A142'] <= 20:
 			'You try talking to Zinaida, but it''s a very one-sided conversation with you doing all of the talking until she finally speaks up. "I don''t want to sound rude, but we''re not really friends so I''m not sure why you''d want to talk to me," she says quietly. "Anyway, I need to get home." She gathers her stuff up and leaves.'
 		else
 			'"Oh hey, <<$pcs_nickname>>," she says with a sheepish smile. You talk to her, mostly asking her about the game she just played; she seems to really enjoy it and talks about it for some time.'