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

[changed] Put the starlet variable in a better place

Alaratt 3 жил өмнө
parent
commit
1905096c91

+ 5 - 1
locations/AlbStars.qsrc

@@ -250,7 +250,7 @@ if $ARGS[0] = 'starlets':
 	*clr & cla
 
 	AlbinaQW['startletsday'] = daystart
-
+	starlets_practice = 0
 	timemult = 8
 	loopcount = 1
 	:starletstimeloop
@@ -1238,6 +1238,7 @@ if $ARGS[0] = 'Starletsreact':
 	menu_off = 1
 	'As you approach the group, Albina motions you aside. "What the fuck <<$pcs_nickname>>!? Who knocked you up?" Her eyes then grow wide. "It wasn''t one of <i>them</i> was it? Regardless, you can''t dance if you''re pregnant! I''m sorry, but I''m going to have to cut you loose." she says while placing a hand on your shoulder.' 
 	'You nod in understanding and say your goodbyes before Albina walks back to the group, directing them to start from the beginning.'
+	starlets_practice = 0
 	minut += 5
 	gs 'stat'
 	
@@ -1247,6 +1248,7 @@ end
 if $ARGS[0] = 'StarletsEnd':
 	cla
 	'You enter the locker room and immediately see the disapproving looks on the girls faces. Albina walks over to you and, looking severly disappointed, shakes her head. "Why <<$pcs_nickname>>? You used to be cool, but now you''ve gone and done this to yourself. I''m sorry, but I just can''t have someone like you being associated with us anymore." She motions to the door and you walk out in shame, tears welling up in your eyes.'
+	starlets_practice = 0
 	minut += 2
 	gs 'stat'
 	
@@ -1256,6 +1258,7 @@ end
 if $ARGS[0] = 'StarletsPracticeMissed':
 	*clr & cla
 	menu_off = 1
+	starlets_practice = 0
 	minut += 5
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/pc/characters/shared/photos/big23.jpg"></center>'
@@ -1287,6 +1290,7 @@ if $ARGS[0] = 'Quit':
 	'You enter the hall and look around for Albina, spotting her as she''s doing some stretching exercises. You walk over to her and she gives you a puzzled stare. "Hurry up and get dressed <<$pcs_nickname>>, we haven''t got all day to wait for you!" she barks. You meekly smile at her in response. "Well? Hurry up and spit it out." she says while motioning for you to hurry up.
 	"I... I don''t want to be a part of this anymore. I''ve thought it over and this just isn''t for me."' 
 	'Albina looks disheartened, but still gives you a weak smile. "I understand... If you want to leave, then I won''t stop you. Just know that I thought you had some real potential here <<$pcs_nickname>>. And thanks for telling me and not just disappearing on me." she adds. You breathe a sigh of relief as she gathers the girls up for the session, letting you go on your way.'
+	starlets_practice = 0
 	minut += 2
 	gs 'stat'
 

+ 1 - 4
locations/gdksport.qsrc

@@ -135,10 +135,7 @@ if $ARGS[0] = 'start':
 						end
 					end
 				else
-					act 'Train with Starlets':
-						starlets_practice = 0
-						gt 'AlbStars', 'starlets'
-					end
+					act 'Train with Starlets': gt 'AlbStars', 'starlets'
 				end
 				act 'Quit the Starlets' : gt 'AlbStars', 'Quit' 
 			else