1
0
Selaa lähdekoodia

[fixes] changed cls to *clr & cla and added missing gs 'stat' in the sister locations

julzor 5 vuotta sitten
vanhempi
säilyke
0280686915
4 muutettua tiedostoa jossa 139 lisäystä ja 131 poistoa
  1. 30 34
      locations/sister.qsrc
  2. 59 59
      locations/sisterQW.qsrc
  3. 11 11
      locations/sister_party.qsrc
  4. 39 27
      locations/sistersleep.qsrc

+ 30 - 34
locations/sister.qsrc

@@ -202,7 +202,7 @@ if hour >= 7 and hour < 24:
 
 	if canBraidHair = 0 and npc_rel['A33'] > 75 and (pcs_hairlng > 80 and pcs_hairlng <= 800):
 		act '"Hey sis, can you teach me how to braid my hair...?"':
-			cls
+			*clr & cla
 			minut += 1
 			'She pauses for a moment and looks at you funny, "You don''t know how to braid your own hair?"'
 			'You look down embarrassed, "I usually just go to the salon for them to braid it..."'
@@ -211,12 +211,12 @@ if hour >= 7 and hour < 24:
 				minut += 60
 				canBraidHair = 1
 				npc_rel['A33'] += 5
-				cls
+				*clr & cla
 				'Though you made plenty of mistakes and got your hair in a knot a couple of times, afterwords you feel confident that you can braid your hair on your own.'
 				act 'Thank your sister and leave':gt $loc, $metka
 			end
 			act 'Thank her but say you really actually have to get going':
-				cls
+				*clr & cla
 				'She shrugs her head and says, "Come back if you want to learn how <<$pcs_nickname>>!"'
 				minut += 3
 				act 'Thank your sister and leave':gt $loc, $metka
@@ -226,7 +226,7 @@ if hour >= 7 and hour < 24:
 	end
 
 	act 'Chat':
-		cls
+		*clr & cla
 		minut+=rand(10,15)
 		if sischatday ! daystart:npc_rel['A33'] += 2
 		sischatday = daystart
@@ -264,7 +264,7 @@ if hour >= 7 and hour < 24:
 			end
 
 			act 'Yes':
-				cls
+				*clr & cla
 				minut += 5
 				sisboyparty = 2
 				gs'stat'
@@ -277,7 +277,7 @@ if hour >= 7 and hour < 24:
 			end
 
 			act 'No (study)':
-				cls
+				*clr & cla
 				minut += 5
 				sisboyparty = -1
 				gs'stat'
@@ -290,7 +290,7 @@ if hour >= 7 and hour < 24:
 
 			if bronzebeg > 0 or silverbeg > 0 or goldbeg > 0:
 				act 'No (training)':
-					cls
+					*clr & cla
 					minut += 5
 					sisboyparty = -1
 					gs'stat'
@@ -304,7 +304,7 @@ if hour >= 7 and hour < 24:
 
 			if pcs_vball >= 40:
 				act 'No (volleyball)':
-					cls
+					*clr & cla
 					minut += 5
 					sisboyparty = -1
 					gs'stat'
@@ -338,7 +338,7 @@ if hour >= 7 and hour < 24:
 	end
 
 	if sisterLesb = 2:
-		cls
+		*clr & cla
 		minut += 5
 		gs'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_24.jpg"></center>'
@@ -355,7 +355,7 @@ if hour >= 7 and hour < 24:
 
 	if npc_QW['A33'] = 0 and npc_rel['A33'] >= 40:
 		act 'Ask about her boyfriend':
-			cls
+			*clr & cla
 			minut += 5
 			npc_rel['A33'] += 2
 			npc_QW['A33'] = 1
@@ -371,7 +371,7 @@ if hour >= 7 and hour < 24:
 		end
 	elseif npc_QW['A33'] >= 2 and npc_rel['A33'] >= 40 and sisboytrioQW > -1 and sisboytrioDayOtkaz <= daystart and sisboypartyQW < 2:
 		act 'Talk about Roma':
-			cls
+			*clr & cla
 			minut += 5
 			sisboyrand = RAND(1,10)
 			gs'stat'
@@ -382,7 +382,7 @@ if hour >= 7 and hour < 24:
 	!1 - knows about the parties
 	!2 - agreed to go to the party
 			if sisboytrio >= 5 and sisboyparty = 0 and sisboyparty_day ! daystart and week >= 2:
-				cls
+				*clr & cla
 				minut += 5
 				sisboyparty = 1
 				sisboyparty_day = daystart
@@ -393,7 +393,7 @@ if hour >= 7 and hour < 24:
 				'"Oh, Anya I don''t know, they are your friends and I haven''t got to know the boys, I basically just talked to the girls."'
 				'"Come on, he really wants you to go, I think he might like you. So will you come?"'
 				act 'Yes':
-					cls
+					*clr & cla
 					minut += 5
 					sisboypartyQW = 1
 					sisboyparty = 2
@@ -407,7 +407,7 @@ if hour >= 7 and hour < 24:
 				end
 
 				act 'No (study)':
-					cls
+					*clr & cla
 					minut += 5
 					sisboyparty = -1
 					gs'stat'
@@ -420,7 +420,7 @@ if hour >= 7 and hour < 24:
 
 				if bronzebeg > 0 or silverbeg > 0 or goldbeg > 0:
 					act 'No (training)':
-						cls
+						*clr & cla
 						minut += 5
 						sisboyparty = -1
 						gs'stat'
@@ -434,7 +434,7 @@ if hour >= 7 and hour < 24:
 
 				if pcs_vball >= 100:
 					act 'No (volleyball)':
-						cls
+						*clr & cla
 						minut += 5
 						sisboyparty = -1
 						gs'stat'
@@ -457,7 +457,7 @@ if hour >= 7 and hour < 24:
 				'Your sister is blushing a little and looks at you with pleading eyes.'
 
 				act 'Of course':
-					cls
+					*clr & cla
 					minut += 5
 					npc_rel['A33'] += 10
 					sisThank = 1
@@ -475,7 +475,7 @@ if hour >= 7 and hour < 24:
 				end
 
 				act 'No':
-					cls
+					*clr & cla
 					npc_rel['A33'] -= 10
 					minut += 5
 					sisboyday = daystart
@@ -498,7 +498,7 @@ if hour >= 7 and hour < 24:
 				'"He would like to come here again tomorrow, do you mind taking another walk for about an hour?"'
 
 				act 'Of course':
-					cls
+					*clr & cla
 					minut += 5
 					npc_rel['A33'] += 10
 					sisThank = 1
@@ -516,7 +516,7 @@ if hour >= 7 and hour < 24:
 				end
 
 				act 'No':
-					cls
+					*clr & cla
 					npc_rel['A33'] -= 10
 					minut += 5
 					sisboyday = daystart
@@ -552,7 +552,7 @@ if hour >= 7 and hour < 24:
 				end
 
 				act 'Agree':
-					cls
+					*clr & cla
 					sisboytrioQW = 1
 					minut += 5
 					npc_rel['A33'] += 10
@@ -567,7 +567,7 @@ if hour >= 7 and hour < 24:
 				end
 
 				act 'Sounds interesting, but can we postpone it?':
-					cls
+					*clr & cla
 					minut += 5
 					sistrioday = daystart + rand(7,14)
 					gs'stat'
@@ -583,7 +583,7 @@ if hour >= 7 and hour < 24:
 				end
 
 				act 'Decline':
-					cls
+					*clr & cla
 					sisboytrioQW = -1
 					sisboytrioDayOtkaz = daystart + 3
 					minut += 5
@@ -640,7 +640,7 @@ if hour >= 7 and hour < 24:
 	end
 
 	if ((sisboyday + 1 = daystart and hour > 18) or sisboyday + 1 < daystart) and sisThank = 1:
-		cls
+		*clr & cla
 		if npc_QW['A33'] = 7 or npc_QW['A33'] = 5 or npc_QW['A33'] = 3:
 			npc_QW['A33'] -= 1
 		elseif npc_QW['A33'] >= 9 and RAND(1,3) = 3:
@@ -667,7 +667,7 @@ if hour >= 7 and hour < 24:
 		end
 		act 'Finish':SiSgdk = 0 & gt'sister'
 	elseif sisboytrioQW = 1 and ((sisboyday + 1 = daystart and hour > 18) or (sisboyday + 1 < daystart)):
-		cls
+		*clr & cla
 		minut += 1
 		npc_rel['A33'] -= 10
 		sisboytrioQW = 0
@@ -684,7 +684,7 @@ if hour >= 7 and hour < 24:
 	end
 
 	if SisterKnowMastr > 0 and sisterQW = 0:
-		cls
+		*clr & cla
 		sisterQW = 1
 		gs'stat'
 		*pl $sisterLocationTitle
@@ -695,8 +695,7 @@ if hour >= 7 and hour < 24:
 	end
 
 	if sisterdialog = 2:
-		cls
-		cla
+		*clr & cla
 		gs'stat'
 		*pl $sisterLocationTitle
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sobir.jpg"></center>'
@@ -707,8 +706,7 @@ if hour >= 7 and hour < 24:
 
 	!going for a walk
 	if sisterdialog = 3:
-		cls
-		cla
+		*clr & cla
 		gs'stat'
 		*pl $sisterLocationTitle
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/progulka.jpg"></center>'
@@ -838,8 +836,7 @@ if hour >= 7 and hour < 24:
 			end
 		end
 		act 'Talk about sex':
-			cla
-			cls
+			*clr & cla
 			gs'stat'
 			minut+=rand(10,15)
 			pcs_horny += RAND(5,10)
@@ -853,8 +850,7 @@ else
 end
 
 if $ARGS[0] = 'pargone':
-	cls
-	cla
+	*clr & cla
 	gs'stat'
 	*pl $sisterLocationTitle
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'

+ 59 - 59
locations/sisterQW.qsrc

@@ -4,7 +4,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 	CLOSE ALL
 	blockBedrPar = 1
 	if minut > 30:
-		cls
+		*clr & cla
 		minut += 1
 		npc_rel['A33'] -= 10
 		sisboytrioQW = 0
@@ -23,7 +23,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 	sisboytrio += 1
 	if sisboytrio > 5:sisboytrio = 5
 	if sisboytrio = 1:
-		cls
+		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_39.jpg"></center>'
 		*nl
@@ -32,7 +32,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		gs 'arousal', 'kiss', 5, 'lesbian', 'incest'
 		gs 'stat'
 		act 'This is wrong':
-			cls
+			*clr & cla
 			sisboytrioQW = -1
 			sisboytrioDayOtkaz = daystart + 3
 			minut += 5
@@ -50,7 +50,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		end
 
 		act 'Kiss':
-			cls
+			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_41.jpg"></center>'
 			*nl
@@ -61,7 +61,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 			gs 'arousal', 'kiss', 5, 'lesbian', 'incest'
 			gs 'stat'
 			act 'Suck':
-				cls
+				*clr & cla
 				gs 'boyStat', 'A56'
 				sexpartkno = 1
 				spafinloc = 12
@@ -79,7 +79,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 			end
 		end
 	elseif sisboytrio = 2:
-		cls
+		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_45.jpg"></center>'
 		*nl
@@ -89,7 +89,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		gs 'arousal', 'foreplay', 5, 'lesbian', 'incest'
 		gs 'stat'
 		act 'Suck':
-			cls
+			*clr & cla
 			gs 'boyStat', 'A56'
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_46.jpg"></center>'
@@ -125,7 +125,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 				gs 'stat'
 				if roma_cherry = 1:
 					act 'Lie down':
-						cls
+						*clr & cla
 						killvar 'roma_cherry'
 						pain['vaginal'] +=5
 						gs 'stat'
@@ -147,7 +147,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 					end
 				else
 					act 'Lie down':
-						cls
+						*clr & cla
 						minut += 5
 						gs 'boyStat', 'A56'
 						sexpartkno = 1
@@ -169,7 +169,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		end
 
 	elseif sisboytrio = 3:
-		cls
+		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_49.jpg"></center>'
 		*nl
@@ -178,7 +178,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		gs 'arousal', 'foreplay', 5
 		gs 'stat'
 		act 'Suck':
-			cls
+			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_50.jpg"></center>'
 			*nl
@@ -189,7 +189,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 			gs 'arousal', 'bj', 5, 'sub', 'group'
 			gs 'stat'
 			act 'Sex':
-				cls
+				*clr & cla
 				gs 'boyStat', 'A56'
 				gs'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_51.jpg"></center>'
@@ -203,7 +203,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 				gs 'arousal', 'anal_finger', 5, 'lesbian', 'incest', 'group'
 				gs 'stat'
 				act 'Cum':
-					cls
+					*clr & cla
 					gs 'boyStat', 'A56'
 					sexpartkno = 1
 					spafinloc = 11
@@ -227,7 +227,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		end
 
 	elseif sisboytrio = 4:
-		cls
+		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_53.jpg"></center>'
 		*nl
@@ -237,7 +237,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		gs 'arousal', 'foreplay', 5
 		gs 'stat'
 		act 'Suck':
-			cls
+			*clr & cla
 			pcs_throat += 1
 			gs 'boyStat', 'A56'
 			gs 'stat'
@@ -249,7 +249,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 			gs 'arousal', 'bj', 5, 'sub', 'group'
 			gs 'stat'
 			act 'Sex':
-				cls
+				*clr & cla
 				pcs_vag += 1
 				gs 'boyStat', 'A56'
 				sexpartkno = 1
@@ -267,7 +267,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 				minut -= 5
 				gs 'stat'
 				act 'Cum':
-					cls
+					*clr & cla
 					gs 'boyStat', 'A56'
 					sexpartkno = 1
 					spafinloc = 1
@@ -290,7 +290,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		end
 
 	elseif sisboytrio = 5:
-		cls
+		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_57.jpg"></center>'
 		*nl
@@ -299,7 +299,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 		gs 'arousal', 'foreplay', 5
 		gs 'stat'
 		act 'Suck':
-			cls
+			*clr & cla
 			pcs_throat += 1
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_58.jpg"></center>'
@@ -310,7 +310,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 			gs 'arousal', 'bj', 5, 'sub', 'group', 'deepthroat'
 			gs 'stat'
 			act 'Sex':
-				cls
+				*clr & cla
 				pcs_vag += 1
 				gs 'boyStat', 'A56'
 				sexpartkno = 1
@@ -327,7 +327,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 				gs 'arousal', 'vaginal', 5, 'sub', 'group'
 				gs 'stat'
 				act 'Cum':
-					cls
+					*clr & cla
 					gs 'boyStat', 'A56'
 					sexpartkno = 1
 					spafinloc = 11
@@ -358,7 +358,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 end
 
 if $ARGS[0] = 'caress':
-	cls
+	*clr & cla
 	if pcs_inhib < 40:inhib += rand(1,3)
 	gs'stat'
 
@@ -465,7 +465,7 @@ end
 if $ARGS[0] = 'sisboyQW_bedroom':
 	if npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] >= 9:
 		if pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 3:
-			cls
+			*clr & cla
 
 			if pcs_horny < 90:
 				pcs_horny += 10
@@ -490,7 +490,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 			gs 'stat'
 			act 'Leave':gt 'korrPar'
 		elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 5:
-			cls
+			*clr & cla
 			minut += 5
 
 			if pcs_horny < 90:
@@ -514,7 +514,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 			gs 'stat'
 			act 'Leave':gt 'korrPar'
 		elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 7:
-			cls
+			*clr & cla
 			blockBedrPar = 1
 			gs 'stat'
 
@@ -527,7 +527,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 			gs 'arousal', 'voyeur', 5
 			gs 'stat'
 			act 'Continue to watch':
-				cls
+				*clr & cla
 				gs 'stat'
 
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_13.jpg"></center>'
@@ -539,7 +539,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 				gs 'arousal', 'voyeur', 5
 				gs 'stat'
 				act 'Continue to watch':
-					cls
+					*clr & cla
 					gs 'stat'
 
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_14.jpg"></center>'
@@ -552,7 +552,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 					gs 'arousal', 'voyeur', 5
 					gs 'stat'
 					act 'Continue to watch':
-						cls
+						*clr & cla
 						if npc_QW['A33'] = 7:npc_QW['A33'] = 8 & sisterLesb = 0
 						gs 'stat'
 
@@ -580,7 +580,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 			act 'Fondle yourself':gt 'sisterQW', 'caress'
 			act 'Leave':gt 'korrPar'
 		elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] >= 9:
-			cls
+			*clr & cla
 			minut += 5
 			if pcs_horny < 90:
 				pcs_horny += 10
@@ -598,7 +598,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 			if sisboyQWrand = 4:gt 'sisterQW', 'see4'
 
 		elseif pcs_horny >= 60 and npc_rel['A33'] < 80:
-			cls
+			*clr & cla
 			minut += 2
 
 			if pcs_horny <= 85:pcs_horny += 5
@@ -613,7 +613,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 
 			act 'Leave':gt 'korrPar'
 		else
-			cls
+			*clr & cla
 			minut += 1
 			blockBedrPar = 1
 			gs 'stat'
@@ -625,7 +625,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 			act 'Leave':gt 'korrPar'
 		end
 	else
-		cls
+		*clr & cla
 		minut += 1
 		blockBedrPar = 1
 		gs 'stat'
@@ -639,7 +639,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 end
 
 if $ARGS[0] = 'sisboyQW_expel':
-	cls
+	*clr & cla
 	minut += 1
 	gs 'stat'
 
@@ -655,7 +655,7 @@ if $ARGS[0] = 'sisboyQW_expel':
 end
 
 if $ARGS[0] = 'trio_end':
-	cls
+	*clr & cla
 	guy += 1
 	gs 'boyStat', 'A56'
 	sexpartkno = 1
@@ -681,7 +681,7 @@ if $ARGS[0] = 'trio_end':
 end
 
 if $ARGS[0] = 'trio_sex':
-	cls
+	*clr & cla
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_43.jpg"></center>'
 	*nl
@@ -700,7 +700,7 @@ if $ARGS[0] = 'sisboyQW_party':
 	sisboyparty = 3
 	if sisboypartyQW = 1:sisboypartyQW = 2
 
-	cls
+	*clr & cla
 	minut += 15
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_8.jpg"></center>'
@@ -711,7 +711,7 @@ if $ARGS[0] = 'sisboyQW_party':
 	'You cheerfully ask Anya. "You won''t leave me alone at the party will you?"'
 	'Anya smiles and hands you a bottle of vodka. "Of course not <<$pcs_nickname>>."'
 	act 'Drink':
-		cls
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -733,7 +733,7 @@ if $ARGS[0] = 'sisboyQW_party':
 		act 'Sit': gt 'sisterQW', 'sit'
 	end
 	act 'Decline the drink':
-		cls
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -755,7 +755,7 @@ if $ARGS[0] = 'sisboyQW_party':
 		act 'Sit': gt 'sisterQW', 'sit'
 	end
 	act 'To get up to dance':
-		cls
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -776,7 +776,7 @@ if $ARGS[0] = 'sisboyQW_party':
 end
 
 if $ARGS[0] = 'dance':
-	cls
+	*clr & cla
 	minut += 15
 	pcs_horny += 10
 	gs'stat'
@@ -787,7 +787,7 @@ if $ARGS[0] = 'dance':
 	'The boys carried on dancing, jumping and bumping into each other, even though you was almost half-naked, it seemed like no one was paying any attention to you.'
 	'Anya approached you:"<<$pcs_nickname>>, come on cheer up, go get into the center, have fun dancing and other very tempting things."'
 	act 'Drink':
-		cls
+		*clr & cla
 		minut += 10
 		alko += 3
 		cumspclnt = 2
@@ -803,7 +803,7 @@ if $ARGS[0] = 'dance':
 		act 'Dance with them': gt 'sisterQW', 'two_boy'
 	end
 	act 'Keep dancing':
-		cls
+		*clr & cla
 		gs'stat'
 		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_18.mp4"></video></center>'
 		*nl
@@ -819,7 +819,7 @@ if $ARGS[0] = 'dance':
 end
 
 if $ARGS[0] = 'anna_find':
-	cls
+	*clr & cla
 	minut += 5
 	gs'stat'
 	'You are looking for your sister, but I can''t find her. "Where the hell, did she go?" You looked everywhere, you need to find her.'
@@ -829,7 +829,7 @@ if $ARGS[0] = 'anna_find':
 end
 
 if $ARGS[0] = 'anna_kit':
-	cls
+	*clr & cla
 	minut += 5
 	$locclass = 'kitr'
 	gs'stat'
@@ -837,7 +837,7 @@ if $ARGS[0] = 'anna_kit':
 	*nl
 	'You burst into the kitchen, and look around for your sister. You find two drunk chicks having fun in the corner of the room, but neither of them know where your sister is. Suddenly, you hear heavy breathing behind you.'
 	act 'To turn':
-		cls
+		*clr & cla
 		gs'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_25.jpg"></center>'
 		*nl
@@ -846,7 +846,7 @@ if $ARGS[0] = 'anna_kit':
 		gs 'arousal', 'voyeur', 5
 		gs 'stat'
 		act 'Chase Anya':
-			cls
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_26.jpg"></center>'
 			*nl
 			'It takes you a bit to find Anya again, you find her sitting on her knees in front of two unfamiliar guys. "What are you doing, stop, think about this." You plead with your sister.'
@@ -854,7 +854,7 @@ if $ARGS[0] = 'anna_kit':
 			gs 'arousal', 'voyeur', 5
 			gs 'stat'
 			act 'Wait':
-				cls
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_27.jpg"></center>'
 				*nl
 				'You decide not to argue with strong guys afraid of what they might do and wait.'
@@ -877,7 +877,7 @@ if $ARGS[0] = 'anna_kit':
 					end
 				end
 				act 'Join':
-					cls
+					*clr & cla
 					sisterknowslut = 2
 					gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
 					gs 'boyStat', $npclastgenerated
@@ -912,7 +912,7 @@ if $ARGS[0] = 'anna_kit':
 end
 
 if $ARGS[0] = 'anna_toilet':
-	cls
+	*clr & cla
 	minut += 5
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_22.jpg"></center>'
@@ -923,7 +923,7 @@ if $ARGS[0] = 'anna_toilet':
 end
 
 if $ARGS[0] = 'anna_kom':
-	cls
+	*clr & cla
 	minut += 5
 	pcs_horny += 5
 	gs'stat'
@@ -935,7 +935,7 @@ if $ARGS[0] = 'anna_kom':
 end
 
 if $ARGS[0] = 'reks':
-	cls
+	*clr & cla
 	minut += 5
 	alko += 2
 	cumspclnt = 2
@@ -951,7 +951,7 @@ if $ARGS[0] = 'reks':
 	 Then, without a word, Rex just staggers off.'
 	act 'Look For Anya': gt 'sisterQW', 'anna_find'
 	act 'Follow Rex to the toilet for birthday sex':
-		cls
+		*clr & cla
 		toiletRexSex = 1
 		gs'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_20.jpg"></center>'
@@ -962,7 +962,7 @@ if $ARGS[0] = 'reks':
 		gs 'arousal', 'vaginal', 5, 'sub'
 		gs 'stat'
 		act 'Doggy style':
-			cls
+			*clr & cla
 			reksSex = 1
 			gs 'boyStat', 'A57'
 			sexpartkno = 1
@@ -980,7 +980,7 @@ if $ARGS[0] = 'reks':
 end
 
 if $ARGS[0] = 'two_boy':
-	cls
+	*clr & cla
 	gs'stat'
 	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_14.mp4"></video></center>'
 	*nl
@@ -989,7 +989,7 @@ if $ARGS[0] = 'two_boy':
 	gs 'arousal', 'foreplay', 5, 'sub', 'group', 'unknown'
 	gs 'stat'
 	act 'Go':
-		cls
+		*clr & cla
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_15.jpg"></center>'
 		*nl
 		'Entering the room they threw you on the bed and pulled out there cocks for you to service.'
@@ -998,7 +998,7 @@ if $ARGS[0] = 'two_boy':
 		gs 'arousal', 'cuni', 5, 'sub', 'group', 'unknown'
 		gs 'stat'
 		act 'Doggystyle':
-			cls
+			*clr & cla
 			gs 'npcgeneratec', 0, 'unknown guy', rand(18,40)
 			$boy1[1] = $npclastgenerated
 			gs 'npcgeneratec', 0, 'unknown guy', rand(18,40)
@@ -1013,7 +1013,7 @@ if $ARGS[0] = 'two_boy':
 			minut -= 5
 			gs 'stat'
 			act 'Switch':
-				cls
+				*clr & cla
 				gs 'boyStat', $boy1[2]
 				cumprecheck = 1
 				gs 'cum_manage'
@@ -1044,7 +1044,7 @@ if $ARGS[0] = 'two_boy':
 end
 
 if $ARGS[0] = 'drink':
-	cls
+	*clr & cla
 	minut += 10
 	alko += 2
 	cumspclnt = 2
@@ -1059,7 +1059,7 @@ if $ARGS[0] = 'drink':
 end
 
 if $ARGS[0] = 'sit':
-	cls
+	*clr & cla
 	minut += 10
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_12.jpg"></center>'

+ 11 - 11
locations/sister_party.qsrc

@@ -1,7 +1,7 @@
 # sister_party
 
 if $ARGS[0] = 'sister_party':
-	cls
+	*clr & cla
 	minut += 5
 	gs'stat'
 	'<center><b><font color = maroon>Anya</font></b></center>'
@@ -22,7 +22,7 @@ if $ARGS[0] = 'sister_party':
 end
 
 if $ARGS[0] = 'talk':
-	cls
+	*clr & cla
 	minut += 5
 	sister_party_talk += 1
 	sister_party_talkQW += 1
@@ -115,7 +115,7 @@ if $ARGS[0] = 'drink':
 end
 
 if $ARGS[0] = 'fun':
-	cls
+	*clr & cla
 	minut += 5
 	gs'stat'
 	'<center><b><font color = maroon>Anya</font></b></center>'     
@@ -126,7 +126,7 @@ if $ARGS[0] = 'fun':
 	if Rex_Love = 1:'Rex watches you and your sister with great curiosity.'     
 	act 'Move away':gt $loc,$metka
 	act 'Kiss':
-		cls
+		*clr & cla
 		gs'stat'
 		'<center><b><font color = maroon>Anya</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_3_' + rand(3,4) + '.jpg"></center>'
@@ -139,7 +139,7 @@ if $ARGS[0] = 'fun':
 		gs 'stat'
 		
 		act 'Go to the Rex''s room':
-			cls
+			*clr & cla
 			gs'stat'
 			'<center><b><font color = maroon>Anya</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_3_' + rand(5,10) + '.jpg"></center>'
@@ -150,7 +150,7 @@ if $ARGS[0] = 'fun':
 			gs 'stat'
 		
 			act 'Lick Anya''s pussy':
-				cls
+				*clr & cla
 				sister_party_dom =1
 				gs'stat'
 				'<center><b><font color = maroon>Anya</font></b></center>'
@@ -167,7 +167,7 @@ if $ARGS[0] = 'fun':
      
 			end
 			act 'Lie on your back':
-				cls
+				*clr & cla
 				sister_party_dom =2
 				gs'stat'
 				'<center><b><font color = maroon>Anya</font></b></center>'
@@ -187,7 +187,7 @@ if $ARGS[0] = 'fun':
 end
 
 if $ARGS[0] = 'hand':
-	cls
+	*clr & cla
 	gs'stat'
 	'<center><b><font color = maroon>Anya</font></b></center>'
 	'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_5_' + rand(1,3) + '.mp4"></video></center>'
@@ -209,7 +209,7 @@ if $ARGS[0] = 'hand':
 		
 	end
 	act 'Let her caress you too':
-		cls
+		*clr & cla
 		gs'stat'
 		'<center><b><font color = maroon>Anya</font></b></center>'
 		i = rand(1,2)
@@ -249,7 +249,7 @@ if $ARGS[0] = 'hand':
 	end
 
 	act 'Move to scissoring':
-		cls
+		*clr & cla
 		gs'stat'
 		'<center><b><font color = maroon>Anya</font></b></center>'
 		'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_sister_8_' + rand(1,4) + '.mp4"></video></center>'
@@ -263,7 +263,7 @@ if $ARGS[0] = 'hand':
 end
 
 if $ARGS[0] = 'cum':     
-	cls
+	*clr & cla
 	minut += 5
 	gs'stat'
 	'<center><b><font color = maroon>Anya</font></b></center>'

+ 39 - 27
locations/sistersleep.qsrc

@@ -1,6 +1,6 @@
 # sistersleep
 $sisboyQW_prycaress = {
-	cls
+	*clr & cla
 	pcs_horny += 10
 	if pcs_horny >= 95: $orgasm_or = 'yes'
 	gs 'arousal', 'masturbate', 5
@@ -26,7 +26,7 @@ gs 'stat'
 if $loc = 'bedrPar':
 	if npc_QW['A33'] >= 8 and sisterLesb = 0 and pcs_horny >= 60:
 		act 'Touch':
-			cls
+			*clr & cla
 			minut += 1
 			pcs_horny += 5
 			sisterLesb = 1
@@ -43,7 +43,7 @@ if $loc = 'bedrPar':
 		end
 	elseif sisterLesb = 1 and pcs_horny >= 60 and sisprynight ! daystart:
 		act 'Touch':
-			cls
+			*clr & cla
 			pcs_horny += 5
 			sisprynight = daystart
 			gs 'stat'
@@ -55,7 +55,7 @@ if $loc = 'bedrPar':
 			'Anya''s whole body is seriously sexy and it is filling you with desire.'
 
 			act 'Proceed':
-				cls
+				*clr & cla
 				pcs_horny += 5
 				gs 'arousal', 'vaginal_finger_give', 2, 'lesbian', 'incest'
 				gs 'arousal', 'masturbate', 2
@@ -70,7 +70,7 @@ if $loc = 'bedrPar':
 				'"Fuck...Fuck..!" She''s waking up. you don''t have time to remove you hand.'
 
 				act 'Kiss Anya':
-					cls
+					*clr & cla
 					pcs_horny += 5
 					gs 'arousal', 'kiss_give', 1, 'lesbian', 'incest'
 					gs 'stat'
@@ -81,7 +81,7 @@ if $loc = 'bedrPar':
 					'Your fingers again slip under your sister''s panties, but now your affection is bold and confident.'
 					 
 					act 'Caress sister':
-						cls
+						*clr & cla
 						if pcs_horny < 95:pcs_horny += 5
 						sisterLesb = 2
 						if npcSex['A33'] = 0:npcSex['A33'] = 1 & girl += 1
@@ -99,7 +99,7 @@ if $loc = 'bedrPar':
 				end
 
 				act 'Remove hand':
-					cls
+					*clr & cla
 					minut += 1
 					gs 'stat'
 
@@ -109,7 +109,7 @@ if $loc = 'bedrPar':
 					'You sit in front of your sister on her bed, excited, caught off guard, and not knowing what to do.'
 
 					act 'Move away':
-						cls
+						*clr & cla
 						minut += 1
 						npc_rel['A33'] -= 50
 						gs 'stat'
@@ -129,7 +129,7 @@ if $loc = 'bedrPar':
 		end
 	elseif sisterLesb = 3 and pcs_horny >= 60 and sisprynight ! daystart:
 		act 'Touch':
-			cls
+			*clr & cla
 			pcs_horny += 5
 			sisprynight = daystart
 
@@ -220,7 +220,7 @@ if $loc = 'bedrPar':
 				gs 'stat'
 
 				act 'Accept her decision':
-					cls
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_38.jpg"></center>'					
 					'You put your best little sister pout on your face, but thinking she has already made her mind up, you shrug, and accept that you won''t be having any more private times with her.'
 					'She rolls over and goes to sleep.'
@@ -232,7 +232,7 @@ if $loc = 'bedrPar':
 				end
 
 				act 'Convince her':
-					cls
+					*clr & cla
 					sisterLesb = 5
 					girl += 1
 					npc_rel['A33'] += 25 
@@ -260,6 +260,7 @@ if $loc = 'bedrPar':
 	elseif sisterLesb = 5 and (npc_rel['A33'] < 50 or pcs_horny < 80) and sisprynight ! daystart:
 		'   '
 		'Hmmm, maybe she''s not close enough to you yet, or you''re not aching enough for her yet.'
+		gs 'stat'
 		act 'Move away':gt 'bedrPar'
 
 	elseif sisterLesb = 5 and pcs_horny >= 80 and npc_rel['A33'] >= 50 and sisprynight ! daystart:
@@ -267,22 +268,24 @@ if $loc = 'bedrPar':
 		temp = rand (1,3)
 
 		if temp = 1:
-			cls
+			*clr & cla
 			minut += 1
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
 			'Anya says "Again? You know I enjoy this, but we should only do it... occasionally... okay?"'
 			'She gives you another short kiss, then gently pushes you away. "Now let''s both get some sleep, huh?"'
+			gs 'stat'
 
 			act 'Fondle yourself':dynamic $sisboyQW_prycaress
 			act 'Move away':gt 'bedrPar'
 		
 		elseif temp = 2:
-			cls
+			*clr & cla
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_05.jpg"></center>'
 			'"Okay, you got me going, but I''m a little sore...down there... what if we just...you know, watched each other get off?"'
+			gs 'stat'
 			
 			act 'Continue':
-				cls
+				*clr & cla
 				'<center><video autoplay loop src="images/shared/accessories/computer/webcam/mast3.mp4"></video></center>'
 				'She sits up in the bed, leaning against the wall, while you sit facing her on the end of her bed.'
 				'Anya began squeezing her left boob with her left hand. You grin, and begin squeezing your right boob with your right hand, matching her movements exactly but in opposite.'
@@ -291,8 +294,10 @@ if $loc = 'bedrPar':
 				'She grabs her right nipple and tugs on it with her other hand, then slowly, seductively slides her hand down her belly, down over her mound, and pushes a finger into the opening below.'
 				'You follow her moves closely after her, and you both sigh as your finger easily glides into a very wet slick tunnel.'
 				'"Wow, this is so hot, seeing my sister as my mirror" Anya says as she gently pushes another finger in, sliding them both in and out. Your left hand does the same, and you keep admiring her from her sexy face to her sexy crotch, trying to mimic her exactly.'
+				gs 'stat'
+				
 				act 'Cum together':
-					cls
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/shared/sex/mast/mastr.jpg"></center>'
 
 					if npcSex['A33'] = 0:npcSex['A33'] = 1 & girl += 1
@@ -316,24 +321,26 @@ if $loc = 'bedrPar':
 			'"I explained to Roma that having fun with you every once in a while will keep me at my best for him, and maybe..." she smiled'
 			'"Maybe what, sis? Why are you smiling like that?"'
 			'"Time with you, time with him, time with you and him..ohh, did I just say that out loud?", she giggled.'
+			gs 'stat'
 			
 			act 'Give her one':
-				cls
+				*clr & cla
 				if npcSex['A33'] = 0:npcSex['A33'] = 1 & girl += 1
-				gs 'stat'
 
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_22.jpg"></center>'
 				'You do your best to pleasure her. Anya suddenly huddles in gentle convulsions and roughly orgasms. She gratefully looks into your eyes with a sleepy but pleased look on her face and smiles.'
 				'"Well, aren''t you just the sweetest little sister."'
 				'She nuzzles into her pillow and goes back to sleep. You are even more excited than before and a little upset not to receive your own release, but you decide not to be mad at her.'
 				gs 'arousal', 'cuni_give', 5, 'incest'
+				gs 'stat'
+				
 				act 'Fondle yourself':dynamic $sisboyQW_prycaress
 				act 'Move away':gt 'bedrPar'
 			end
 
 			act 'She gives you one':
 				if npcSex['A33'] = 0:npcSex['A33'] = 1 & girl += 1
-				cls
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_30.jpg"></center>'
 				'Anya lays you back, spreads your thighs wide, and licks you out.'
 				$orgasm_or = 'yes'
@@ -342,7 +349,7 @@ if $loc = 'bedrPar':
 				gs 'stat'
 				
 				act 'Give back':
-					cls
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/sisboyqw_31.jpg"></center>'
 					'Your face still moist with her juices, you pull her to you, and quickly roll her over, under you.'
 					'You kiss back down her body, cheek, neck, chest, breast, tummy - and when she pushes her hips up in anticipation of where your mouth is going next, you tease her by going all around her pussy instead of directly to it.'
@@ -354,28 +361,32 @@ if $loc = 'bedrPar':
 					gs 'arousal', 'end'
 					gs 'stat'
 					act 'Continue':
-						cls
+						*clr & cla
 						'Anya hugs you, kisses your mouth, licking your lips a bit, then prods you away.'
 						'"That was soooo nice, but I really need to get some sleep now"'
 						'Without another word, she layed back, rolled over, and closed her eyes. You climb into your bed and fall fast asleep yourself, content on both giving and receiving tonight with your loving sister.'
+						gs 'stat'
+						
 						act 'Move away':gt'bedrPar'
 					end
 				end
 
 				act 'Go to Sleep':
 					npc_rel['A33'] = 30	
-					cls
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/home/sisboyqw_40.jpg"></center>'
 					'You decide not to help her out, and head to your bed to go to sleep.'
 					'"Well, thanks a lot! Wake me up, get me all worked up, make me eat you out, but leave me horny?"'
 					'She rolled over, facing away from you. This could affect any future fun with her.'
+					gs 'stat'
+					
 					act 'Move away':gt'bedrPar'
 				end
 			end
 
 			act 'You both get one':
 				if npcSex['A33'] = 0:npcSex['A33'] = 1 & girl += 1
-				cls
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/sex/school/tanga4_6.jpg"></center>'
 				'You crouch above her face, and lean over, pulling her legs apart so you can get to her pussy with your mouth.'
 				'She licks and finger fucks your pussy and anus, you do the same to her until you are both grinding and grunting.'
@@ -390,7 +401,7 @@ if $loc = 'bedrPar':
 			end
 
 			act 'Strap on':
-				cls
+				*clr & cla
 				npc_rel['A33'] += 10
 				'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/strapon_miss.jpg"></center>'
 				'You beg her to pull out the strap on and give you an ass fuck again with it.'
@@ -404,10 +415,11 @@ if $loc = 'bedrPar':
 				'She cups both of your boobs, and you push in and out of her, faster and faster, pistoning into her, thinking - hey, she said she''d lick my ass - I didn''t even mention that.'
 				'Anya gasps as her orgasm takes over, and she slams her head back, panting and writhing as the spasms wash over her whole body.'
 				gs 'arousal', 'anal_strap_give', 5, 'incest'
-				gs 'arousal', 'breasts', 5, 'incest'				
+				gs 'arousal', 'breasts', 5, 'incest'		
+				gs 'stat'
 				
 				act 'Strap on Me now':
-					cls
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/anuli1.jpg"></center>'					
 					'"So, you''ll lick MY ass, eh?", you remind her. "Okay, start licking, get it all lubed up with your tongue while you put the strap-on yourself"'
 					'She bends you over, easing a finger in your sopping wet pussy while starting to run the tip of her tongue all around the ringed pucker between your ass cheeks.'
@@ -416,10 +428,10 @@ if $loc = 'bedrPar':
 					'"Ready, <<$pcs_nickname>>? I am!", she says.'
 					gs 'arousal', 'rimming', 5, 'incest'
 					gs 'arousal', 'vaginal_finger', 5, 'incest'
-					
+					gs 'stat'					
 
 					act 'Continue':
-						cls
+						*clr & cla
 						'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/strapon_anal.jpg"></center>'
 						'"Yes, dear Anya! Put your dick in my ass! I want to feel it fill me up back there!"'
 						'She touches the tip to your anus, and pushes with just a little pressure, letting you relax and open for her backdoor invasion.'