1
0
Prechádzať zdrojové kódy

[fixes] Removed old variables that weren't being used and extra incorrect 'boystat' calls that were returning warnings to the players
[changed] unused $bname to $boydesc so their names show up

KevinSmarts 5 rokov pred
rodič
commit
03235babfa

+ 3 - 3
locations/fbDorm.qsrc

@@ -1,18 +1,18 @@
 # fbDorm
 gs 'stat'
 gs 'fbDormD'
-'<<$bname>> leads you towards the shabby hostel in Pavlovsk, and smiles at you: "Come on, let''s go to my room."'
+'<<$boydesc>> leads you towards the shabby hostel in Pavlovsk, and smiles at you: "Come on, let''s go to my room."'
 dynamic $d_fbd_start
 
 act '"Ehmm... I changed my mind"':
 	cls
 	minut += 5
 	gs 'stat'
-	'Seeing that <<$bname>> brought you to his crappy hostel, you''re not so sure about this any more. You''ve heard lots of stories about girls being taken to this place... none of them good. On the other hand, <<$bname>> is kind of cute. What''s the worst that could happen? You can always leave, if you don''t like what''s happening in there.'
+	'Seeing that <<$boydesc>> brought you to his crappy hostel, you''re not so sure about this any more. You''ve heard lots of stories about girls being taken to this place... none of them good. On the other hand, <<$boydesc>> is kind of cute. What''s the worst that could happen? You can always leave, if you don''t like what''s happening in there.'
 	'He notices your hesitation and tries to persuade you: "Come on, babe! It''ll just be you and me, having some fun in there! What''s the harm?"'
 
 	if pcs_dom > 0:
-		'You make up your mind; you should not be doing this. You apologize to him: "Sorry <<$bname>>, but I don''t think this is such a good idea. I have to go... take care." Then you quickly kiss him on the cheek and leave, ignoring his pleas. Fortunately he doesn''t follow you.'
+		'You make up your mind; you should not be doing this. You apologize to him: "Sorry <<$boydesc>>, but I don''t think this is such a good idea. I have to go... take care." Then you quickly kiss him on the cheek and leave, ignoring his pleas. Fortunately he doesn''t follow you.'
 
 		act 'Leave':gt 'pavResidential'
 	else

+ 0 - 13
locations/fbDormD.qsrc

@@ -53,11 +53,6 @@ $d_fbd_regular = {
 		cls
 		boy += 1
 		parkfuckboy += 1
-		$ppBoyName[parkfuckboy] = $boy
-		ppBoyTipe[parkfuckboy] = 1
-		ppBoyPlace[parkfuckboy] = 3
-		!!masturbate 2 blow_job 3 gangbang
-		ppdick[parkfuckboy] = dick
 		fbdormtimes += 1
 		pphj = 0
 		ppbj = 0
@@ -122,7 +117,6 @@ $d_fbd_miss = {
 		cls
 		ppsex += 1
 		pose = 0
-		gs 'boyStat', $bname
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbdmiss.jpg"></center>'
 		gs 'dinsex', 'boy_puts_condom'
@@ -150,7 +144,6 @@ $d_fbd_dog = {
 		cls
 		pose = 1
 		ppsex += 1
-		gs 'boyStat', $bname
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbhdog.jpg"></center>'
 		gs 'dinsex', 'boy_puts_condom'
@@ -276,11 +269,6 @@ $d_fbd_mass = {
 		boy += 2
 		gang += 1
 		parkfuckboy += 1
-		$ppBoyName[parkfuckboy] = $boy
-		ppBoyTipe[parkfuckboy] = 1
-		ppBoyPlace[parkfuckboy] = 4
-		!!masturbate 2 blow_job 3 gangbang
-		ppdick[parkfuckboy] = dick
 		fbdormtimes += 1
 		pphj = 0
 		ppbj = 0
@@ -402,7 +390,6 @@ $d_fbd_threesome = {
 			cls
 			ppsex += 1
 			pose = 1
-			gs 'boyStat', $bname
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbdrsex.jpg"></center>'
 			'You keep sucking on the cock in front of you, as you figure the guys want you to do. You focus for a moment and realize that <<$boydesc>> is behind you. The dick that''s rubbing against your pussy lips is probably his... right? It must be.'

+ 1 - 7
locations/fbHouse.qsrc

@@ -1,7 +1,7 @@
 # fbHouse
+
 cls
 gs 'stat'
-gs 'boyStat', $bname
 '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/fbhouse.jpg"></center>'
 '<<$boydesc>> leads you to his house, and gallantly opens the door for you. He invites you to take a seat on the couch and then sits down next to you, putting his arm around you. After you cuddle for a while, he puts his hand on your chin as he guides your face towards his.'
 
@@ -9,12 +9,6 @@ act 'Kiss him':
 	cls
 	boy += 1
 	parkfuckboy += 1
-	$ppBoyName[parkfuckboy] = $boy
-	ppBoyTipe[parkfuckboy] = 1
-	ppBoyPlace[parkfuckboy] = 2
-	!!masturbate 2 blow_job 3 gangbang
-	ppdick[parkfuckboy] = dick
-	gs 'boyStat', $bname
 	fbhousetimes += 1
 	pphj = 0
 	ppbj = 0

+ 2 - 2
locations/gopnik_house.qsrc

@@ -2,7 +2,7 @@
 gs 'stat'
 
 if gophouse = 0:
-	'You take your glass of vodka and sit down on a rickety chair at the table, between two of the guys. The apartment is in rather poor condition; there''s very little furniture, and the wallpaper is peeling off the walls. Nevertheless, you enjoy the Gopniks'' company, <<$bname>>''s in particular.'
+	'You take your glass of vodka and sit down on a rickety chair at the table, between two of the guys. The apartment is in rather poor condition; there''s very little furniture, and the wallpaper is peeling off the walls. Nevertheless, you enjoy the Gopniks'' company, <<$boydesc>>''s in particular.'
 	*pl
 
 	if alko < 6:
@@ -54,7 +54,7 @@ elseif gophouse = 1:
 	gs 'stat'
 
 	if RAND (0,1) = 0:
-		'Finally the Gopniks are finished with you. They talk loudly about what a good fuck you were while they get dressed. When they realize you''re too drunk to get dressed, they help you pull your clothes back on and sloppily button them up, before they drag you outside. After you walk for a few minutes, <<$bname>> slaps your ass and tells you: "You should be able to find your way home from here. You were a good fuck, <<$pcs_nickname>>. Come look us up in the park again if you want more where that came from."'
+		'Finally the Gopniks are finished with you. They talk loudly about what a good fuck you were while they get dressed. When they realize you''re too drunk to get dressed, they help you pull your clothes back on and sloppily button them up, before they drag you outside. After you walk for a few minutes, <<$boydesc>> slaps your ass and tells you: "You should be able to find your way home from here. You were a good fuck, <<$pcs_nickname>>. Come look us up in the park again if you want more where that came from."'
 		
 		gs 'arousal', 'end'
 		gs 'stat'

+ 1 - 1
locations/placer_gskver.qsrc

@@ -64,7 +64,7 @@ elseif encounter = 6:
 		'Suddenly you are approached by a couple. They come sit next to you.'
 		'You think you recognise the man but you can''t quite put your finger on it.'
 		'Then the man starts speaking : " hi girl, I don''t know if you remember but we have met once in the hotel "'
-		'Now you remember where you know the man from, you watched his children so he and his wife could have some ''alone time'''
+		'Now you remember where you know the man from, you watched his children so he and his wife could have some ''alone time''.'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/couple_park_meet.jpg"></center>'
 		'" You really helped us out that time.  Usually we are able to drop the children off with my parents but they were out that day."'
 		'" My name is Motya and this is my wife Uliana."'

+ 1 - 1
locations/placer_house_one.qsrc

@@ -4,7 +4,7 @@ cumspclnt = 2
 gs 'cum_cleanup'
 pcs_breath = 0
 gs 'stat'
-'<<$bname>> takes your hand and guides you away from the park, towards his apartment.'
+'<<$boydesc>> takes your hand and guides you away from the park, towards his apartment.'
 !!tipsexrand = rand(0, 1)
 
 'When you''re about to enter a building, he suddenly puts his arms around you and begins to kiss you.'

+ 9 - 16
locations/skverdin.qsrc

@@ -2,11 +2,6 @@
 $d_park_placer_bj = {
 	boy += 1
 	parkfuckboy += 1
-	$ppBoyName[parkfuckboy] = $boy
-	ppBoyTipe[parkfuckboy] = 1
-	ppBoyPlace[parkfuckboy] = 1
-	!!masturbate 2 blow_job 3 gangbang
-	ppdick[parkfuckboy] = dick
 	parktimes += 1
 	pphj = 0
 	ppbj = 0
@@ -54,7 +49,7 @@ $d_pp_hjcum = {
 
 		if rand(1, 100) >= 80:
 			spafinloc = 7
-gs 'cum_manage'
+			gs 'cum_manage'
 			$pptext = 'As he cums, a jet of semen gets onto your clothes.'
 		else
 			$pptext = 'The mans sperm shoots out on to the ground.'
@@ -81,7 +76,6 @@ $d_pp_bj = {
 	act 'Suck':
 		cls
 		parkslut += 1
-		ppBoyTipe[parkfuckboy] = 2
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/ppbj.jpg"></center>'
 		'Your lips wrapped around a hard <<dick>>cm cock, and you suck it carefully feeling his tongue and lips.'
@@ -112,11 +106,11 @@ $d_pp_bjcum = {
 		cls
 		minut += 1
 		spafinloc = 12
-gs 'cum_manage'
+		gs 'cum_manage'
 		spafinloc = 7
-gs 'cum_manage'
+		gs 'cum_manage'
 		spafinloc = 11
-gs 'cum_manage'
+		gs 'cum_manage'
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/ppbjcum.jpg"></center>'
 		'You continued to suck and less than a minute as a member became razryazhatsya your mouth seed, Sperm were so many, that part of it poured on your lips and mouth .'
@@ -150,7 +144,6 @@ $d_pp_sex = {
 $d_pp_double = {
 	act 'ohrenevayu':
 		cls
-		ppBoyTipe[parkfuckboy] = 3
 		parkslut += 10
 		guy += 1
 		gs 'stat'
@@ -173,9 +166,9 @@ $d_pp_double = {
 				cls
 				minut += 15
 				spafinloc = 11
-gs 'cum_manage'
+				gs 'cum_manage'
 				spafinloc = 12
-gs 'cum_manage'
+				gs 'cum_manage'
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/ppbjdouble3.jpg"></center>'
 				'You obediently opened the procedure already tired mouth and <<$boydesc>> you shot a thick white liquid directly on wet and slightly swollen lips of the work done. His friend choked hissed "finish" and grab you by the hair turned your face to its members.'
@@ -184,11 +177,11 @@ gs 'cum_manage'
 					cls
 					minut += 15
 					spafinloc = 11
-gs 'cum_manage'
+					gs 'cum_manage'
 					spafinloc = 12
-gs 'cum_manage'
+					gs 'cum_manage'
 					spafinloc = 7
-gs 'cum_manage'
+					gs 'cum_manage'
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/ppbjdouble4.jpg"></center>'
 					'You turned your face and you immediately charged a second portion struhni directly into open mouth, you instinctively shaken and a large ball of sperm fell out of your mouth and you shmyaknulsya on clothes. <<$boydesc>> neigh "epta! You''re a sniper, huesoska loaded directly into her mouth fucking!"'