Browse Source

[added] when a guy tries to pick you up, you can choose to immediately hook up with him

hornguy6 2 years ago
parent
commit
d00b6eabab
1 changed files with 61 additions and 1 deletions
  1. 61 1
      locations/dateM.qsrc

+ 61 - 1
locations/dateM.qsrc

@@ -89,6 +89,21 @@ if $ARGS[0] = 'start':
 					'As you move away from him, you''re glad you declined, especially after the last comment.'
 					act 'Continue': gt $loc, $loc_arg
 				end
+				act'How about we fuck?':
+					cla & *clr
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_generic/'+lover_picrand+'.jpg"></center>'
+					'"How about a fuck for the road instead?"'
+					'"Excuse me?" It''s his turn to look surprised now.'
+					'"You, me, your place, we have sex right now. How about it?"'
+					'"I knew it, schoolgirls are the best," he grins. You let him grab you by the arm and tow you off towards a nearby apartment complex.'
+					if $region = 'city_center' or $region = 'city_residential' or $region = 'city_industrial' or $region = 'city_island' or $region = 'city_lake' or $region = 'city_park':
+						gs 'fame', 'city', 'sex', 2
+					elseif $region = 'pav_commercial' or $region = 'pav_park' or $region = 'pav_residential':
+						gs 'fame', 'pav', 'sex', 2
+					end
+					gs 'npcpreservec', $npclastgenerated
+					act 'Go to his place':gt 'hookup', 'start'
+				end
 			end
 		end
 	!!2) Gopnik Sveta
@@ -147,6 +162,21 @@ if $ARGS[0] = 'start':
 					'"Good, I expected no other outcome." he says. "I''ll give it to you to decide what we should do?".'
 					gs 'dateM', 'date_choice'
 				end
+				act'How about we fuck?':
+					cla & *clr
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_generic/'+lover_picrand+'.jpg"></center>'
+					'"How about a fuck for the road instead?"'
+					'"Excuse me?" It''s his turn to look surprised now.'
+					'"You, me, your place, we have sex right now. How about it?"'
+					'"Fuck yeah," he grins. You let him grab you by the arm and tow you off towards a nearby apartment complex.'
+					if $region = 'city_center' or $region = 'city_residential' or $region = 'city_industrial' or $region = 'city_island' or $region = 'city_lake' or $region = 'city_park':
+						gs 'fame', 'city', 'sex', 2
+					elseif $region = 'pav_commercial' or $region = 'pav_park' or $region = 'pav_residential':
+						gs 'fame', 'pav', 'sex', 2
+					end
+					gs 'npcpreservec', $npclastgenerated
+					act 'Go to his place':gt 'hookup', 'start'
+				end
 			end
 		end
 	!!3 - unattractive or average Sveta
@@ -195,6 +225,21 @@ if $ARGS[0] = 'start':
 					'"You better be." you say teasingly.'
 					act 'Continue': gt $loc, $loc_arg
 				end
+				act'How about we fuck?':
+					cla & *clr
+					'<center><img <<$set_imgh>> src="images/characters/shared/headshots_generic/'+lover_picrand+'.jpg"></center>'
+					'"How about a fuck for the road instead?"'
+					'"Excuse me?" It''s his turn to look surprised now.'
+					'"You, me, your place, we have sex right now. How about it?"'
+					'"Fuck yeah," he grins. You let him grab you by the arm and tow you off towards a nearby apartment complex.'
+					if $region = 'city_center' or $region = 'city_residential' or $region = 'city_industrial' or $region = 'city_island' or $region = 'city_lake' or $region = 'city_park':
+						gs 'fame', 'city', 'sex', 2
+					elseif $region = 'pav_commercial' or $region = 'pav_park' or $region = 'pav_residential':
+						gs 'fame', 'pav', 'sex', 2
+					end
+					gs 'npcpreservec', $npclastgenerated
+					act 'Go to his place':gt 'hookup', 'start'
+				end
 			end
 		end
 	!!4) Attractive Sveta 
@@ -208,7 +253,7 @@ if $ARGS[0] = 'start':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_generic/'+lover_picrand+'.jpg"></center>'
 			'"Yeah, you heard me." said <<$boydesc>>. "Don''t act all that surprised, you''re good-looking, I''m good-looking we would be the perfect couple, so what do you say?"'
-			'"Isn''t someone full of confidence." you comment, seizing control of the conversation, as you contemplate your next move...'
+			'"Isn''t someone full of confidence," you comment, seizing control of the conversation, as you contemplate your next move...'
 			act 'Remain silent':
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_generic/'+lover_picrand+'.jpg"></center>'
@@ -252,6 +297,21 @@ if $ARGS[0] = 'start':
 					act 'Continue': gt $loc, $loc_arg
 				end
 			end
+			act'How about we fuck?':
+				cla & *clr
+				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_generic/'+lover_picrand+'.jpg"></center>'
+				'"How about a fuck for the road instead?"'
+				'"Excuse me?" It''s his turn to look surprised now.'
+				'"You, me, your place, we have sex right now. How about it?"'
+				'"Fuck yeah," he grins. You let him grab you by the arm and tow you off towards a nearby apartment complex.'
+				if $region = 'city_center' or $region = 'city_residential' or $region = 'city_industrial' or $region = 'city_island' or $region = 'city_lake' or $region = 'city_park':
+					gs 'fame', 'city', 'sex', 2
+				elseif $region = 'pav_commercial' or $region = 'pav_park' or $region = 'pav_residential':
+					gs 'fame', 'pav', 'sex', 2
+				end
+				gs 'npcpreservec', $npclastgenerated
+				act 'Go to his place':gt 'hookup', 'start'
+			end
 		end
 	end
 end