Browse Source

[fixed] Getting wrong label error in name section. Suspect its the jump so chaged it to use a goto instead

Kevin_Smarts 1 year ago
parent
commit
3ef5b73983
1 changed files with 21 additions and 18 deletions
  1. 21 18
      locations/foto.qsrc

+ 21 - 18
locations/foto.qsrc

@@ -441,24 +441,7 @@ if $ARGS[0] = 'model_name2':
 		act'Continue':gt 'foto', 'gave_passport'
 	end
 	
-	act'Use a fake name':
-		:model_name
-		$model['firstname'] = input("What is the first name of your model persona?")
-		$model['nickname'] = input("What is the shortened version or nickname of your model persona?")
-		$model['lastname'] = input("What is the last name of your model persona?")
-		cla & *clr
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
-		'"<<$model[''firstname'']>>..." he mutters, slowly typing. "<<$model[''lastname'']>>... Okay, there. Is this correct?"'
-		'He turns the screen around so you can see what he wrote.'
-		'<i><<$model[''firstname'']>> "<<$model[''nickname'']>>" <<$model[''lastname'']>></i>'
-		act'Incorrect':jump 'model_name'
-		
-		act'Correct':
-			cla & *nl
-			'"That''s correct," you say.'
-			act'Continue':gt 'foto', 'gave_passport'
-		end
-	end
+	act'Use a fake name': gt'foto','model_name3'
 	
 	if model['ask_model_name'] = 0:
 		act'Why would I?':
@@ -471,6 +454,26 @@ if $ARGS[0] = 'model_name2':
 	end
 end
 
+if $ARGS[0] = 'model_name3':
+	cla & *clr
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
+	$model['firstname'] = input("What is the first name of your model persona?")
+	$model['nickname'] = input("What is the shortened version or nickname of your model persona?")
+	$model['lastname'] = input("What is the last name of your model persona?")
+	cla & *clr
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
+	'"<<$model[''firstname'']>>..." he mutters, slowly typing. "<<$model[''lastname'']>>... Okay, there. Is this correct?"'
+	'He turns the screen around so you can see what he wrote.'
+	'<i><<$model[''firstname'']>> "<<$model[''nickname'']>>" <<$model[''lastname'']>></i>'
+	act'Incorrect': gt'foto','model_name3'
+	
+	act'Correct':
+		cla & *nl
+		'"That''s correct," you say.'
+		act'Continue':gt 'foto', 'gave_passport'
+	end
+end
+
 if $ARGS[0] = 'gave_passport':
 	*clr & cla
 	menu_off = 1