Browse Source

[fixes] dead ends in foto
[fixes] menu variables in placer_act

julzor 5 years ago
parent
commit
95fbb4117b
2 changed files with 41 additions and 44 deletions
  1. 1 1
      locations/foto.qsrc
  2. 40 43
      locations/placer_act.qsrc

+ 1 - 1
locations/foto.qsrc

@@ -1779,10 +1779,10 @@ if $ARGS[0] = 'end':
 		modelfoto += 1
 		money += modelpayfin
 		modelfotomoney += modelpayfin
-		gt 'foto','studio'
 	else
 		practice_session = 0
 	end
+	gt 'foto','studio'
 end
 
 if $ARGS[0] = 'model':

+ 40 - 43
locations/placer_act.qsrc

@@ -1,13 +1,12 @@
 # placer_act
 
-menu_off = 1
-gs 'stat'
 gs 'skverdin'
 
 if plact = 0:
+	menu_off = 1
 	gs 'npcgeneratec', 0, 'Stranger', rand(18,35)
 	gs 'boyStat', $npclastgenerated
-
+	gs 'stat'
 
 	if Frend_num > 0:
 		$text_mod = ' Your girlfriend <<$ev_name>> introduces herself too.'
@@ -56,7 +55,7 @@ if plact = 0:
 
 	if Frend_num > 0:
 		act 'Leave with your friend':
-			cls
+			*clr & cla
 			gs 'stat'
 
 			if p_slut < 80:gt 'placer_end'
@@ -64,12 +63,9 @@ if plact = 0:
 			if p_slut >= 80:
 				'<<$ev_name>> whispers to you: "Don''t be such a bore, <<$pcs_nickname>>! I want to stay, he''s cute! Come on, stay with me and live a little!"'
 
-				act 'Drink some beer with them':plact = 1 & gt $curloc
 				act 'Leave your friend behind and go':gt 'gskver', 'start'
-
-				if pcs_dom > p_dom / 2:
-					act 'Drag your friend away':gt 'placer_end'
-				end
+				act 'Drink some beer with them':plact = 1 & gt $curloc
+				if pcs_dom > p_dom / 2: act 'Drag your friend away':gt 'placer_end'
 			end
 		end
 	end
@@ -81,6 +77,7 @@ end
 !!!drink beer!!!
 !!!!!!!!!!!!!!!
 if plact = 1:
+	menu_off = 1
 	alko += rand(1, 3)
 	cumspclnt = 2
 	gs 'cum_cleanup'
@@ -103,7 +100,7 @@ if plact = 1:
 				'<<$boydesc>> excuses himself for a moment, and then surprises you when he comes up to you from behind. He puts his arms around your waist while kissing your neck. The other guys are mostly ignoring you and are talking among one another, though you do see one or two jealous glances from them.'
 
 				act 'Kiss the guy':
-					cls
+					*clr & cla
 					pcs_horny += 5
 					minut += 5
 					gs 'stat'
@@ -115,7 +112,7 @@ if plact = 1:
 					end
 
 					act 'Go with the guys':
-						cls
+						*clr & cla
 						minut += 5
 						alko += 3
 						cumspclnt = 2
@@ -132,7 +129,7 @@ if plact = 1:
 				end
 
 				act 'Ask him to stop touching you':
-					cls
+					*clr & cla
 					minut += 5
 					gs 'stat'
 					'You push <<$boydesc>>''s hands away from your body, and quietly whisper to him: "Please, stop touching me like that! Do you treat all girls like this?"'
@@ -143,7 +140,7 @@ if plact = 1:
 						'Soon his friend returns with the cups, and the vodka is poured out into the plastic cups. When they hand out the cups, you notice that yours has a fair bit more vodka in it than the cups the guys get.'
 
 						act 'Drink':
-							cls
+							*clr & cla
 							minut += 5
 							alko += 3
 							cumspclnt = 2
@@ -163,7 +160,7 @@ if plact = 1:
 								act 'Refuse to drink more and leave':gt 'gskver', 'start'
 							end
 							act 'Keep drinking':
-								cls
+								*clr & cla
 								minut += 5
 								alko += 3
 								cumspclnt = 2
@@ -195,7 +192,7 @@ if plact = 1:
 						'The guys all raise their cups and cheer, which you''re pretty sure counts as a yes. The boys then all look at you expectantly, hoping you will come with them.'
 
 						act 'Go with the guys':
-							cls
+							*clr & cla
 							minut += 5
 							alko += 3
 							cumspclnt = 2
@@ -216,20 +213,20 @@ if plact = 1:
 						'After some debate, the guys agree to go there. From some of the stares your group has been getting while you enjoyed your drinks, you can''t blame them. They all look at you expectantly, hoping you will come with them.'
 
 						act 'Go with the guys':
-							cls
+							*clr & cla
 							minut += 5
 							gs 'stat'
 							'You agree to join them, and the Gopniks happily guide you out of the park. You walk for a few minutes, until you stop in front of a shabby looking house. To your surprise, they don''t open the door to the house, but walk around the back and open an unlocked trap door to a basement.'
 
 							act 'Follow them into the basement':
-								cls
+								*clr & cla
 								minut += 5
 								gs 'stat'
 								'You walk down the stairs after them, and enter the basement. It''s dark, damp and smells of sewage. When someone flicks on a light, you see that the room holds little more than a soiled mattress and a lot of empty bottles.'
 								'When you look at the Gopniks to ask what''s going on, you cal tell that all friendliness is gone from their faces. Ohe of them splashes vodka into some glasses and hands you one: "Drink this, slut. You''re going to need it."'
 
 								act 'Drink the vodka':
-									cls
+									*clr & cla
 									minut += 5
 									alko += 3
 									cumspclnt = 2
@@ -247,7 +244,7 @@ if plact = 1:
 								end
 
 								act 'Refuse to drink':
-									cls
+									*clr & cla
 									minut += 5
 									pcs_mood = 5
 									gs 'stat'
@@ -260,7 +257,7 @@ if plact = 1:
 							end
 
 							act 'Leave':
-								cls
+								*clr & cla
 								minut += 5
 								pcs_mood = 5
 								gs 'stat'
@@ -283,7 +280,7 @@ if plact = 1:
 					'Two of them put their hands on your upper arms and shoulders, and roughly guide you towards the exit of the park: "Walk, slut. We''ll go some place quiet, so you can earn your beer."'
 
 				act 'Go "earn your beer"':
-					cls
+					*clr & cla
 					gs'stat'
 
 					'The guys have a firm grip on you as they guide you out of the park and towards a shabby looking house. You probably couldn''t run away even if you wanted to, so you meekly let them guide you to a trap door at the back of the house. One of them quickly goes down to check, and then signals his friends: "We''re clear. Bring her in, guys."'
@@ -291,7 +288,7 @@ if plact = 1:
 					'Several of the guys pull their pants down and expose their erect cocks, while one of them grins at you: "Well now, movie star! We know you''re good at this, so we expect a top notch performance from you. If you don''t satisfy us, we''ll just have you stay a while longer while we think of something else you can do for us."'
 
 					act 'Kneel down and open your mouth':
-						cls
+						*clr & cla
 						stat['bj'] += kol_man
 						guy += kol_man
 						i = 0
@@ -317,7 +314,7 @@ if plact = 1:
 
 						act 'Wipe the cum from your eye':
 							cla
-							cls
+							*clr & cla
 							'<center><img <<$set_imgh>> src="images/shared/sex/dom/blowbang<<blowbangrand>>.jpg"></center>'
 							'You wince, trying to wipe the cum from your eye. It stings quite badly, and you feel your eyes tearing up.'
 							'The Gopniks don''t care, and write some humiliating text on your forehead with a marker they found somewhere.'
@@ -332,14 +329,14 @@ if plact = 1:
 				'One of the guys tells you: "<<$pcs_nickname>>, we all know you''re a <<$gnikname>>". One of his friends pitches in: "In other words: we''re going to some place quiet and we''re going to fuck you. Cause trouble and we''ll knock your teeth out. Understood?"'
 
 				act 'Go with the guys':
-					cls
+					*clr & cla
 					gs 'stat'
 					'You meekly nod, knowing you can''t stand up to all of them. Just doing what they want is probably your easiest way out of here.'
 					'They guide you to a shabby house near the park, and guide you down into the basement below the house. Besides a dirty mattress and a lot of empty bottles, the basement is empty.'
 					'Several of them already drop their pants, revealing their stiff cocks. One of them tells you: "You know why you''re here, slut. Get to work."'
 
 					act 'Squat before them':
-						cls
+						*clr & cla
 						stat['bj'] += kol_man
 						guy += kol_man
 						i = 0
@@ -370,7 +367,7 @@ if plact = 1:
 				'You see one of the guys come behind to your friend, closing his arms around her in a bear grip as he kisses her neck. Another guy does the same to you, and kisses your neck quite aggressively while he has a tight grip on your waist.'
 
 				act 'Kiss him':
-					cls
+					*clr & cla
 					gs 'stat'
 					'You kiss the guy passionately, and just try to enjoy him groping your body. In the corner of your eye you see <<$ev_name>> receiving a similar treatment, several more guys gathering around the two of you. They''re all pawing at your ass and boobs greedily, and suggest you go with them to their home for some more fun.'
 
@@ -378,7 +375,7 @@ if plact = 1:
 				end
 
 				act 'Grab your friend and leave':
-					cls
+					*clr & cla
 					gs 'stat'
 					'You can''t do this! You break free from the Gopniks and quickly take <<$ev_name>>''s hand. You drag her along as you walk away from the Gopniks. She''s a bit reluctant to leave them at first, but trusts your judgement enough to follow you without objections.'
 
@@ -395,7 +392,7 @@ if plact = 1:
 				act 'Go with the guys':gt 'placer_gop_orgy'
 
 				act 'Try to leave with your friend':
-					cls
+					*clr & cla
 					gs 'stat'
 					'You firmly tell the guys: "I don''t think so guys, we''re not going anywhere with you."'
 					'Several of them surround <<$ev_name>>, and threaten you: "We weren''t asking, bitch. Either you''re coming with us to share the load, or your cute little friend here is going to have to satisfy all of us by herself. You probably won''t see her again today in that case, we''re going to need her services for quite a while if she has to do it all alone."'
@@ -425,13 +422,13 @@ if plact = 1:
 					'The guy comes up to you, and aggressively kisses you on your mouth.'
 
 					act 'Kiss him back':
-						cls
+						*clr & cla
 						gs 'stat'
 						'That came a bit out of the blue... but wow, he''s a good kisser! You kiss the guy back enthusiastically.'
 						'After a while he takes you by the hand, and leads you to some bushes. Before you know what''s going on, he pulls down his pants. His erect cock comes jumping out, bouncing lightly. He looks at you with a meaningful look on his face, expecting you to service it.'
 
 						act '"Hey, what are you doing!?"':
-							cls
+							*clr & cla
 							gs 'stat'
 							'You angrily exclaim: "Hey, are you crazy!? What''s the meaning of this?"'
 							'The guy just grins at you: "Everyone knows you''re a whore, <<$pcs_nickname>>. We''ve all seen the video... it''s way too late for you to start being a prude now. Come on, it''d only take a minute. What do you say?"'
@@ -441,19 +438,19 @@ if plact = 1:
 						end
 
 						act '"Are you crazy? What if someone sees?"':
-							cls
+							*clr & cla
 							gs 'stat'
 							'You hiss angrily at the guy: "Are you crazy? What if someone sees us here?"'
 							'The guy smiles: "Look around, <<$pcs_nickname>>! We''re alone, we''ll be fine!"'
 
 							act '"Not here, sorry"':
-								cls
+								*clr & cla
 								gs 'stat'
 								'You look at the guy with disbelief and tell him: "Look... you''re kind of cute, but there''s no way I would do that in a public place like this."'
 								'The guy still smiles, and offers: "Well... how about we go to my place then? No one will be able to see us there!"'
 
 								act 'Go to his place':
-									cls
+									*clr & cla
 									gs 'stat'
 									tiperand = rand(0, 1)
 
@@ -474,7 +471,7 @@ if plact = 1:
 					'The guy offers: "Hey babe... how about you and I go back to my place? I bet we could have some fun together, no one would disturb us..."'
 
 					act 'Go to his place':
-						cls
+						*clr & cla
 						gs 'stat'
 						tiperand = rand(0, 1)
 
@@ -488,7 +485,7 @@ if plact = 1:
 					'You''re having fun, drinking beers with your friend and the guy you just met. After a while you realize that he is mostly just paying attention to you though, while pretending your friend <<$ev_name>> isn''t there.'
 
 					act 'Kiss the guy':
-						cls
+						*clr & cla
 						gs 'stat'
 						'<<$boydesc>> whispers in your ear: "Come on <<$pcs_nickname>>, let''s go to my place..."'
 
@@ -498,7 +495,7 @@ if plact = 1:
 							act 'Leave with your friend':gt 'placer_end'
 
 							act 'Say goodbye and go with the guy':
-								cls
+								*clr & cla
 								gs 'stat'
 								tiperand = rand(0, 1)
 
@@ -516,7 +513,7 @@ if plact = 1:
 					'You''re having fun, drinking beers with your friend and the guy you just met. After a while you realize that he is mostly just paying attention to <<$ev_name>> though, while pretending you are not there.'
 
 					act 'See what happens':
-						cls
+						*clr & cla
 						gs 'stat'
 
 						if p_slut < 30:
@@ -556,13 +553,13 @@ if plact = 1:
 					'<<$boydesc>> comes up to you, and aggressively kisses you on your mouth while he hugs you. <<$textsub>>.'
 
 					act 'Kiss him back':
-						cls
+						*clr & cla
 						gs 'stat'
 						'His lips taste like the beer you''ve both been drinking. You ease up against him and kiss him back, happy to surrender to him for just one moment. The guy feels your body relax and begins to grope your ass greedily, hoping he can get you to put out more.'
 						'When you don''t object, he pulls away and asks you: "Hey, <<$pcs_nickname>>... you''re cute! We''re staying in a hostel just minutes away from the park. Want to come party with us there?"'
 
 						act 'Go with the guys':
-							cls
+							*clr & cla
 							if alko > 10: alko = 10
 							cumspclnt = 2
 							gs 'cum_cleanup'
@@ -584,7 +581,7 @@ if plact = 1:
 					'When you don''t object, he pulls away and asks you: "Hey, <<$pcs_nickname>>... you''re cute! We''re staying in a hostel just minutes away from the park. Want to come party with us there?"'
 
 					act 'Go with the guys':
-						cls
+						*clr & cla
 						alko += 10
 						cumspclnt = 2
 						gs 'cum_cleanup'
@@ -605,7 +602,7 @@ if plact = 1:
 					'You see one of the guys come behind to your friend, closing his arms around her in a bear grip as he kisses her neck. Another guy does the same to you, and kisses your neck quite aggressively while he has a tight grip on your waist.'
 
 					act 'Kiss him':
-						cls
+						*clr & cla
 						pcs_horny += 10
 						minut += 5
 						gs 'stat'
@@ -618,7 +615,7 @@ if plact = 1:
 					'You see one of the guys move up behind your friend, closing his arms around her in a bear grip as he kisses her neck. Another guy does the same to you, and kisses your neck quite aggressively while he has a tight grip on your waist. <<$boydesc>> whispers in your ear: "Hey babe... how about you and your friend come back to my place? I bet we could have some fun together..."'
 
 					act 'Go with the guys':
-						cls
+						*clr & cla
 						minut += 5
 						gs 'stat'
 						'You leave the park with <<$ev_name>> and the guys, and chat with them while they lead you to their apartment.'
@@ -634,7 +631,7 @@ if plact = 1:
 
 	if Frend_num = 0:
 		act 'Turn around and walk away':
-			cls
+			*clr & cla
 			gs 'stat'
 
 			if know_gor_slut = 0: