1
0
Эх сурвалжийг харах

[fixed] tg start leading to a blank screen when starting in gad

anjuna krokus 4 сар өмнө
parent
commit
3b215fef08

+ 2 - 2
locations/intro_sg_tg.qsrc

@@ -684,8 +684,8 @@ if $ARGS[0] = 'game_start':
 
 				act 'Start your new life':
 					music_loop = 0
-					if $starting_location = 'pavlovsk': gt 'bedrPar'
-					if $starting_location = 'gadukino': gt 'gad_gphouse', 'start'
+					if $starting_location = 'pavlovsk': gt 'bedrPar', 'intro'
+					if $starting_location = 'gadukino': gt 'gad_gphouse', 'intro'
 				end
 				act 'Introduction to character stats and the stat display': $stat_explanation = 'sg_tg' & gt 'stat_explanations', 'start'
 			end

+ 2 - 2
locations/stat_explanations.qsrc

@@ -182,8 +182,8 @@ if $ARGS[0] = 'start_exit':
 		act 'Start your new life':
 			killvar '$stat_explanation'
 			music_loop = 0
-			if $starting_location = 'pavlovsk': gt 'bedrPar'
-			if $starting_location = 'gadukino': gt 'gad_gphouse', 'start'
+			if $starting_location = 'pavlovsk': gt 'bedrPar', 'intro'
+			if $starting_location = 'gadukino': gt 'gad_gphouse', 'intro'
 		end
 	elseif $stat_explanation = 'city':
 		act 'Start the game':  killvar '$stat_explanation' & gt 'korr'