소스 검색

Brother and seeporn fixes

Fixed a second issue in seeporn that caused it to crash when it got to a
certain point.
Did minor cleanup on action names in seeporn to make them a bit clearer
as to what they are doing.
Moved rand call in seeporn into if block.
Some cleanup in brother to eliminate unnecessary else condition, using
exit instead to cut down on nesting. Moved some commands around to
further simplify code, also moved a rand call into if condition.
Thekingofsweden 9 년 전
부모
커밋
2c4dd5697c
2개의 변경된 파일54개의 추가작업 그리고 66개의 파일을 삭제
  1. 44 47
      locations/brother
  2. 10 19
      locations/seeporn

+ 44 - 47
locations/brother

@@ -1,7 +1,7 @@
 # brother
 brotherAge = age - 2
 gs 'stat'
-'<center><b><font color="maroon">Colca</font></b></center>'
+'<center><b><font color="maroon">Kolca</font></b></center>'
 '<center><img src="images/qwest/alter/brother.jpg"></center>'
 'Your brother Kolka younger than you and he <<brotherAge>> years. Kolka born unlike you and your sister already from his stepfather. He goes to the same school as you and enjoys football.'
 
@@ -41,58 +41,55 @@ act 'Move away':gt $loc, $metka
 if $loc = 'gschool':
 	if brother < 40:
 		'Brother frowns "Get off me pridurochnaya!"'
+		exit
+	end
+
+	if evgenQW >= 4:
+		'Guys poshushukavshis together tell you "Yup, Well it this Soccer, Let`s go watch porn."'
+
+		act 'Go watch porn':minut += 5 & gt 'seeporn'
 	else
-		if evgenQW >= 4:
-			'Guys poshushukavshis together tell you "Yup, Well it this Soccer, Let`s go watch porn."'
-
-			act 'Go watch porn':minut += 5 & gt 'seeporn'
-		elseif evgenQW < 4:
-			'Brother grins "Hi <<$nickname>>. Play football?"'
-
-			act 'Play football':
-				cls
-				minut += 60
-				brother += 5
-				agil += rand(0, 2)
-				speed += rand(0, 2)
-				sweat += 3
-				beg += rand(2, 5)
-				gs 'stat'
-				'You ran for an hour on the field chasing a ball with my brother and his friends Bear and Zhendosom.'
-				ivrand = rand(0, 1)
-
-				if ivrand = 0 and seepornofut = 0:
-					'Boys whispering among themselves discussing something.'
-
-					act 'You are talking about here?':
-						cls
-						gs 'stat'
-						'Boys hesitated, so much so, nothing.'
-
-						if dom > 0:
-							'You''re a bit pressed on them "Are you as malyshnya, sekretiki what that you." One of the boys immediately split "Yes."'
-
-							act 'Move away':gt $loc, $metka
-
-							act 'Take me':
-								cls
-								gs 'stat'
-								'you asked, what would you also have to look porn. Guys nemnog oposmuschalis, but agreed.'
-
-								act 'Go watch porn':minut += 5 & gt 'seeporn'
-							end
-						else
-							act 'Move away':gt $loc, $metka
+		'Brother grins "Hi <<$nickname>>. Play football?"'
+
+		act 'Play football':
+			cls
+			minut += 60
+			brother += 5
+			agil += rand(0, 2)
+			speed += rand(0, 2)
+			sweat += 3
+			beg += rand(2, 5)
+			gs 'stat'
+			'You ran for an hour on the field chasing a ball with my brother and his friends Bear and Zhendosom.'
+
+			if rand(0, 1) = 0 and seepornofut = 0:
+				'Boys whispering among themselves discussing something.'
+
+				act 'You are talking about here?':
+					cls
+					gs 'stat'
+					'Boys hesitated, so much so, nothing.'
+
+					act 'Move away':gt $loc, $metka
+
+					if dom > 0:
+						'You''re a bit pressed on them "Are you as malyshnya, sekretiki what that you." One of the boys immediately split "Yes."'
+						act 'Take me':
+							cls
+							gs 'stat'
+							'you asked, what would you also have to look porn. Guys nemnog oposmuschalis, but agreed.'
+
+							act 'Go watch porn':minut += 5 & gt 'seeporn'
 						end
 					end
-				elseif ivrand = 0 and seepornofut >= 1:
-					'Guys poshushukavshis together tell you "<<$nickname>>, go look porn?"'
-
-					act 'Go watch porn':minut += 5 & gt 'seeporn'
 				end
+			elseif rand(0, 1) = 0 and seepornofut >= 1:
+				'Guys poshushukavshis together tell you "<<$nickname>>, go look porn?"'
 
-				act 'Move away':gt $loc, $metka
+				act 'Go watch porn':minut += 5 & gt 'seeporn'
 			end
+
+			act 'Move away':gt $loc, $metka
 		end
 	end
 end

+ 10 - 19
locations/seeporn

@@ -1,4 +1,5 @@
 # seeporn
+!! this is triggered by going to see porn with the brother in the altstart
 gs 'stat'
 'Together with all the guys you''ve come to bear and he turned on the video player, by which immediately began to show porn.'
 
@@ -12,10 +13,9 @@ act 'watch':
 	if seepornofut < 3:
 		'Boys looking at what is happening on the screen clearly at ease and embarrassed shoot you in the eyes.'
 	elseif seepornofut >= 3 and seepornofut < 10:
-		'Guys have become accustomed to watching porn , sometimes even comment on it.'
+		'Guys have become accustomed to watching porn, sometimes even comment on it.'
 	elseif seepornofut >= 10:
 		'Guys look hard porn, you notice, that all vyzdybilis shirinki.'
-		evgenrand = rand(0, 1)
 
 		if evgenQW = 4:
 			cls
@@ -32,7 +32,7 @@ act 'watch':
 				'<center><img src="images/qwest/alter/ev2/seepornblowbang.jpg"></center>'
 				'Zhendos got dick out of his pants and pulled your face to its members, You dutifully wrapped around his lips and began to suck. Your brother Kolka and Bear also got members and put them to you to face, you started to masturbate and suck dick.'
 
-				act 'suck':
+				act 'Suck':
 					cls
 					cumface += 3
 					cumlip += 2
@@ -46,7 +46,7 @@ act 'watch':
 			end
 
 			if dom > boyseeporn * 2:
-				act 'Beat it':
+				act 'Refuse':
 					cls
 					dom += 1
 					gs 'stat'
@@ -94,7 +94,7 @@ act 'watch':
 					'<center><img src="images/qwest/alter/ev2/seepornfirst.jpg"></center>'
 					'You glide skin on both members of their handles, your brother Kolka broke down and with a strangled groan. You have eyes widened by this turn of events. Zhendos rapidly groaned and of its members flew jet of sperm on your foot, immediately joined by Mishan and also finished on your foot.'
 
-					act 'To_get':
+					act 'Continue':
 						cls
 						cumfrot += 2
 						cumface += 1
@@ -121,19 +121,10 @@ act 'watch':
 						act 'Leave':gt 'gorodok'
 					end
 				end
-
 				exit
-				cls
-				dom += 1
-				gs 'stat'
-				!!'<center><img src="images/qwest/alter/ev2/seepornHand.jpg"></center>'
-				'You angrily removes his hands and yelling angrily at the boys.'
-
-				act 'Leave':gt 'gorodok'
 			end
-
 			exit
-		elseif evgenQW = 2 and evgenrand = 0:
+		elseif evgenQW = 2 and rand(0, 1) = 0:
 			cls
 			gs 'stat'
 			'<center><img src="images/qwest/alter/ev2/seeporn.jpg"></center>'
@@ -145,7 +136,7 @@ act 'watch':
 				'<center><img src="images/qwest/alter/ev2/seeporn.jpg"></center>'
 				'You rebelled actions boys. What Bear said "Come, you''re a girl, moreover, we just peredernesh gate in a friendly."'
 
-				if horny> = 70:
+				if horny >= 70:
 					act 'jerk kid':
 						cls
 						hj += 2
@@ -180,7 +171,7 @@ act 'watch':
 				end
 			end
 			exit
-		elseif evgenQW = 1 and evgenrand = 0:
+		elseif evgenQW = 1 and rand(0, 1) = 0:
 			cls
 			horny += 10
 			gs 'stat'
@@ -188,7 +179,7 @@ act 'watch':
 			'You feel like a hand Zhendosa accidentally stroking your ass.'
 
 			if horny < 70:
-				act 'Remove his hands':
+				act 'Remove hands':
 					cls
 					dom += 1
 					gs 'stat'
@@ -211,7 +202,7 @@ act 'watch':
 			end
 
 			exit
-		elseif evgenQW = 0 and evgenrand = 0:
+		elseif evgenQW = 0 and rand(0, 1) = 0:
 			cls
 			gs 'stat'
 			'Guys look hard porn, you notice, that all vyzdybilis shirinki. Zhendos looking at porn asks you "And you did that <<$name>> ever?"'