Explorar o código

[changed] some gosub

hornguy6 hai 3 días
pai
achega
87ad3eeb8f
Modificáronse 2 ficheiros con 3 adicións e 9 borrados
  1. 2 2
      locations/sex_ev_reactions.qsrc
  2. 1 7
      locations/sex_ev_start.qsrc

+ 2 - 2
locations/sex_ev_reactions.qsrc

@@ -1004,8 +1004,8 @@ if $ARGS[0] = 'cum_bad_taste':
 end
 
 if $ARGS[0] = '69_react':
-	if $sex_ev['position'] = '69'
-	
+	if $sex_ev['position'] = '69':
+		'placeholder'
 	end
 end
 

+ 1 - 7
locations/sex_ev_start.qsrc

@@ -817,13 +817,7 @@ if $ARGS[0] = 'slow_undress':
 	else
 		'You and <<$npc_usedname[$npcID]>> take your time, slowly helping each other out of your clothes and let them fall to the floor with a faint rustle.'
 	end
-	if $sex_ev['loc'] ! 'pc_home' or $home['current'] ! 'parents_home':
-		gs 'sex_ev_foreplay', 'bed_start'
-	else
-		act 'Go to your bed':gs 'sex_ev_foreplay', 'bed_start'
-
-		act 'Go to Anya''s bed':$sex_ev['bed_choice'] = 'anya_bed' & sisterQW['sex_bed_count'] += 1 & sisterQW['sex_bed'] = daystart & gs 'sex_ev_foreplay', 'bed_start'
-	end
+	gs 'sex_ev_start', 'starting_route'
 end
 
 if $ARGS[0] = 'frantic_undress':