Browse Source

[fixed] redundant end in albinahome

3xpurt 4 years ago
parent
commit
9e37a1427c
1 changed files with 13 additions and 14 deletions
  1. 13 14
      locations/albinahome.qsrc

+ 13 - 14
locations/albinahome.qsrc

@@ -328,27 +328,26 @@ if $ARGS[0] = 'dressing':
 end
 
 if $ARGS[0] = 'chat':
+	*clr & cla
+	menu_off = 1
+	minut += 20
+	pcs_mood += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/albinatalk.jpg"></center>'
+	'You chat with Albina about school, love interest, family, makeup up, even the latest tv shows or movies you have watched.'
+	act 'Say goodbye and go home':gt 'pavResidential'
+	act 'Keep chatting':
 		*clr & cla
 		menu_off = 1
 		minut += 20
 		pcs_mood += 5
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/albinatalk.jpg"></center>'
-		'You chat with Albina about school, love interest, family, makeup up, even the latest tv shows or movies you have watched.'
-		act 'Say goodbye and go home':gt 'pavResidential'
-		act 'Keep chatting':
-			*clr & cla
-			menu_off = 1
-			minut += 20
-			pcs_mood += 5
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/albinatalk.jpg"></center>'
-			'You continue to chat with Albina about various topics of interest and gossiping about other students.'
-			act 'Continue': gt 'albinahome', 'chat'
-		end
-		act 'Talk about video games': gt 'albinahome', 'game'
-		act 'Talk about clothes': gt 'albinahome', 'dressing'
+		'You continue to chat with Albina about various topics of interest and gossiping about other students.'
+		act 'Continue': gt 'albinahome', 'chat'
 	end
+	act 'Talk about video games': gt 'albinahome', 'game'
+	act 'Talk about clothes': gt 'albinahome', 'dressing'
 end
 
 if $ARGS[0] = 'game':