Ver código fonte

Fix cum-reaction, fix naming variable

Malen 9 anos atrás
pai
commit
a9dd51b961

+ 7 - 4
locations/BDsex

@@ -666,10 +666,13 @@ if $ARGS[0] = 'cum':
 
 			manna -= 15
 			willpower -= 15
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
 		elseif finrand = 1:
 			!!out
 			if pose = 0:

+ 7 - 4
locations/StasSex

@@ -37,10 +37,13 @@ if SStip = 0:
 
 			manna -= 15
 			willpower -= 15
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
 			
 			act 'Breathe':
 				cls

+ 8 - 5
locations/brother

@@ -462,10 +462,13 @@ $sleepsexcum = {
 			manna -= 15
 			willpower -= 15
 
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
 		else
 			!!Out
 
@@ -532,7 +535,7 @@ $brother_showbody = {
 		'<center><b><font color = maroon>Kolka</font></b></center>'
 		'<center><img src="images/qwest/alter/ev2/brother/homework1.jpg"></center>'
 		'After finishing engaged, Kolka c red with excitement person asks:'
-		'- "<<$nickame>>, I have to quickly control on anatomy will, I still can not learn it can. Do not help me?'
+		'- "<<$nickname>>, I have to quickly control on anatomy will, I still can not learn it can. Do not help me?'
 		'- "In terms of?..." - you ask again at a loss.'
 		'- "Well there..." - I hesitated a little brother - "See how all the girls out there arranged, explain...'
 		if sub < 30: 

+ 7 - 4
locations/dinParty

@@ -304,10 +304,13 @@ $party_dj_suck ={
 				'You dutifully turned around and bent over in front of him.
 				The boy rubbed your hole, and abruptly entered, continuing at an accelerated pace you peck.
 				As if it was just what we had, and the guy quickly discharged into your hot pussy.'
-				if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-				if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-				if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-				if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+				if knowpreg = 0 and thinkpreg = 0:
+					if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+					if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+					if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+				else
+					'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+				end
 				act 'Move away':gt $locM,$metkaM
 			end
 		end

+ 14 - 8
locations/dinSex

@@ -991,10 +991,13 @@ $sexcum = {
 		if finrand = 0:
 			!!Inside
 			'<<$boy>> groaned and you feel a jet of sperm fill your pussy.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
 		elseif finrand = 1:
 			!!Out
 			if pose = 0:
@@ -1039,10 +1042,13 @@ $sexcumsk = {
          
 			manna = manna - 15
 			willpower = willpower - 15
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
       
 		elseif finrand = 1:
 			!out

+ 7 - 4
locations/dinsexFX

@@ -129,10 +129,13 @@ $vagend = {
 				manna -= 15
 				willpower -= 15
 
-				if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-				if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-				if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-				if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+				if knowpreg = 0 and thinkpreg = 0:
+					if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+					if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+					if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+				else
+					'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+				end
 			end
 		else
 			!!Out

+ 7 - 4
locations/garfather

@@ -161,10 +161,13 @@ if horny>50 and hadsexwithfather=1:
 						gs 'cum_manage'
 						manna -= 15
 						willpower -= 15
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-						if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+						if knowpreg = 0 and thinkpreg = 0:
+							if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+							if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+							if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+						else
+							'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+						end
 					else
 						'After a thorough fucking, you feel your stepfather''s cock begin to throb within you. Your stepfather''s body spasms, his cock filling the condom with his sperm.'
 						gs 'cum_manage'

+ 7 - 4
locations/orgazm

@@ -174,10 +174,13 @@ if $ARGS[0] = 'start':
 
 			manna -= 15
 			willpower -= 15
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
 		
 		elseif finrand = 1:
 			!!out

+ 14 - 8
locations/party_boys

@@ -236,10 +236,13 @@ if $ARGS[0] = 'drink':
 						you are relaxed, continuing to suck with relish and a receiving member, completely given to boys.
 						After playing with you, guys finishing, half-awake drunk you could hardly discern where one ends.
 						Boozer, in such a shabby state you have brought into the room...'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-						if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+						if knowpreg = 0 and thinkpreg = 0:
+							if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+							if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+							if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+						else
+							'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+						end
 						act 'Fall asleep':dynamic $Party_sleep
 					end
 				elseif i = 3:
@@ -268,10 +271,13 @@ if $ARGS[0] = 'drink':
 						Under the charm of your guys were finishing in you, hot jet hit the inside, finish on the back, in the ass...
 						-Uhh, Crown whore this evening awarded to you, <<$name>>.
 						Boozer, in such a shabby state you have brought into the room...'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-						if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-						if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+						if knowpreg = 0 and thinkpreg = 0:
+							if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+							if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+							if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+						else
+							'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+						end
 						act 'Fall asleep':dynamic $Party_sleep
 					end
 				elseif i = 4:

+ 13 - 10
locations/party_girls

@@ -467,11 +467,11 @@ $party_girls_boys ={
 	if i = 1:
 		facial += 1
 		spafinloc = 12
-gs 'cum_manage'
+		gs 'cum_manage'
 		spafinloc = 11
-gs 'cum_manage'
+		gs 'cum_manage'
 		spafinloc = 7
-gs 'cum_manage'
+		gs 'cum_manage'
 		gs'stat'
 		'<center><img src="images/qwest/alter/sisterQW/ReksHome/Party_girls_party_gost_19.jpg"></center>'
 		'Boys not long after you have seen , and unable to withstand your sexual charisma joined you..
@@ -491,11 +491,11 @@ gs 'cum_manage'
 			minut += 30
 			facial += 1
 			spafinloc = 12
-gs 'cum_manage'
+			gs 'cum_manage'
 			spafinloc = 11
-gs 'cum_manage'
+			gs 'cum_manage'
 			spafinloc = 7
-gs 'cum_manage'
+			gs 'cum_manage'
 			bj += 1
 			guy += 1
 			gang += 1
@@ -509,10 +509,13 @@ gs 'cum_manage'
 			Some guys still are not enough girls, and you notice how they are connected to your sister with Roma, Anya and gladly accepts new members.
 			The apartment reigned depraved atmosphere wild sex, groans and cries of bellowing.
 			Time seems to have stopped, They fuck you until you run out of all forces.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
-			if preg = 0 or (preg = 1 and knowpreg = 0) and tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
-			if preg = 1 and knowpreg = 1:'You chuckle to yourself, "Well at least I cannot get more pregnant.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot ! 0: '"I''m glad I got my birth control shot." you think to yourself.'
+				if tabletkishot = 0 and pillcon > 2000: '"Good thing I''m on the pill." you think to yourself.'
+				if tabletkishot = 0 and pillcon <=2000:'"Damn! I could get pregnant!" you think in horror.'
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
 			act 'Fall asleep':
 				cla
 				*clr