Bläddra i källkod

[added] menu variables at the start of a date
[fixes] gender switching bug in lover, removed a lot of redundant ends in lover_meet and cleaned the code a bit

julzor 5 år sedan
förälder
incheckning
57aeb72b8e
6 ändrade filer med 301 tillägg och 615 borttagningar
  1. 62 115
      locations/dateF.qsrc
  2. 93 181
      locations/dateM.qsrc
  3. 26 50
      locations/kafesvid.qsrc
  4. 1 2
      locations/lover.qsrc
  5. 113 253
      locations/lover_meet.qsrc
  6. 6 14
      locations/parkM.qsrc

+ 62 - 115
locations/dateF.qsrc

@@ -14,9 +14,10 @@
 
 if $ARGS[0] = 'start':
 	!! generate a girlfriend
+	menu_off = 1
+	$location_type = 'event'
 	gs 'girl'
-	*clr
-	cla
+	*clr & cla
 
 	!!1) Sveta in a school uniform
 	if clothingworntype = 'school':
@@ -24,16 +25,14 @@ if $ARGS[0] = 'start':
 		'You notice a girl of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair approaching you. She is wearing <<$boyClo>>'
 		'As she nears you, she presents herself; "Hi. My name is <<$boydesc>>. What are you doing here all by yourself?"'
 		act 'Greet her':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 			'"Hi! My name is <<$pcs_nickname>>." you answer. "School just ended so I was trying to figure out what to do for the rest of the day."'
 			'"Oh really." After a moment of silence <<$boydesc>> finally speaks up; "Don''t take this the wrong way but what school do you attend?" she asks.'
 			act 'Tell her':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'"I don''t really know if I should tell you that. For all I know you might be a creepy woman that wants to kidnap me."'
 				'"I''m sorry I knew I would come off as creepy, but I got a bit thrown off by your school outfit. I didn''t mean anything by it."'
@@ -49,16 +48,14 @@ if $ARGS[0] = 'start':
 					'You smile back as she gathers courage to ask you, "Since you''re not from here, what would you say to letting me show you around the town?"'
 				end
 				act 'I would love to':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"Sure, that sounds fun and I just so happen to have some time to kill." You say with a wink.'
 					'"Great!" answers <<$boydesc>> "So, what do you want to do?".'
 					gs 'dateF', 'date_choice'
 				end
 				act 'I would love to but can''t right now':
-					*clr
-					cla
+					*clr & cla
 					gs 'girlfriend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, I would love to go on a date with you but I''m busy right. What if I give you my number so you can call me?"'
@@ -67,8 +64,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Decline':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'As you''re talking you get a creepy feeling about this girl, "I''m sorry but I just remembered I was supposed to meet a friend."'
 					'<<$boydesc>> looks at you disappointed. "Oh, that''s a shame. Could I get-..."'
@@ -76,8 +72,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Decline politely':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry but I''m not interested. I sort of have a boyfriend..." you answer wanting to reject the girl as easy as possible.'
 					'"That''s too bad... I should have guessed a girl in that hot outfit would be taken."'
@@ -86,8 +81,7 @@ if $ARGS[0] = 'start':
 				end
 			end
 			act 'Don''t tell her which school':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'You break out into laughter, "Why would I tell you that, for all I know you could be a weird stalker."'
 				'"Did you just accuse me for being a stalker?" she asks as her voice changes to a more serious tone.'
@@ -103,16 +97,14 @@ if $ARGS[0] = 'start':
 		'You notice a girl of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair approaching you. She is wearing <<$boyClo>>'
 		'As she nears you, you hear her say, "Hey baby, you seem like a girl that likes to have fun. What do you say, wanna hang out?"'
 		act 'Look at her':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 			'You give her a once over and then give her a amused look, "What did you say? I hope you know what you''re getting yourself into."'
 			'Not fazed by your brashness she continues on, "I know it''s just a front with girls like you. All of you just act hard but I''ve got you all figured out. Tell me this instead, what is your name?"'
 			act 'Answer her':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'You give her a contemptuous look. "Oh, you have me all figured out do you? My name is <<$pcs_nickname>>, not that it is any of your business."'
 				if $loc = 'pavResidential' or $loc = 'pavCommercial':
@@ -125,16 +117,14 @@ if $ARGS[0] = 'start':
 					'She starts laughing clearly not feeling threatened by you, "Relax, I''m only kidding. I like my tits just where they are, but if you wanted to fondle them..." She says with a grin. "But seriously, I just wanted to ask you out, so how about it?'
 				end
 				act 'Fine':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'You give her a hard look and eye her up and down. "Fine I''m fucking bored anyways, but you''re paying."'
 					'"Good, I expected no other outcome." she says. "I''ll give it to you to decide what we should do?".'
 					gs 'dateF', 'date_choice'
 				end
 				act 'Not now':
-					*clr
-					cla
+					*clr & cla
 					gs 'girlfriend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m busy right now." You tell her and watch her become disappointed. "But maybe I will get bored out of my skull and you will seem like a better open, so take my number and maybe I will answer if you call."'
@@ -143,8 +133,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Fuck off!':
-					*clr
-					cla
+					*clr & cla
 					'<center><img src="images/pc/fuckoff1.jpg"></center>'
 					'"Fuck off loser, I only date real men, the kinda that would kick your ass just for laughs!" you answer.'
 					'<<$boydesc>> looks at you in shock as she was not ready for you to react that way. "Well, I thought we could just have a little fun together..."'
@@ -153,8 +142,7 @@ if $ARGS[0] = 'start':
 				end
 			end
 			act 'No':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'"How about I kick your ass instead? Now get out of here before you know what my boot feels like shoved up your ass." you reply angrily.'
 				'"Okay, okay, sheesh... take it easy." she says loudly as she''s moving away from you.'
@@ -167,8 +155,7 @@ if $ARGS[0] = 'start':
 		'You notice a girl of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair aproaching you. She is wearing <<$boyClo>>'
 		'As she nears you, she reaches out her hand for a handshake. "Hi. My name is <<$boydesc>>."'
 		act 'Grasp hand':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
@@ -177,8 +164,7 @@ if $ARGS[0] = 'start':
 	!!I would suggest a option for Sveta to be happy about it.
 			act 'Decline':gt 'dateF', 'decline'
 			act 'Happily tell her your name':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'All of a sudden you get a bubbly feeling in your stomach thinking if she''s really asking your name?'
 				'You break out in a smile telling her, "My name is <<$pcs_nickname>>."'
@@ -186,16 +172,14 @@ if $ARGS[0] = 'start':
 				'You start blushing as <<$boydesc>> compliments you... "So what do you say <<$pcs_nickname>> would you like to go on a date with me?"'
 				!!Go on date, same answer no matter what time of day or weather
 				act 'I would love to':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'You think about it a moment and figure why not "Sure I would love to out with you."'
 					'"Great!" answers <<$boydesc>> "So, what do you want to do?".'
 					gs 'dateF', 'date_choice'
 				end
 				act 'I would love to but can''t right now':
-					*clr
-					cla
+					*clr & cla
 					gs 'girlfriend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, I would love to go on a date with you but I''m busy right. What if I give you my number so you can call me?"'
@@ -207,8 +191,7 @@ if $ARGS[0] = 'start':
 			end
 		end
 		act 'Refuse and walk away':
-			*clr
-			cla
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 			'Not really impressed, you decide to teach her a lesson, "Sure thing, here''s my number."'
 			'<<$boydesc>> quickly scribbles it down not knowing you''ve just given her a totally unknown number.'
@@ -220,16 +203,14 @@ if $ARGS[0] = 'start':
 		'You notice a girl of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair approaching you. She is wearing <<$boyClo>>'
 		'She walks up to full of confidence, "Damn, baby, on a scale from 1 to 10, you''re an 11. How about a date?"'
 		act 'Excuse me?':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+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...'
 			act 'Remain silent':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'"Come on, gorgeous, don''t give me the silent treatment."'
 				'As you hear the word gorgeous you melt straight away. You blush and mumble thanks, stammering like a buffoon.'
@@ -240,17 +221,15 @@ if $ARGS[0] = 'start':
 				'"Just as I expected a beautiful name for a beautiful girl..." <<$boydesc>> quickly replies.'
 				!!Go on date, same answer no matter what time of day or weather
 				act 'Agree to a date':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"Stop, you''re making me blush again. Sure, sounds like fun, I would love to."'
 					'"Great!" answers <<$boydesc>> "So, what do you want to do gorgeous?".'
 					gs 'dateF', 'date_choice'
 				end
-					!!Wanting to go on date but not right now, offer phone number
+					
 				act 'I would love to but can''t right now':
-					*clr
-					cla
+					*clr & cla
 					gs 'girlfriend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, I would love to go on a date with you but I''m busy right. What if I give you my number so you can call me?"'
@@ -258,18 +237,18 @@ if $ARGS[0] = 'start':
 					'"You better be." you say teasingly.'
 					act 'Return': gt $loc, $metka
 				end
+				
 				act 'Decline':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry but I don''t feel myself attracted to you enough and I don''t want to lead you on."'
 					'<<$boydesc>> looks at you disappointed. "Oh well, I didn''t think I had a chance but you can''t blame me for trying."'
 					'The two of you say goodbye to each other.'
 					act 'Return': gt $loc, $metka
 				end
+				
 				act 'Look at her in disgust':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, it''s good that you have all this confidence, but I''m way out of your league. There''s no way I would be caught seen out with you."'
 					'"What did you say, you little..." you''re not able to hear the rest as you walk away...'
@@ -281,8 +260,7 @@ if $ARGS[0] = 'start':
 end
 
 if $args[0] = 'decline':
-	*clr
-	cla
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 	'"I''m sorry but I don''t feel us clicking so I''ll have to decline."'
 	'<<$boydesc>> looks at you disappointed and then shrugs. "Well can''t blame a girl for trying, right?"'
@@ -306,47 +284,41 @@ end
 !Time 2-4 hours depending on the path the player chooses. Nothing special, there is a sex act but the player has the option to stop before it gets way out of control.
 
 if $ARGS[0] = 'datepark':
-	*clr
-	cla
+	*clr & cla
 	minut += 30
 	gs 'stat'
 	'<center><img src="images/locations/shared/dateF/park1.jpg"></center>'
 	'"Since it''s such a beautiful day today, let''s go for a walk in the park." you suggest.'
 	'"Sounds great. Lets go." <<$boydesc>> walks with you towards the park.'
 	'The two of you walk in the park for a while causally talking, getting knowing each other. After a while she suggests sitting down.'
-    !!Jump to park 
+	!!Jump to park 
 	act 'Watch people':
-		*clr
-		cla
+		*clr & cla
 		minut += 45
 		gs 'stat'
 		'<center><img src="images/locations/shared/dateF/park2.jpg"></center>'
 		'The two of you sit down and begin commenting on the people walking by. You laugh while <<$boydesc>> makes up stories about their backgrounds and quirks.'
 		'There are a few times you almost get caught as you point and laugh. As you''re sitting down an ice cream pushcart appears, generating quite a buzz around it. <<$boydesc>> asks you, "I sure could go for some ice cream. Would you also like some ice cream?"'
 		act 'Yeah':
-			*clr
-			cla
+			*clr & cla
 			minut += 15
 			gs 'stat'
 			'<center><img src="images/locations/shared/dateF/park3.jpg"></center>'
 			'<<$boydesc>> runs away to the pushcart and comes back with two ice creams. "Here you go, <<$pcs_nickname>> I hope you''ll enjoy it."'
 			'You nod and thank her. The two of you continue talking while eating the ice cream. As you finish <<$boydesc>> asks, "Shall we move on?"'
 			act 'Nod':
-				*clr
-				cla
+				*clr & cla
 				minut += 15
 				gs 'stat'
 				'<center><img src="images/locations/shared/dateF/park4.jpg"></center>'
 				'As you continue walking the two of you begin holding hands. You''re really enjoying yourself by now everything is going really well.'
 				'You don''t even notice that the two of you strayed off the beaten path, all of a sudden <<$boydesc>> stops and whispers in your ear, "Now that we''re at a secluded spot, you know what would make this date even better?"'
 				act 'What?':
-					*clr
-					cla
+					*clr & cla
 					'<center><img src="images/locations/shared/dateF/park5.jpg"></center>'
 					'Before you''re even able to respond <<$boydesc>> leans in and kisses you on the lips.'
 					act 'Make out':
-						*clr
-						cla
+						*clr & cla
 						'<center><img src="images/locations/shared/dateF/park6.jpg"></center>'
 						'Feeling frisky you kiss <<$boydesc>> back. Not before long the two of you are having a make out session, french kissing each other.'
 						'You feel yourself getting more and more aroused, maybe you should stop before the situation escalates too much...'
@@ -358,8 +330,7 @@ if $ARGS[0] = 'datepark':
 							gt 'lezbsex','start'
 						end
 						act 'Stop her':
-							*clr
-							cla
+							*clr & cla
 							minut += 5
 							gs 'stat'
 							'<center><img src="images/locations/shared/dateF/parkback.jpg"></center>'
@@ -369,8 +340,7 @@ if $ARGS[0] = 'datepark':
 						end
 					end
 					act 'Back up':
-						*clr
-						cla
+						*clr & cla
 						minut += 5
 						gs 'stat'
 						'<center><img src="images/locations/shared/dateF/parkback.jpg"></center>'
@@ -385,16 +355,14 @@ if $ARGS[0] = 'datepark':
 end
 
 if $ARGS[0] = 'walk_back':
-	*clr
-	cla
+	*clr & cla
 	minut += 10
 	gs 'stat'
 	'<center><img src="images/locations/shared/dateF/parkback.jpg"></center>'
 	'As you finish up the two still holding hands walk all the way back to the park entrance. You stand there for a while feeling that awkward silence creeping up as neither of you know how to end the date.'
 	'"I''ve had a great time." you say smiling. "Yeah, me too..." <<$boydesc>> says quietly. "Could I get your number so I can call you?"'
 	act 'Sure':
-		*clr
-		cla
+		*clr & cla
 		gs 'girlfriend', 'start'
 		'<center><img src="images/locations/shared/date/givenumber.jpg"></center>'
 		'You give <<$boydesc>> your number. "Now I really hope you don''t forget to call me." you tell her. "Oh, don''t worry about that I''ll be in touch." she says.'
@@ -402,8 +370,7 @@ if $ARGS[0] = 'walk_back':
 		act 'Leave':gt $loc, $metka
 	end
 	act 'Sorry':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/datereject.jpg"></center>'
 		'"I''ve really enjoyed the date but I''m sorry I can''t give you my number..."'
 		'"But why, I thought..." Before she continues you stop her telling her that you''re sorry once again but that it won''t work out between the two of you.'
@@ -416,10 +383,8 @@ end
 !Go to movie theater pav/city, time 3-4 hours
 !Nothing special, there is a sex act but the player has the option to stop before it gets way out of control.
 
-
 if $ARGS[0] = 'datebar':
-	*clr
-	cla
+	*clr & cla
 	minut += 20
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/barinside.jpg"></center>'
@@ -427,23 +392,19 @@ if $ARGS[0] = 'datebar':
 	'"Great idea, <<$pcs_nickname>>. I know a great bar with great drinks and lightning."'
 	'The two of you enter this buzzing hip bar and find a spot where you have a great overview over the place.'
 	act 'Order':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/bardrink.jpg"></center>'
 		'As you sit down <<$boydesc>> asks you, "Would you like to drink something?"'
-		!!if beer, add buzz
 		act 'I''ll have a beer, thanks':
-			*clr
-			cla
+			*clr & cla
 			alko += 1
 			'<center><img src="images/locations/shared/dateF/bar1.jpg"></center>'
 			'"My kind of girl." <<$boydesc>> tells you.'
 			act 'Talk':gt 'dateF', 'bartalk'
 		end
-			!!elseif, add buzz
+
 		act 'I''ll have some hard liquor, thanks':
-			*clr
-			cla
+			*clr & cla
 			alko += 2
 			'<center><img src="images/locations/shared/dateF/bar1.jpg"></center>'
 			'"My kind of girl." <<$boydesc>> tells you.'
@@ -452,10 +413,8 @@ if $ARGS[0] = 'datebar':
 	end
 end
 
-
 if $ARGS[0] = 'bartalk':
-	*clr
-	cla
+	*clr & cla
 	minut += 15
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/barinside.jpg"></center>'
@@ -463,18 +422,15 @@ if $ARGS[0] = 'bartalk':
 	'"This place is packed." you say to <<$boydesc.>>'
 	'"Yeah, it''s pretty cool, I think it''s the night when there is a band playing live here, so I guess that''s why it''s so packed."'
 	act 'Continue on':
-		*clr
-		cla
+		*clr & cla
 		minut += 10
 		gs 'stat'
 		'<center><img src="images/locations/shared/date/barband.jpg"></center>'
 		'As you sit there talking to each other, the lights suddenly go dim and you hear a guitar riff playing.'
 		'The band steps out and starts playing. You''re amazed over how well they play and turn to <<$boydesc>> "They are pretty good don''t you think?"'
 		'<<$boydesc>> nods her head. "Yeah they are, do you want another drink?"'
-		!!add to buzz
 		act 'Sure':
-			*clr
-			cla
+			*clr & cla
 			alko += 2
 			minut += 20
 			gs 'stat'
@@ -484,8 +440,7 @@ if $ARGS[0] = 'bartalk':
 			'"Well, I''m having a great time so why not." <<$boydesc>> goes over to the counter and returns with two new drinks.'
 			if pcs_danc > 30:
 				act 'Dance':
-					*clr
-					cla
+					*clr & cla
 					minut += 10
 					gs 'stat'
 					'<center><img src="images/locations/shared/dateF/bar3.jpg"></center>'
@@ -494,19 +449,17 @@ if $ARGS[0] = 'bartalk':
 					'She shakes her head. "I am no dancer, but you should if you want to dance." She says indicating you should get out on the dance floor yourself.'
 					'You get up from the chair and walk up near the stage and begin moving sensually, teasing <<$boydesc>>.'
 					act 'Return to your date':
-						*clr
-						cla
+						*clr & cla
 						minut += 15
 						gs 'stat'
-						!!add buzz
+						alko += 2
 						'<center><img src="images/locations/shared/dateF/bar3.jpg"></center>'
 						'"Damn <<$pcs_nickname>> you really know how to move. I bet all that dancing made you even thirstier."'
 						'You nod and she quickly gets up and gets more drinks.'
 						'You chug the drink down, quenching some of the thirst. "Look at you go. I love a girl that can keep a drink down."'
 						'By now you''re feel quite tipsy, feeling your inhibitions fading away. You panic a little at feeling and feel you must get a breather before you lose control.'
 						act 'Excuse yourself':
-							*clr
-							cla
+							*clr & cla
 							minut += 10
 							gs 'stat'
 							'<center><img src="images/locations/shared/dateF/bar4.jpg"></center>'
@@ -515,8 +468,7 @@ if $ARGS[0] = 'bartalk':
 							'Recognizing <<$boydesc>> voice, you come to your senses and open the door, quickly pulling her in.'
 							'"What''s happening?" she asks as you lean into her and begin kissing her.'
 							act 'Make out':
-								*clr
-								cla
+								*clr & cla
 								'<center><img src="images/locations/shared/dateF/bar5.jpg"></center>'
 								'<<$boydesc>> doesn''t seem to mind your brashness. She begins grabbing you all over your body, adding even more to your arousal.'
 								'As you''re kissing you feel her fingers playing with your wet clit through the panties.'
@@ -529,8 +481,7 @@ if $ARGS[0] = 'bartalk':
 									gt 'lezbsex','start'
 								end
 								act 'Decide to stop':
-									*clr
-									cla
+									*clr & cla
 									gs 'arousal', 'end'
 									'<center><img src="images/locations/shared/date/barinside.jpg"></center>'
 									'You can''t get yourself to go through this. Excusing yourself you walk back to the table and sit down.'
@@ -544,8 +495,7 @@ if $ARGS[0] = 'bartalk':
 				end
 			end
 			act 'Keep talking':
-				*clr
-				cla
+				*clr & cla
 				minut += 20
 				gs 'stat'
 				'<center><img src="images/locations/shared/dateF/bar2.jpg"></center>'
@@ -558,27 +508,24 @@ if $ARGS[0] = 'bartalk':
 	end
 end
 				
-
 if $ARGS[0] = 'barend':
-	*clr
-	cla
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	'<center><img src="images/locations/shared/dateF/bar2.jpg"></center>'
 	'You tell <<$boydesc>>, "I''ve had a great time but we should be on our way."'
 	'"I had a great time, you''re really fun to hang out with." <<$boydesc>> tells you. "Could I get your number?"'
 	act 'Sure':
-		*clr
-		cla
+		*clr & cla
 		gs 'girlfriend', 'start'
 		'<center><img src="images/locations/shared/date/givenumber.jpg"></center>'
 		'You give <<$boydesc>> your number. "Now I really hope you don''t forget to call me." you tell her. "Oh, don''t worry about that I''ll be in touch." she says.'
 		'You end the date by her giving you a kiss on the cheek.'
 		act 'Leave':gt $loc, $metka
 	end
+	
 	act 'Sorry':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/barreject.jpg"></center>'
 		'"I''ve really enjoyed the date but I just can''t I''ve made a fool of myself..."'
 		'"No you didn''t, I understand..." Before she continues you stop her telling her that you''re sorry once again but you''re too ashamed to see her again.'

+ 93 - 181
locations/dateM.qsrc

@@ -13,27 +13,26 @@
 !!4) Bar, sex act in the toilet
 
 if $ARGS[0] = 'start':
+	menu_off = 1
+	$location_type = 'event'
+	*clr & cla
 	!! generate a boyfriend
 	gs 'boy'
-	*clr
-	cla
-
+	
 !!1) Sveta in a school uniform
 	if clothingworntype = 'school':
 		'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 		'You notice a guy of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair approaching you. He is wearing <<$boyClo>>.'
 		'As he nears you, he presents himself; "Hi. My name is <<$boydesc>>. What are you doing here all by yourself?"'
 		act 'Greet him':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 			'"Hi! My name is <<$pcs_nickname>>." you answer. "School just ended so I was trying to figure out what to do for the rest of the day."'
 			'"Oh really." After a moment of silence <<$boydesc>> finally speaks up; "Don''t take this the wrong way but what school do you attend?" he asks.'
 			act 'Tell him':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'"I don''t really know if I should tell you that. For all I know you might be a creepy guy, that wants to kidnap me."'
 				'"I''m sorry I knew I would come off as creepy but I got a bit thrown off by your school outfit. I didn''t mean anything by it."'
@@ -49,16 +48,14 @@ if $ARGS[0] = 'start':
 					'You smile back as he gathers courage to ask you, "Since you''re not from here, what would you say to letting me show you around the town?"'
 				end
 				act 'I would love to':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"Sure, that sounds fun and I just so happen to have some time to kill." You say with a wink.'
 					'"Great!" answers <<$boydesc>> "So, what do you want to do?".'
 					gs 'dateM', 'date_choice'
 				end
 				act 'I would love to but can''t right now':
-					*clr
-					cla
+					*clr & cla
 					gs 'boyfrend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, I would love to go on a date with you but I''m busy right. What if I give you my number so you can call me?"'
@@ -67,8 +64,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Decline':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'As you''re talking you get a creepy feeling about this guy, "I''m sorry but I just remembered I was supposed to meet a friend."'
 					'<<$boydesc>> looks at you disappointed. "Oh, that''s a shame. Could I get-..."'
@@ -76,8 +72,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Decline politely':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry but I''m not interested. I sort of have a boyfriend..." you answer wanting to reject the guys as easy as possible.'
 					'"That''s too bad... I should have guessed a girl in that hot outfit would be taken."'
@@ -86,8 +81,7 @@ if $ARGS[0] = 'start':
 				end
 			end
 			act 'Don''t tell him which school':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'You break out into laughter, "Why would I tell you that, for all I know you could be a rapist."'
 				'"Did you just accuse me for a rapist?" he asks as his voice changes to a more serious tone.'
@@ -103,16 +97,14 @@ if $ARGS[0] = 'start':
 		'You notice a guy of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair approaching you. He is wearing <<$boyClo>>.'
 		'As he nears you, you hear him say, "Hey baby, you seem like a girl that likes to have fun. What do you say, wanna hang out?"'
 		act 'Look at him':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 			'You give him a once over and then give him a amused look, "What did you say? I hope you know what you''re getting yourself into."'
 			'Not fazed by your brashness he continues on, "I know it''s just a front with girls like you. All of you just act hard but I''ve got you all figured out. Tell me this instead, what is your name?"'
 			act 'Answer him':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'You give him a contemptuous look. "Oh, you have us all figured out do you? My name is <<$pcs_nickname>>, not that it is any of your business."'
 				if $loc = 'pavResidential' or $loc = 'pavCommercial':
@@ -125,16 +117,14 @@ if $ARGS[0] = 'start':
 					'He starts laughing clearly not feeling threatened by you, "Relax, I''m only kidding. I like my balls just where they are, but if you wanted to fondle them..." He says with a grin. "But seriously, I just wanted to ask you out, so how about it?'
 				end
 				act 'Fine':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'You give him a hard look and eye him up and down. "Fine I''m fucking bored anyways, but you''re paying."'
 					'"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 'Not now':
-					*clr
-					cla
+					*clr & cla
 					gs 'boyfrend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m busy right now." You tell him and watch him become disappointed. "But maybe I will get bored out of my skull and you will seem like a better open, so take my number and maybe I will answer if you call."'
@@ -143,8 +133,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Fuck off!':
-					*clr
-					cla
+					*clr & cla
 					'<center><img src="images/pc/fuckoff1.jpg"></center>'
 					'"Fuck off loser, I only date real men, the kinda that would kick your ass just for laughs!" you answer.'
 					'<<$boydesc>> looks at you in shock as he was not ready for you to react that way. "Well, I thought we could just have a little fun together..."'
@@ -153,8 +142,7 @@ if $ARGS[0] = 'start':
 				end
 			end
 			act 'No':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'"How about I kick your ass instead? Now get out of her before you know what my boot feels like shoved up your ass." you reply angrily.'
 				'"Okay, okay, sheesh... take it easy." he says loudly as he''s moving away from you.'
@@ -167,8 +155,7 @@ if $ARGS[0] = 'start':
 		'You notice a guy of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair aproaching you. He is wearing <<$boyClo>>.'
 		'As he nears you, he reaches out his hand for a handshake. "Hi. My name is <<$boydesc>>."'
 		act 'Grasp hand':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
@@ -177,8 +164,7 @@ if $ARGS[0] = 'start':
 	!!I would suggest a option for Sveta to be happy about it.
 			act 'Decline':gt 'dateM', 'decline'
 			act 'Happily tell him your name':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'All of a sudden you get a bubbly feeling in your stomach thinking if he''s really asking your name?'
 				'You break out in a smile telling him, "My name is <<$pcs_nickname>>."'
@@ -186,16 +172,14 @@ if $ARGS[0] = 'start':
 				'You start blushing as <<$boydesc>> compliments you... "So what do you say <<$pcs_nickname>> would you like to go on a date with me?"'
 				!!Go on date, same answer no matter what time of day or weather
 				act 'I would love to':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'You think about it a moment and figure why not "Sure I would love to out with you."'
 					'"Great!" answers <<$boydesc>> "So, what do you want to do?".'
 					gs 'dateM', 'date_choice'
 				end
 				act 'I would love to but can''t right now':
-					*clr
-					cla
+					*clr & cla
 					gs 'boyfrend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, I would love to go on a date with you but I''m busy right. What if I give you my number so you can call me?"'
@@ -207,8 +191,7 @@ if $ARGS[0] = 'start':
 			end
 		end
 		act 'Refuse and walk away':
-			*clr
-			cla
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 			'Not really impressed, you decide to teach him a lesson, "Sure thing, here''s my number."'
 			'<<$boydesc>> quickly scribbles it down not knowing you''ve just given him a totally unknown number.'
@@ -220,16 +203,14 @@ if $ARGS[0] = 'start':
 		'You notice a guy of <<$boybody>> height with a <<$boybod>> body and <<$boyface>> hair approaching you. He is wearing <<$boyClo>>.'
 		'He walks up to full of confidence, "Damn, baby, on a scale from 1 to 10, you''re an 11. How about a date?"'
 		act 'Excuse me?':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/shared/'+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...'
 			act 'Remain silent':
-				*clr
-				cla
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 				'"Come on, gorgeous, don''t give me the silent treatment."'
 				'As you hear the word gorgeous you melt straight away. You blush and mumble thanks, stammering like a buffoon.'
@@ -240,8 +221,7 @@ if $ARGS[0] = 'start':
 				'"Just as I expected a beautiful name for a beautiful girl..." <<$boydesc>> quickly replies.'
 				!!Go on date, same answer no matter what time of day or weather
 				act 'Agree to a date':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"Stop, you''re making me blush again. Sure, sounds like fun, I would love to."'
 					'"Great!" answers <<$boydesc>> "So, what do you want to do gorgeous?".'
@@ -249,8 +229,7 @@ if $ARGS[0] = 'start':
 				end
 					!!Wanting to go on date but not right now, offer phone number
 				act 'I would love to but can''t right now':
-					*clr
-					cla
+					*clr & cla
 					gs 'boyfrend', 'start'
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, I would love to go on a date with you but I''m busy right. What if I give you my number so you can call me?"'
@@ -259,8 +238,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Decline':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry but I don''t feel myself attracted to you enough and I don''t want to lead you on."'
 					'<<$boydesc>> looks at you disappointed. "Oh well, I didn''t think I had a chance but you can''t blame me for trying."'
@@ -268,8 +246,7 @@ if $ARGS[0] = 'start':
 					act 'Return': gt $loc, $metka
 				end
 				act 'Look at him in disgust':
-					*clr
-					cla
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 					'"I''m sorry, it''s good that you have all this confidence, but I''m way out of your league. There''s no way I would be caught seen out with you."'
 					'"What did you say, you little..." you''re not able to hear the rest as you walk away...'
@@ -281,8 +258,7 @@ if $ARGS[0] = 'start':
 end
 
 if $args[0] = 'decline':
-	*clr
-	cla
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/shared/'+lover_picrand+'.jpg"></center>'
 	'"I''m sorry but I don''t feel us clicking so I''ll have to decline."'
 	'<<$boydesc>> looks at you disappointed then shrugs. "Well can''t blame a guy for trying right."'
@@ -310,55 +286,48 @@ end
 !Time 2-4 hours depending on the path the player chooses. Nothing special, there is a sex act but the player has the option to stop before it gets way out of control.
 
 if $ARGS[0] = 'datepark':
-	*clr
-	cla
+	*clr & cla
 	minut += 30
 	gs 'stat'
 	'<center><img src="images/locations/shared/park/walk_'+ rand(1,2) +'.jpg"></center>'
 	'"Since it''s such a beautiful day today, let''s go for a walk in the park." you suggest.'
 	'"Sounds great. Lets go." <<$boydesc>> walks with you towards the park.'
 	'The two of you walk in the park for a while causally talking, getting knowing each other. After a while he suggests sitting down.'
-    !!Jump to park 
+	!!Jump to park 
 	act 'Watch people':
-		*clr
-		cla
+		*clr & cla
 		minut += 45
 		gs 'stat'
 		'<center><img src="images/locations/shared/date/parkwatch.jpeg"></center>'
 		'The two of you sit down and begin commenting on the people walking by. You laugh while <<$boydesc>> makes up stories about their backgrounds and quirks.'
 		'There are a few times you almost get caught as you point and laugh. As you''re sitting down an ice cream pushcart appears, generating quite a buzz around it. <<$boydesc>> asks you, "I sure could go for some ice cream. Would you also like some ice cream?"'
 		act 'Yeah':
-			*clr
-			cla
+			*clr & cla
 			minut += 15
 			gs 'stat'
 			'<center><img src="images/locations/shared/date/parkice.jpg"></center>'
 			'<<$boydesc>> runs away to the pushcart and comes back with two ice creams. "Here you go, <<$pcs_nickname>> I hope you''ll enjoy it."'
 			'You nod and thank him. The two of you continue talking while eating the ice cream. As you finish <<$boydesc>> asks, "Shall we move on?"'
 			act 'Nod':
-				*clr
-				cla
+				*clr & cla
 				minut += 15
 				gs 'stat'
 				'<center><img src="images/locations/shared/date/parkholding.jpg"></center>'
 				'As you continue walking the two of you begin holding hands. You''re really enjoying yourself by now everything is going really well.'
 				'You don''t even notice that the two of you strayed off the beaten path, all of a sudden <<$boydesc>> stops and whispers in your ear, "Now that we''re at a secluded spot, you know what would make this date even better?"'
 				act 'What?':
-					*clr
-					cla
+					*clr & cla
 					'<center><img src="images/locations/shared/date/parklean.jpg"></center>'
 					'Before you''re even able to respond <<$boydesc>> leans in and kisses you on the lips.'
 					act 'Make out':
-						*clr
-						cla
+						*clr & cla
 						'<center><img src="images/locations/shared/date/parkmake.jpg"></center>'
 						'Feeling frisky you kiss <<$boydesc>> back. Not before long the two of you are having a make out session, french kissing each other.'
 						'You feel yourself getting more and more aroused, maybe you should stop before the situation escalates too much...'
 						gs 'arousal', 'kiss', 3, 'exhibitionism'
 						gs 'stat'
 						act 'Stop him':
-							*clr
-							cla
+							*clr & cla
 							minut += 5
 							gs 'stat'
 							'<center><img src="images/locations/shared/date/parkback.jpg"></center>'
@@ -367,8 +336,7 @@ if $ARGS[0] = 'datepark':
 							act 'Walk back':gt 'dateM', 'walk_back'
 						end
 						act 'Who cares':
-							*clr
-							cla
+							*clr & cla
 							'<center><img src="images/locations/shared/date/parkkiss.jpg"></center>'
 							'You decide to ignore the little voice in your back head and continue on the make out session.'
 							'<<$boydesc>> pulls you in closer and slowly begins rubbing your wet slit through your clothes. You let out a soft whimper as he''s touching you.'
@@ -376,8 +344,7 @@ if $ARGS[0] = 'datepark':
 							gs 'stat'
 							'As you''re pressed against <<$boydesc>> you feel his bulge through his pants. The two of you quickly remove your clothes, playing with each other''s sensitive parts.'
 							act 'On your knees':
-								*clr
-								cla
+								*clr & cla
 								'<center><img src="images/locations/shared/date/parkhj.jpg"></center>'
 								'You give him a lustful smirk and get down on your knees. You quickly unbutton his pants and let his semi-grown cock hang loose.'
 								'Looking at it you say, "Let me help you get ready for what''s to come." as you grab it with your hand and start jerking him off.'
@@ -387,8 +354,7 @@ if $ARGS[0] = 'datepark':
 								gs 'arousal', 'bj', 4, 'exhibitionism'
 								gs 'stat'
 								act 'Give blowjob':
-									*clr
-									cla
+									*clr & cla
 									'<center><img src="images/locations/shared/date/parkbj.jpg"></center>'
 									'"Enough teasing, I want you to blow me <<$pcs_nickname>>, I don''t want to cum before you''ve had a taste of my cock."'
 									'You comply and start sucking on the head, smacking loudly. You are working calmly and methodically for some minutes and in the end you''re able to fit him into your mouth entirely.'
@@ -396,8 +362,7 @@ if $ARGS[0] = 'datepark':
 									gs 'stat'
 									'"Damn, <<$pcs_nickname>>, you''re really a good little cocksucker. How about you get on all fours so I can enjoy that little pussy of yours?"'
 									act 'Doggy':
-										*clr
-										cla
+										*clr & cla
 										'<center><img src="images/locations/shared/date/parkdoggy.jpg"></center>'
 										'You''re already wet and ready for him as you spread your legs as he bends down. <<$boydesc>> slowly runs his shaft along your wet pussy teasing you right back as a payback for before.'
 										'You let out a sigh as he slowly enters you. Holding your waist, <<$boydesc>> slowly increases his pace. It doesn''t take long for him to be at full pace. You feel great as his strong member alternately fills and pleasantly stretches your pussy.'
@@ -407,8 +372,7 @@ if $ARGS[0] = 'datepark':
 										gs 'stat'
 										'Even <<$boydesc>> is groaning and grimacing badly by now ready to cum.'
 										act 'Finish':
-											*clr
-											cla
+											*clr & cla
 											minut += 10
 											gs 'cum_call', 'labia', $boydesc
 											gs 'stat'
@@ -424,8 +388,7 @@ if $ARGS[0] = 'datepark':
 						end
 					end
 					act 'Back up':
-						*clr
-						cla
+						*clr & cla
 						minut += 5
 						gs 'stat'
 						'<center><img src="images/locations/shared/date/parkback.jpg"></center>'
@@ -440,16 +403,14 @@ if $ARGS[0] = 'datepark':
 end
 
 if $ARGS[0] = 'walk_back':
-	*clr
-	cla
+	*clr & cla
 	minut += 10
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/parkholding.jpg"></center>'
 	'As you finish up the two still holding hands walk all the way back to the park entrance. You stand there for a while feeling that awkward silence creeping up as neither of you know how to end the date.'
 	'"I''ve had a great time." you say smiling. "Yeah, me too..." <<$boydesc>> says quietly. "Could I get your number so I can call you?"'
 	act 'Sure':
-		*clr
-		cla
+		*clr & cla
 		gs 'boyfrend', 'start'
 		'<center><img src="images/locations/shared/date/givenumber.jpg"></center>'
 		'You give <<$boydesc>> your number. "Now I really hope you don''t forget to call me." you tell him. "Oh, don''t worry about that I''ll be in touch." he says.'
@@ -457,8 +418,7 @@ if $ARGS[0] = 'walk_back':
 		act 'Leave':gt $loc, $metka
 	end
 	act 'Sorry':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/datereject.jpg"></center>'
 		'"I''ve really enjoyed the date but I''m sorry I can''t give you my number..."'
 		'"But why, I thought..." Before he continues you stop him telling him that you''re sorry once again but that it won''t work out between the two of you.'
@@ -472,8 +432,7 @@ end
 !Nothing special, there is a sex act but the player has the option to stop before it gets way out of control.
 
 if $ARGS[0] = 'datecinema':
-	*clr
-	cla
+	*clr & cla
 	minut += 15
 	gs 'stat'
 	'<center><img src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
@@ -481,8 +440,7 @@ if $ARGS[0] = 'datecinema':
 	'"Sounds like a great idea. There''s a movie theater nearby."'
 	'You arrive at the movie theater and look at the display showing what movies are playing right now.'
 	act 'Decide on a movie':
-		*clr
-		cla
+		*clr & cla
 		minut += 5
 		gs 'stat'
 		'<center><img src="images/locations/pavlovsk/park/theater/cinema.jpg"></center>'
@@ -490,8 +448,7 @@ if $ARGS[0] = 'datecinema':
 		'You shake your head, "No, I''m not in the mood for that. How about this one?" you point at a comedy.'
 		'"Perfect, I love comedies." he comments.'
 		act 'Buy tickets':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img src="images/locations/shared/cinema/theaterbuy.jpg"></center>'
@@ -501,8 +458,7 @@ if $ARGS[0] = 'datecinema':
 			'He smiles and walks over to the concession stand, returning with a big popcorn tub, handing it over to you.'
 			'You shine up immediately, thanking him for buying it for you.'
 			act 'Take a seat':
-				*clr
-				cla
+				*clr & cla
 				minut += 45
 				gs 'stat'
 				'<center><img src="images/locations/shared/cinema/kino_'+ rand(1,3) +'.jpg"></center>'
@@ -510,16 +466,14 @@ if $ARGS[0] = 'datecinema':
 				'You nod and the two of you make your way inside the theater. You find your seats, making yourselves comfortable.'
 				'The movies starts off in a frantic pace containing many slapstick scenes. You''re having a great time, laughing almost all the time.'
 				act 'Eat some popcorn':
-					*clr
-					cla
+					*clr & cla
 					minut += 15
 					'<center><img src="images/locations/shared/cinema/kino_'+ rand(1,3) +'.jpg"></center>'
 					'As you''re about to grab some popcorn from the tub, <<$boydesc>> unknowingly goes to grab some popcorn too, touching your hand.'
 					'He''s startled as he didn''t expect your hand to be there either. You acknowledge his touch by teasingly whispering, "Are you trying to make a move on me?"'
 					'<<$boydesc>> nervously smiles at you. "Sorry it wasn''t my intentions to make you feel uncomfortable."'
 					act 'Tease him':
-						*clr
-						cla
+						*clr & cla
 						minut += 5
 						gs 'stat'
 						'<center><img src="images/locations/shared/date/theatertease.jpg"></center>'
@@ -527,8 +481,7 @@ if $ARGS[0] = 'datecinema':
 						'You look around checking if everyone else is concentrating on the movie and then quickly remove your top. <<$boydesc>> not knowing how to respond looks in awe. Not wanting to wait on him anymore you decide to take action.'
 						'"Let me show you a great time." you slyly tell him. "Just relax and enjoy yourself."'
 						act 'Get on your knees':
-							*clr
-							cla
+							*clr & cla
 							'<center><img src="images/locations/shared/date/theaterbj.jpg"></center>'
 							'You go down on your knees removing your shirt and bra showing your body to <<$boydesc>>. You begin playing with his rock hard penis through the pants.'
 							'<<$boydesc>> looks at you with lust. His eyes are quite revealing, he wants you to please him with your mouth and he wants it now.'
@@ -537,8 +490,7 @@ if $ARGS[0] = 'datecinema':
 							gs 'arousal', 'bj', 5, 'dom', 'exhibitionism'
 							gs 'stat'
 							act 'Lay down on the seat':
-								*clr
-								cla
+								*clr & cla
 								'<center><img src="images/locations/shared/date/theatercuni.jpg"></center>'
 								'After a few minutes you stop and get up, lean into him telling him that it''s his turn to impress you.'
 								'You lay down on the empty seats next to you and spread your legs. <<$boydesc>> by now very aroused dives in and begins playing with your wet clit.'
@@ -546,8 +498,7 @@ if $ARGS[0] = 'datecinema':
 								gs 'arousal', 'cuni', 5, 'dom', 'exhibitionism'
 								gs 'stat'
 								act 'Reverse cowgirl':
-									*clr
-									cla
+									*clr & cla
 									'<center><img src="images/locations/shared/date/theatercow.jpg"></center>'
 									'He stops to let you rest just as you''re nearing the orgasm, feeling irritated you decide to get even.'
 									'You make <<$boydesc>> sit down again and plant yourself on top of his cock, letting out a quiet whimper as you don''t want the guy in front of you to find out what the two of you are doing.'
@@ -555,8 +506,7 @@ if $ARGS[0] = 'datecinema':
 									gs 'arousal', 'vaginal', 5, 'dom', 'exhibitionism'
 									gs 'stat'
 									act 'Back to laying down':
-										*clr
-										cla
+										*clr & cla
 										gs 'cum_call', 'stomach', $boydesc
 										gs 'cum_call', 'breasts', $boydesc
 										'<center><img src="images/locations/shared/date/theatervag.jpg"></center>'
@@ -566,8 +516,7 @@ if $ARGS[0] = 'datecinema':
 										gs 'stat'
 										'He starts groaning pulling out his cock out of you and shoots the load all over you. His warm spunk hits your stomach and breast as he jerks out the last drips. You take your finger and swipe a small sample off your stomach putting it in your mouth. It tastes great.'
 										act 'Caught':
-											*clr
-											cla
+											*clr & cla
 											minut += 10
 											gs 'stat'
 											'<center><img src="images/locations/shared/date/theatercaught.jpg"></center>'
@@ -576,8 +525,7 @@ if $ARGS[0] = 'datecinema':
 											'"Kids these days. It''s the third time I catch couples doing this shit this week. Pick up your stuff and get the hell out of here, you''re lucky I don''t have the time to call the cops."'
 											'You''re blemishing red as you quickly get dressed, grabbing your stuff, running out of the theater. You can hear some of the other people commenting on the situation as you walk past them. <<$boydesc>> is walking besides you and also has his head down looking at the ground as ashamed as you.'
 											act 'Outside':
-												*clr
-												cla
+												*clr & cla
 												minut += 5
 												gs 'stat'
 												'<center><img src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
@@ -594,16 +542,14 @@ if $ARGS[0] = 'datecinema':
 						end
 					end
 					act 'Keep watching the movie':
-						*clr
-						cla
+						*clr & cla
 						minut += 45
 						gs 'stat'
 						'<center><img src="images/locations/shared/cinema/kino_'+ rand(1,3) +'.jpg"></center>'
 						'After a while <<$boydesc>> leans towards you and whispers if you''re enjoying yourself.'
 						'You turn to him nodding, as you''re nodding he leans in once again and gives you a kiss. The two of you hold hands for the rest of the movie.'
 						act 'Outside':
-							*clr
-							cla
+							*clr & cla
 							minut += 5
 							gs 'stat'
 							'<center><img src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
@@ -621,8 +567,7 @@ if $ARGS[0] = 'datecinema':
 end
 
 if $ARGS[0] = 'cinema_sure':
-	*clr
-	cla
+	*clr & cla
 	gs 'boyfrend', 'start'
 	'<center><img src="images/locations/shared/date/givenumber.jpg"></center>'
 	'You give <<$boydesc>> your number. "Now I really hope you don''t forget to call me." you tell him. "Oh, don''t worry about that I''ll be in touch." he says.'
@@ -631,8 +576,7 @@ if $ARGS[0] = 'cinema_sure':
 end
 
 if $ARGS[0] = 'cinema_sorry':
-	*clr
-	cla
+	*clr & cla
 	'<center><img src="images/locations/shared/date/datereject.jpg"></center>'
 	'"I''ve really enjoyed the date but I''m sorry I can''t give you my number..."'
 	'"But why, I thought..." Before he continues you stop him telling him that you''re sorry once again but that it won''t work out between the two of you.'
@@ -646,8 +590,7 @@ end
 !Maybe make it so that the action "Agree" triggers if Sveta has dom points.
 
 if $ARGS[0] = 'datecafe':
-	*clr
-	cla
+	*clr & cla
 	minut += 15
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/cafe.jpg"></center>'
@@ -655,8 +598,7 @@ if $ARGS[0] = 'datecafe':
 	'"Great idea <<$pcs_nickname>> I know a great place."'
 	'The two of you enter the café and find a secluded spot where you can be left alone.'
 	act 'Interact':
-		*clr
-		cla
+		*clr & cla
 		minut += 10
 		gs 'stat'
 		'<center><img src="images/locations/shared/date/cafetalk.jpg"></center>'
@@ -664,8 +606,7 @@ if $ARGS[0] = 'datecafe':
 		'You tell him a little about your family, where you''re from and the likes. All while <<$boydesc>> carefully listens to your every word just like he''s analyzing you in his head.'
 		'The conversation takes a deeper meaning as he keeps probing you with more serious questions about you.'
 		act 'Order':
-			*clr
-			cla
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img src="images/locations/shared/date/cafewaitress.jpg"></center>'
@@ -674,8 +615,7 @@ if $ARGS[0] = 'datecafe':
 			'"What is wrong with you? Can''t you write down a simple order?" <<$boydesc>> reacts.'
 			'You sit there looking in shock wondering what you should do...'
 			act 'React':
-				*clr
-				cla
+				*clr & cla
 				minut += 10
 				gs 'stat'
 				'<center><img src="images/locations/shared/date/cafereact.jpg"></center>'
@@ -687,8 +627,7 @@ if $ARGS[0] = 'datecafe':
 				act 'Continue date':gt 'dateM', 'cafepeople'
 			end
 			act 'Keep quiet':
-				*clr
-				cla
+				*clr & cla
 				minut += 10
 				gs 'stat'
 				'<center><img src="images/locations/shared/date/cafequiet.jpg"></center>'
@@ -699,8 +638,7 @@ if $ARGS[0] = 'datecafe':
 				act 'Continue date':gt 'dateM', 'cafepeople'
 			end
 			act 'Agree':
-				*clr
-				cla
+				*clr & cla
 				minut += 10
 				gs 'stat'
 				'<center><img src="images/locations/shared/date/cafemad.jpg"></center>'
@@ -712,8 +650,7 @@ if $ARGS[0] = 'datecafe':
 				act 'Continue date':gt 'dateM', 'cafepeople'
 			end
 			act 'Tell him off':
-				*clr
-				cla
+				*clr & cla
 				'<center><img src="images/locations/shared/date/cafetelloff.jpg"></center>'
 				'Not liking the way <<$boydesc>> treated the waitress you go on the attack against <<$boydesc>>. You''re appalled by how he behaves. With such poor first-impression you decide you don''t ever want to see this bottom-feeder again.'
 				'"You should really learn some matters. To treat a human being like that is despicable. You should be ashamed of yourself."'
@@ -726,8 +663,7 @@ if $ARGS[0] = 'datecafe':
 end
 
 if $ARGS[0] = 'cafepeople':
-	*clr
-	cla
+	*clr & cla
 	minut += 15
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/cafewatching.jpg"></center>'
@@ -737,16 +673,14 @@ if $ARGS[0] = 'cafepeople':
 end
 
 if $ARGS[0] = 'cafeend':
-	*clr
-	cla
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/cafefinish.jpg"></center>'
 	'After a while you end observing the man and tell <<$boydesc>>, "Well, thanks for the coffee but I should be on my way."'
 	'"I had a great time, you''re really fun to hang out with." <<$boydesc>> tells you. "Could I get your number?"'
 	act 'Sure':
-		*clr
-		cla
+		*clr & cla
 		gs 'boyfrend', 'start'
 		'<center><img src="images/locations/shared/date/givenumber.jpg"></center>'
 		'You give <<$boydesc>> your number. "Now I really hope you don''t forget to call me." you tell him. "Oh, don''t worry about that I''ll be in touch." he says.'
@@ -754,8 +688,7 @@ if $ARGS[0] = 'cafeend':
 		act 'Leave':gt $loc, $metka
 	end
 	act 'Sorry':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/datereject.jpg"></center>'
 		'"I''ve really enjoyed the date but I''m not impressed by your first-impression, you were too lenient on that waitress..."'
 		'"But why, I thought..." Before he continues you stop him telling him that you''re sorry once again but that it won''t work out between the two of you.'
@@ -769,8 +702,7 @@ end
 !This date is containing a sex scene in the toilet
 
 if $ARGS[0] = 'datebar':
-	*clr
-	cla
+	*clr & cla
 	minut += 20
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/barinside.jpg"></center>'
@@ -778,23 +710,19 @@ if $ARGS[0] = 'datebar':
 	'"Great idea <<$pcs_nickname>> I know a great bar with great drinks and lightning."'
 	'The two of you enter this buzzing hip bar and find a spot where you have a great overview over the place.'
 	act 'Order':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/bardrink1.jpg"></center>'
 		'As you sit down <<$boydesc>> asks you, "Would you like to drink something?"'
-		!!if beer, add buzz
 		act 'I''ll have a beer, thanks':
-			*clr
-			cla
+			*clr & cla
 			alko += 1
 			'<center><img src="images/locations/shared/date/barorder_'+ rand(1,2) +'.jpg"></center>'
 			'"My kind of girl." <<$boydesc>> tells you.'
 			act 'Talk':gt 'dateM', 'bartalk'
 		end
-			!!elseif, add buzz
+
 		act 'I''ll have some hard liquor, thanks':
-			*clr
-			cla
+			*clr & cla
 			alko += 2
 			'<center><img src="images/locations/shared/date/barorder_'+ rand(1,2) +'.jpg"></center>'
 			'"My kind of girl." <<$boydesc>> tells you.'
@@ -805,8 +733,7 @@ end
 
 
 if $ARGS[0] = 'bartalk':
-	*clr
-	cla
+	*clr & cla
 	minut += 15
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/barinside.jpg"></center>'
@@ -814,8 +741,7 @@ if $ARGS[0] = 'bartalk':
 	'"This place is packed." you say to <<$boydesc>>'
 	'"Yeah, it''s pretty cool, I think it''s the night when there is a band playing live here, so I guess that''s why it''s so packed."'
 	act 'Continue on':
-		*clr
-		cla
+		*clr & cla
 		minut += 10
 		gs 'stat'
 		'<center><img src="images/locations/shared/date/barband.jpg"></center>'
@@ -824,8 +750,7 @@ if $ARGS[0] = 'bartalk':
 		'<<$boydesc>> nods his head. "Yeah they are, do you want another drink?"'
 		!!add to buzz
 		act 'Sure':
-			*clr
-			cla
+			*clr & cla
 			alko += 2
 			minut += 20
 			gs 'stat'
@@ -835,8 +760,7 @@ if $ARGS[0] = 'bartalk':
 			'"Well, I''m having a great time so why not." <<$boydesc>> goes over to the counter and returns with two new drinks.'
 			if pcs_danc > 30:
 				act 'Dance':
-					*clr
-					cla
+					*clr & cla
 					minut += 10
 					gs 'stat'
 					'<center><img src="images/locations/shared/date/bardancing.jpg"></center>'
@@ -845,8 +769,7 @@ if $ARGS[0] = 'bartalk':
 					'He shakes his head. "I am no dancer, but you should if you want to dance." He says indicating you should get out on the dance floor yourself.'
 					'You get up from the chair and walk up near the stage and begin moving sensually, teasing <<$boydesc>>.'
 					act 'Return to your date':
-						*clr
-						cla
+						*clr & cla
 						minut += 15
 						gs 'stat'
 						!!add buzz
@@ -856,8 +779,7 @@ if $ARGS[0] = 'bartalk':
 						'You chug the drink down, quenching some of the thirst. "Look at you go. I love a girl that can keep a drink down."'
 						'By now you''re feel quite tipsy, feeling your inhibitions fading away. You panic a little at feeling and feel you must get a breather before you lose control.'
 						act 'Excuse yourself':
-							*clr
-							cla
+							*clr & cla
 							minut += 10
 							gs 'stat'
 							'<center><img src="images/locations/shared/date/barrestroom.jpg"></center>'
@@ -866,8 +788,7 @@ if $ARGS[0] = 'bartalk':
 							'Recognizing <<$boydesc>> voice, you come to your senses and open the door, quickly pulling him in.'
 							'"What''s happening?" he asks as you lean into him and begin kissing him.'
 							act 'Make out':
-								*clr
-								cla
+								*clr & cla
 								'<center><img src="images/locations/shared/date/barmakeout.jpg"></center>'
 								'<<$boydesc>> doesn''t seem to mind your brashness. He begins grabbing you all over your body, adding even more to your arousal.'
 								'As you''re kissing you feel his fingers playing with your wet clit through the panties.'
@@ -875,8 +796,7 @@ if $ARGS[0] = 'bartalk':
 								gs 'arousal', 'foreplay', 2
 								gs 'stat'
 								act 'Get down on your knees':
-									*clr
-									cla
+									*clr & cla
 									'<center><img src="images/locations/shared/date/barbj.jpg"></center>'
 									'You''re too aroused to do anything else. You quickly drop down on your knees, grabbing hold of his pants, ripping them open.'
 									'His erect penis pops out and you can clearly see some pre-cum around the foreskin.'
@@ -884,8 +804,7 @@ if $ARGS[0] = 'bartalk':
 									gs 'arousal', 'bj', 3, 'deepthroat'
 									gs 'stat'
 									act 'Stand up':
-										*clr
-										cla
+										*clr & cla
 										'<center><img src="images/locations/shared/date/barfuck.jpg"></center>'
 										'You tell him to rest for a moment while you get ready. You pull down your panties exposing your wet cunt, you play with yourself as <<$boydesc>> catches his breath. "That''s enough rest." you tell him.'
 										'You have him stand behind you as you grab hold of the sink. "Come on, fuck me good." you tell him.'
@@ -898,8 +817,7 @@ if $ARGS[0] = 'bartalk':
 										gs 'stat'
 										'It doesn''t take long before <<$boydesc>> is panting heavily and just as you''re about to say not to cum inside you, you feel a warm stream shoot up deep inside of you.'
 										act 'Clean up':
-											*clr
-											cla
+											*clr & cla
 											cumspclnt = 15
 											gs 'cum_cleanup'
 											'<center><img src="images/locations/shared/date/barcream.jpg"></center>'
@@ -910,8 +828,7 @@ if $ARGS[0] = 'bartalk':
 									end
 								end
 								act 'Decide to stop':
-									*clr
-									cla
+									*clr & cla
 									gs 'arousal', 'end'
 									'<center><img src="images/locations/shared/date/barinside.jpg"></center>'
 									'You can''t get yourself to go through this. Excusing yourself you walk back to the table and sit down.'
@@ -924,8 +841,7 @@ if $ARGS[0] = 'bartalk':
 				end
 			end
 			act 'Keep talking':
-				*clr
-				cla
+				*clr & cla
 				minut += 20
 				gs 'stat'
 				'<center><img src="images/locations/shared/date/bardiscuss_'+ rand(1,4) +'.jpg"></center>'
@@ -937,19 +853,16 @@ if $ARGS[0] = 'bartalk':
 		end
 	end
 end
-				
 
 if $ARGS[0] = 'barend':
-	*clr
-	cla
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	'<center><img src="images/locations/shared/date/bardiscuss_'+ rand(1,4) +'.jpg"></center>'
 	'You tell <<$boydesc>>, "I''ve had a great time but we should be on our way."'
 	'"I had a great time, you''re really fun to hang out with." <<$boydesc>> tells you. "Could I get your number?"'
 	act 'Sure':
-		*clr
-		cla
+		*clr & cla
 		gs 'boyfrend', 'start'
 		'<center><img src="images/locations/shared/date/givenumber.jpg"></center>'
 		'You give <<$boydesc>> your number. "Now I really hope you don''t forget to call me." you tell him. "Oh, don''t worry about that I''ll be in touch." he says.'
@@ -957,8 +870,7 @@ if $ARGS[0] = 'barend':
 		act 'Leave':gt $loc, $metka
 	end
 	act 'Sorry':
-		*clr
-		cla
+		*clr & cla
 		'<center><img src="images/locations/shared/date/barreject.jpg"></center>'
 		'"I''ve really enjoyed the date but I just can''t I''ve made a fool of myself..."'
 		'"No you didn''t, I understand..." Before he continues you stop him telling him that you''re sorry once again but you''re too ashamed to see him again.'

+ 26 - 50
locations/kafesvid.qsrc

@@ -71,8 +71,7 @@ if $ARGS[0] = '':
 end
 
 if $ARGS[0] = '1':
-	cla
-	*clr
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/1.jpg"></center>'
 	'The cafe is pretty empty, and you are in the far corner, where it is kind of dark. <<$telsob>> uses this little bit of privacy to slowly hike up her shirt. When she notices you staring, she puts a leg up right between your thighs. It gives you an excellent view of her already wet panties.'
 	'"Like what you see, <<$pcs_nickname>>?" she says, with a wicked grin.'
@@ -83,8 +82,7 @@ if $ARGS[0] = '1':
 	act 'Not in public':gt 'kafesvid', '3'
 
 	act 'Find out just how wet she is':
-		cla
-		*clr
+		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/2.jpg"></center>'
 		'Smiling, you reach up and take a firm hold between her thighs. "I don''t like it. I love it," you say, with a wicked grin of your own. Her body writhes in pleasure, as you put you hand to work against her now soaked panties. A few seconds later, she starts to take you top off.'
 
@@ -94,8 +92,7 @@ if $ARGS[0] = '1':
 		act 'We can''t do it here':gt 'kafesvid', '3'
 
 		act 'Let her continue':
-			cla
-			*clr
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/3.jpg"></center>'
 			'Once <<$telsob>> has you undressed, she crawls under the table and spreads your legs. When her tongue finds its mark, you throw your head back overcome with pleasure.'
 
@@ -103,8 +100,7 @@ if $ARGS[0] = '1':
 			gs 'stat'
 	
 			act 'Bend over the table':
-				cla
-				*clr
+				*clr & cla
 				orgasm += 1
 				'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/5.jpg"></center>'
 				'Wanting to feel her wonderful tongue over even more of you most private places, you bend over the table for her. <<$telsob>> immediately jumps to aggressively tongue both your holes. One particularly deep thrust of her tongue into your ass is what sends you over the edge. You cry out, as an intense orgasm rushes over you.'
@@ -117,8 +113,7 @@ if $ARGS[0] = '1':
 			end
 
 			act 'Lick her':
-				cla
-				*clr
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/4.jpg"></center>'
 				'<<$telsob>> sits on the table, and pulls her panties to the side for you. You start by kissing her inner thighs, gradually moving closer to her lips. When you get there you give labia soft sucking kisses, before giving her entire pussy one long slow lick. This sends a shudder though her entire body, but before she can recover you find her clitoris with your tongue. This sends her over the edge. Her juices pour into your mouth. You don''t think you have ever made a women cum like this. You lick as much of it up as you can, with a sense of pride. <<$telsob>> is now collapsed on the floor. You lean over giving her a deep kiss, sharing the remnants of her own cum with her, as you do.'
 				
@@ -132,8 +127,7 @@ if $ARGS[0] = '1':
 end
 
 if $ARGS[0] = '10':
-	cla
-	*clr
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/6.jpg"></center>'
 	'<<$telsob>> is far from finished. She finds her purse, and fishes out her dildo. With a huge smile on her face, she looks up at you slowly sucking and licking her toy.'
 	'"Whatever will we do with this thing?", she says, feigning confusion.'
@@ -145,8 +139,7 @@ if $ARGS[0] = '10':
 end
 
 if $ARGS[0] = '11':
-	cla
-	*clr
+	*clr & cla
 	kafesvidsex += 1
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/8.jpg"></center>'
 	'You take your time sliding the dildo in, as you let her get used to it. When she gives you a small nod, you start to fuck her with it in earnest. While you do this, <<$telsob>> fingers her clit, until she cums with a soft yelp.'
@@ -156,15 +149,14 @@ if $ARGS[0] = '11':
 	
 	if kafesvidsex < 3:
 		act 'Her ass':gt 'kafesvid', '12'
-		act 'Their pussy':gt 'kafesvid', '13'
+		act 'Her pussy':gt 'kafesvid', '13'
 	end
 
 	act 'Finish':gt 'kafesvid', '3'
 end
 
 if $ARGS[0] = '12':
-	cla
-	*clr
+	*clr & cla
 	kafesvidsex += 1
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/9.jpg"></center>'
 	'You tap the dildo on the side of the table a couple times. Realizing what you want, <<$telsob>> hops up on the table. You give her ass a few long wet licks. Moving away, you direct one last gob of spit at her little hole. Now that she is ready, you slide the didlo into her ass. She rocks her hips back and forth helping to fuck herself. You hold on with one hand as she does, leaving your other hand free to play with your pussy.'
@@ -183,8 +175,7 @@ if $ARGS[0] = '12':
 end
 
 if $ARGS[0] = '13':
-	cla
-	*clr
+	*clr & cla
 	pcs_vag += 1
 	kafesvidsex += 1
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/7.jpg"></center>'
@@ -205,8 +196,7 @@ if $ARGS[0] = '13':
 end
 
 if $ARGS[0] = '2':
-	cla
-	*clr
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/10.jpg"></center>'
 	'After you make your order at he cafe, you notice the waiter is still hovering around your table, and looking in your direction.'
 	'"I think he like you," <<$telsob>> says, giving you a wink.'
@@ -219,8 +209,7 @@ if $ARGS[0] = '2':
 	act '"I''ll crush your balls if you do"':gt 'kafesvid', '3'
 
 	act 'Do not resist':
-		cla
-		*clr
+		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/11.jpg"></center>'
 		'When you don''t say no, <<$telsob>> lets go of your chest, and guides the waiters hand to your breast. "Don''t be shy, my girl likes it," she tells him.'
 		'The waiter timidly gropes your breast, but soon grows bolder feeling you up with both of his hands.'
@@ -232,8 +221,7 @@ if $ARGS[0] = '2':
 		act 'Refuse':gt 'kafesvid', '3'
 
 		act 'Reach out with your hand':
-			cla
-			*clr
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/12.jpg"></center>'
 			'A little nervous, you take his penis in your hand, and begin to stroke.'
 			'<<$telsob>> continues to chat with you paying no attention to the man: "That''s a good girl, <<$pcs_nickname>>. doesn''t it feel great knowing you can please a total stranger with so little effort?" With that the man grunts loudly, signaling he is about to cum. "Are you just going to let him finish on the table? It would be a shame if we came all the way to the cafe, and you passed up the most tasty treat."'
@@ -242,8 +230,7 @@ if $ARGS[0] = '2':
 			gs 'stat'
 	
 			act 'Take him in your mouth':
-				cla
-				*clr
+				*clr & cla
 				SUB += 1
 				spafinloc = 12
 				gs 'cum_manage'
@@ -256,8 +243,7 @@ if $ARGS[0] = '2':
 			end
 
 			act 'Continue with your hand':
-				cla
-				*clr
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/12.jpg"></center>'
 				'Wanting to get this over with, you concentrate on making him cum. he soon spills his seed all over the table top.'
 				'<<$telsob>> starts up again, "<<$pcs_nickname>>, you have to at least try the yogurt. It would be a shame for it to go to waste."'
@@ -266,8 +252,7 @@ if $ARGS[0] = '2':
 				gs 'stat'
 			
 				act 'Lick sperm':
-					cla
-					*clr
+					*clr & cla
 					SUB += 1
 					swallow += 1
 					'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/14.jpg"></center>'
@@ -277,8 +262,7 @@ if $ARGS[0] = '2':
 				end
 
 				act 'Don''t touch the sperm':
-					cla
-					*clr
+					*clr & cla
 					swallow += 1
 					'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/15.jpg"></center>'
 					'Seeing that you aren''t moving, <<$telsob>> leans over the table to collect all his sperm in her mouth. Before you can think to react, she gives you a deep kiss, forcing most of his cum into your mouth. You swallow it without thinking. "Now tell me that wasn''t a tasty treat," she finishes.'
@@ -289,8 +273,7 @@ if $ARGS[0] = '2':
 		end
 
 		act 'Take him in your mouth':
-			cla
-			*clr
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/13.jpg"></center>'
 			'You spend some time with licks and kisses, before you take his cock in your mouth. <<$telsob>> moves behind you, and pulls down your pants. She gives you pussy long slow licks, between little words of encouragement urging you to suck. A few minutes later <<$telsob>> takes charge again, saying: "I think you are ready, <<$pcs_nickname>>. Turn around and show this nice young man just how wet and willing that pussy is."'
 
@@ -298,8 +281,7 @@ if $ARGS[0] = '2':
 			gs 'stat'
 			
 			act 'Listen to her':
-				cla
-				*clr
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/17.jpg"></center>'
 				'At <<$telsob>>''s direction, you bend over the table for the man. She sits in front of you, and motions for you to take her breast in your mouth. When the man slides himself in you let out a soft moan against <<$telsob>>''s nipple. After the man forcefully fucks you for awhile <<$telsob>> takes change again. "Now lie down on the table,<<$pcs_nickname>>," she orders. You feel like an actress in a porno film that she is directing. It''s very strange, but oddly exciting.'
 				
@@ -307,8 +289,7 @@ if $ARGS[0] = '2':
 				gs 'stat'
 			
 				act 'Do as she says':
-					cla
-					*clr
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/18.jpg"></center>'
 					'You lie on the table, with your legs spread wide. The man re-enters you, and pounds away at you pussy with abandon. <<$telsob>> puts a hand behind you, so you don''t get fucked right off the table. Then she reaches down to massage your clit, whispering words of encouragement in you ear. You are close to orgasm when <<$telsob>> stops the action and commands, "And now you will take it in the ass."'
 					
@@ -316,8 +297,7 @@ if $ARGS[0] = '2':
 					gs 'stat'
 			
 					act 'Obey her':
-						cla
-						*clr
+						*clr & cla
 						spafinloc = 3
 						gs 'cum_manage'
 						analorgasm += 1
@@ -333,8 +313,7 @@ if $ARGS[0] = '2':
 						act 'No, that''s enough':gt 'kafesvid', '3'
 
 						act 'Continue to obey':
-							cla
-							*clr
+							*clr & cla
 							spafinloc = 12
 							gs 'cum_manage'
 							'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/20.jpg"></center>'
@@ -350,8 +329,7 @@ if $ARGS[0] = '2':
 							gs 'stat'
 			
 							act '<<$telsob>> knows best':
-								cls
-								*clr
+								*clr & cla
 								analorgasm += 5
 								orgasm += 5
 								pcs_ass += 1
@@ -365,8 +343,7 @@ if $ARGS[0] = '2':
 								gs 'stat'
 						
 								act 'In your mouth':
-									cla
-									*clr
+									*clr & cla
 									spafinloc = 11
 									gs 'cum_manage'
 									spafinloc = 12
@@ -376,8 +353,7 @@ if $ARGS[0] = '2':
 									'As soon you drop to your knees, <<$telsob>> furiously jerks his cock, aiming it at your mouth. The man groans loudly, and erupts all over the place. A lot of his cum finds your mouth, but it also runs down your chin and chest. Looking up, you see <<$telsob>> looking at you like a proud parent.'
 
 									act 'Kiss <<$telsob>>':
-										cla
-										*clr
+										*clr & cla
 										'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/23.jpg"></center>'
 										'<<$telsob>> leans down, and kisses you deeply. You push a little of the mans cum into her mouth with your tongue. She swallows it down, with a wicked grin. Not satisfied she moves further down licking the cum from your breasts and stomach. Just when you think she is finished cleaning you, she rocks your hips back exposing your backside. She passionately licks and kisses your little hole, as she works to collect every drop. When she is finished, she gives you one last deep kiss. It tastes wonderful.'
 										
@@ -399,7 +375,7 @@ if $ARGS[0] = '2':
 end
 
 if $ARGS[0] = '3':
-	cls
+	*clr & cla
 	kafesvidsex = 0
 	minut += 60
 	gs 'arousal', 'end'

+ 1 - 2
locations/lover.qsrc

@@ -34,7 +34,6 @@ if $ARGS[0] = 'add':
 	svidanie[i] = 0
 	meetday[i] = 0
 
-	
 	!!new preferences
 	clotTypePref[i] = clotTypePrefTmp
 	clotQualPref[i] = clotQualPrefTmp
@@ -62,7 +61,6 @@ if $ARGS[0] = 'add':
 	$loverXyrsc[i] = $xyrsc[0]
 	$loverXemself[i] = $xemself[0]
 	$loverXemselfc[i] = $xemselfc[0]
-
 	
 	pcs_lovers[i] = 1
 	pcs_lover +=1
@@ -102,6 +100,7 @@ if $ARGS[0] = 'remove':
 	killvar 'meethour', i
 	killvar 'svidanie', i
 	killvar 'meetday', i
+	killvar 'loverGender', i
 	
 	!!new preferences
 	killvar 'clotTypePref', i

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 113 - 253
locations/lover_meet.qsrc


+ 6 - 14
locations/parkM.qsrc

@@ -5,7 +5,7 @@ if $ARGS[0] = 'start':
 	'You leisurely stroll through the park.'
 	'<<$loverdesc[lover_number]>> tells you an anecdote:<br>'
 	gs 'anekdot'
-*nl
+	*nl
 	if loverdays[lover_number] > 15 and haraklover[lover_number] = 2:gs 'boylove', 'tits'
 	if loverdays[lover_number] > 20 and haraklover[lover_number] = 1:gs 'boylove', 'tits'
 	if loverdays[lover_number] > 25 and haraklover[lover_number] = 0:gs 'boylove', 'tits'
@@ -75,9 +75,7 @@ if $ARGS[0] = 'kiss':
 end
 
 if $ARGS[0] = 'sexrand':
-	cla
-	clr
-	*clr
+	*clr & cla
 	loverrelation[lover_number] += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/park/park.jpg"></center>'
@@ -101,9 +99,7 @@ if $ARGS[0] = 'sexrand':
 end
 
 if $ARGS[0] = 'sexrand1':
-	cla
-	clr
-	*clr
+	*clr & cla
 	loverrelation[lover_number] += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/park/park1.jpg"></center>'
@@ -125,9 +121,7 @@ if $ARGS[0] = 'sexrand1':
 end
 
 if $ARGS[0] = 'sexrand2':
-	cla
-	clr
-	*clr
+	*clr & cla
 	loverrelation[lover_number] += 1
 	bja += 1
 	gs 'brosok'
@@ -144,12 +138,10 @@ if $ARGS[0] = 'sexrand2':
 end
 
 if $ARGS[0] = 'sexrand3':
-	cla
-	clr
-	*clr
+	*clr & cla
 	loverrelation[lover_number] += 1
 	spafinloc = 12
-gs 'cum_manage'
+	gs 'cum_manage'
 	swallow += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/park/park3.jpg"></center>'

Vissa filer visades inte eftersom för många filer har ändrats