Răsfoiți Sursa

One of a lot of places in the file that needs logic sorted out.

KevinSmarts 7 ani în urmă
părinte
comite
e28bbd8972
1 a modificat fișierele cu 30 adăugiri și 22 ștergeri
  1. 30 22
      locations/kotovSex

+ 30 - 22
locations/kotovSex

@@ -1276,28 +1276,36 @@ if $ARGS[0] = 'dog':
 	j = rand(1,3)
 	h = rand(1,3)
 	g = rand(1,2)
-	if g = 1 and h < 3 and pcs_dom > 30:'You smile at him confidently, and begin to <a href="exec:gt ''kotovSex'', ''dog_bonus''">match his thrusts</a>, slapping your hips against his every time he moves forward.'
-	if g = 1 and h < 3 and pcs_dom <= 30:'You moan meekly, and <a href="exec:gt ''kotovSex'', ''dog_bonus1''">bury your head in the sheets</a> while Vitek keeps hammering you in this position.'
-	if g = 2 and h < 3:'To ask Vic to help you <a href="exec:gt ''kotovSex'', ''dog_bonus2''">get up</a> .'
-	if h < 3:'After a while he pulls out of you, even though you know he enjoyed this as much as you did. He wants to try a different position, and suggests you...'
-	if h = 3:'You know Vitek well enough to recognize the subtle signs he''s giving you, he''s on edge and ready to cum!'
-
-	if h < 3 and j < 3 and i = 1:act 'Ride him':gt 'kotovSex', 'sex_cow'
-	if h < 3 and j < 3 and i = 2:act 'Lie on your back':gt 'kotovSex', 'misionary'
-	if h < 3 and j < 3 and i = 3:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
-	if h < 3 and j < 3 and i = 4:act 'Get in his arms':gt 'kotovSex', 'hand'
-
-	if anal_no = 0 and h < 3 and j = 3 and klismaday = daystart:act 'Suggest he fucks your ass':gt 'kotovSex', 'dog_anal'
-	if anal_no = 0 and h < 3 and j = 3 and klismaday ! daystart:act 'Stop him when he reaches for your ass':gt 'kotovSex', 'anal_no'
-
-	if anal_no = 1 and h < 3 and j = 3 and i = 1:act 'Lie on your back':gt 'kotovSex', 'misionary'
-	if anal_no = 1 and h < 3 and j = 3 and i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
-	if anal_no = 1 and h < 3 and j = 3 and i = 3:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
-	if anal_no = 1 and h < 3 and j = 3 and i = 4:act 'Get in his arms':gt 'kotovSex', 'hand'
-
-	k = rand(1,2)
-	if k = 1 and h = 3:act 'Make him cum':gt 'kotovSex', 'cum3'
-	if k = 2 and h = 3:act 'Make him cum':gt 'kotovSex', 'cum7' 
+	if h < 3:
+		if g = 1 and pcs_dom > 30:'You smile at him confidently, and begin to <a href="exec:gt ''kotovSex'', ''dog_bonus''">match his thrusts</a>, slapping your hips against his every time he moves forward.'
+		if g = 1 and pcs_dom <= 30:'You moan meekly, and <a href="exec:gt ''kotovSex'', ''dog_bonus1''">bury your head in the sheets</a> while Vitek keeps hammering you in this position.'
+		if g = 2:'To ask Vic to help you <a href="exec:gt ''kotovSex'', ''dog_bonus2''">get up</a> .'
+		'After a while he pulls out of you, even though you know he enjoyed this as much as you did. He wants to try a different position, and suggests you...'
+
+		if j < 3:
+			if i = 1:act 'Ride him':gt 'kotovSex', 'sex_cow'
+			if i = 2:act 'Lie on your back':gt 'kotovSex', 'misionary'
+			if i = 3:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
+			if i = 4:act 'Get in his arms':gt 'kotovSex', 'hand'
+		else
+			if anal_no = 0:
+				if klismaday = daystart:act 'Suggest he fucks your ass':gt 'kotovSex', 'dog_anal'
+				if klismaday ! daystart:act 'Stop him when he reaches for your ass':gt 'kotovSex', 'anal_no'
+			else
+				if i = 1:act 'Lie on your back':gt 'kotovSex', 'misionary'
+				if i = 2:act 'Ride him':gt 'kotovSex', 'sex_cow'
+				if i = 3:act 'Lie down on your stomach':gt 'kotovSex', 'bell'
+				if i = 4:act 'Get in his arms':gt 'kotovSex', 'hand'
+			end
+		end
+	else
+		'You know Vitek well enough to recognize the subtle signs he''s giving you, he''s on edge and ready to cum!'
+		if rand(1,2) = 1:
+			act 'Make him cum':gt 'kotovSex', 'cum3'
+		else
+			act 'Make him cum':gt 'kotovSex', 'cum7'
+		end
+	end
 end
 
 if $ARGS[0] = 'misionary_bonus2':