Преглед на файлове

[fixed] Indenting off and missing end

Kevin_Smarts преди 2 години
родител
ревизия
1c4d7c62a6
променени са 1 файла, в които са добавени 74 реда и са изтрити 73 реда
  1. 74 73
      locations/gschool_cheerleading.qsrc

+ 74 - 73
locations/gschool_cheerleading.qsrc

@@ -126,86 +126,87 @@ if $ARGS[0] = 'tryouts':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/cheerleading/tryouts.jpg"></center>'
 	if grupTipe = 5:
-	 cheerleadingQW['quest_stage'] = -1
-	 cheerleadingQW['reject'] = daystart
-	 cheerleadingQW['grupTipe'] = grupTipe
-	 'Albina and the other girls grow silent and just stare at you as you enter. You feel very awkward and self-concious as Albina walks up to you with a puzzled glare. "What are <i>you</i> doing here? Are you trying to get yourself humiliated?"'
-	 'Christina laughs as she walks up to you. "Oh my god, does this '+iif(hotcat < 6,'hidious hag','social reject')+' actually think she can become a cheerleader? Everyone would be too busy laughing to focus on the game!"'
-	 '"I think it''s best if you just leave and run back to loser central where you belong. Nobody wants '+iif(hotcat < 6,'your ugly ass face spoiling the view.','a friendless loser like you around making things awkward.')+'" Albina says while motioning towards the door. "You better hope that I''m still too busy laughing at your dumb ass that I forget to punish you for embarrassing me." Christina adds.'
-	 'It''s clear that you''re not wanted here and all the girls present are pointing and laughing at you as Albina just shakes her head dismissively. Tears well up in your eyes as you run out the door, the vicious sound of mocking laughter following you down the corrider.'
-	 act 'Flee': gt 'gschool_grounds', 'main'
+		cheerleadingQW['quest_stage'] = -1
+		cheerleadingQW['reject'] = daystart
+		cheerleadingQW['grupTipe'] = grupTipe
+		'Albina and the other girls grow silent and just stare at you as you enter. You feel very awkward and self-concious as Albina walks up to you with a puzzled glare. "What are <i>you</i> doing here? Are you trying to get yourself humiliated?"'
+		'Christina laughs as she walks up to you. "Oh my god, does this '+iif(hotcat < 6,'hidious hag','social reject')+' actually think she can become a cheerleader? Everyone would be too busy laughing to focus on the game!"'
+		'"I think it''s best if you just leave and run back to loser central where you belong. Nobody wants '+iif(hotcat < 6,'your ugly ass face spoiling the view.','a friendless loser like you around making things awkward.')+'" Albina says while motioning towards the door. "You better hope that I''m still too busy laughing at your dumb ass that I forget to punish you for embarrassing me." Christina adds.'
+		'It''s clear that you''re not wanted here and all the girls present are pointing and laughing at you as Albina just shakes her head dismissively. Tears well up in your eyes as you run out the door, the vicious sound of mocking laughter following you down the corrider.'
+		act 'Flee': gt 'gschool_grounds', 'main'
 	else
-	 'After school, you head to the PE hall to try out for the cheerleading team'+iif(cheerleadingQW['try_count'] > 1, ' again','')+', taking your place amongst the group of hopeful girls already here. Albina is standing with Vicky, Christina, Lina, Lariska and Bella, as well as a few other girls from other classes who you don''t recognise that round out the squad. They are all inspecting you and talking amongst themselves.'
-	 'Once everyone is gathered, Albina speaks up. "Before we begin, you should all know that training is every Tuesday and Thursday and game days are every second Friday. Anyone who can''t commit to the squad on those days can fuck off!"'
-	 'A few girls leave as Albina starts showing you part of the cheerleading routine as an example and asks everyone to copy it.'
-	 act 'Try to follow Albina''s example':
-		*clr & cla
-		!! double cheer_exp so it progresses faster given that Sveta cant get it anywhere else
-		gs 'exercise', 'tier2', 0, 'agil_exp', 'vital_exp', 'cheer_exp', 'cheer_exp', 'danc_exp'
-		gs 'exercise', 'tier2', 0, 'agil_exp', 'vital_exp', 'cheer_exp', 'cheer_exp', 'danc_exp'
-		!! Success calculation - Contributing factors: social group, cool kids standing, Albina friendship, agility, endurance, dance skill, natural cheerleading talent
-		!!  New game character comparison:
-		!!  Cool kids would just about pass								~250 (100 cool + 55 friendship + 30 agi + 30 end + 20 dance + 15 talent)
-		!!  Any jock start would easily pass (especially dancers)		~280+(100 jock + 30 friendship + 50 agi + 50 end + 25 dance + 25 talent)
-		!!  Nerds would need a lot of work 								~112 (0 rep + 20 friendship + 30 agi + 30 end + 15 dance + 15 talent)
-		!!  Gopniks would also need a lot of work						~134 (0 rep + 30 friendship + 35 agi + 35 end + 17 dance + 17 talent)
-		!!  Outcasts stand no chance									~-80 (-200 outcast + 30 friendship + 30 agi + 30 end + 15 dance + 15 talent)
-		cheerleadingQW['try_physical'] = pcs_agil + pcs_vital + pcs_danc + pcs_cheer
-		cheerleadingQW['try_social'] = npc_rel['A23']
-		if grupTipe = 1 or grupTipe = 2:
-			cheerleadingQW['try_social'] += 100
-		elseif grupTipe = 5:
-			cheerleadingQW['try_social'] -= 200
-		else
-			!! If not jock or cool kid, adds half of your rep with Albina''s group
-			cheerleadingQW['try_social'] += grupvalue[npc_grupTipe['A23']]/2
-		end
-
-		if cheerleadingQW['try_physical'] + cheerleadingQW['try_social'] >= 250:
-		 !! Success
-			cheerleadingQW['day'] = daystart
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/cheerleading/lineup.jpg"></center>'
-			!! Different text based on what contributed more
-			
-			if cheerleadingQW['try_physical'] < cheerleadingQW['try_social']:
-				'While you''re a bit clumsy during your turn, you are able to somewhat match the example set and Albina and a few of the other girls seem impressed. Christina rolls her eyes and scoffs at you.'
-			else
-				'While they clearly judge you more harshly than some of the other girls, you are able to impress Albina and some of the other girls with your physical abilities. Christina rolls her eyes and scoffs at you.'
-			end
-			'After you finish, they line the group up and start moving along, rejecting those who weren''t good enough until only you and one other girl remain.'
+		'After school, you head to the PE hall to try out for the cheerleading team'+iif(cheerleadingQW['try_count'] > 1, ' again','')+', taking your place amongst the group of hopeful girls already here. Albina is standing with Vicky, Christina, Lina, Lariska and Bella, as well as a few other girls from other classes who you don''t recognise that round out the squad. They are all inspecting you and talking amongst themselves.'
+		'Once everyone is gathered, Albina speaks up. "Before we begin, you should all know that training is every Tuesday and Thursday and game days are every second Friday. Anyone who can''t commit to the squad on those days can fuck off!"'
+		'A few girls leave as Albina starts showing you part of the cheerleading routine as an example and asks everyone to copy it.'
+		act 'Try to follow Albina''s example':
+			*clr & cla
+			!! double cheer_exp so it progresses faster given that Sveta cant get it anywhere else
+			gs 'exercise', 'tier2', 0, 'agil_exp', 'vital_exp', 'cheer_exp', 'cheer_exp', 'danc_exp'
+			gs 'exercise', 'tier2', 0, 'agil_exp', 'vital_exp', 'cheer_exp', 'cheer_exp', 'danc_exp'
+			!! Success calculation - Contributing factors: social group, cool kids standing, Albina friendship, agility, endurance, dance skill, natural cheerleading talent
+			!!  New game character comparison:
+			!!  Cool kids would just about pass								~250 (100 cool + 55 friendship + 30 agi + 30 end + 20 dance + 15 talent)
+			!!  Any jock start would easily pass (especially dancers)		~280+(100 jock + 30 friendship + 50 agi + 50 end + 25 dance + 25 talent)
+			!!  Nerds would need a lot of work 								~112 (0 rep + 20 friendship + 30 agi + 30 end + 15 dance + 15 talent)
+			!!  Gopniks would also need a lot of work						~134 (0 rep + 30 friendship + 35 agi + 35 end + 17 dance + 17 talent)
+			!!  Outcasts stand no chance									~-80 (-200 outcast + 30 friendship + 30 agi + 30 end + 15 dance + 15 talent)
+			cheerleadingQW['try_physical'] = pcs_agil + pcs_vital + pcs_danc + pcs_cheer
+			cheerleadingQW['try_social'] = npc_rel['A23']
 			if grupTipe = 1 or grupTipe = 2:
-				!! Stage 3 = regular member
-				cheerleadingQW['quest_stage'] = 3
-				'"You, <<$pcs_nickname>>, you actually impressed us'+iif(cheerleadingQW['try_count'] > 1, ' this time','')+'. '+iif(cheerleadingQW['try_physical'] < cheerleadingQW['try_social'],'Sure, you were a bumbling idiot in your execution, but we have a good feeling about you.','I didn''t think you had it in you, but those moves really were something!')+' I expect to see you on time at our next practice session!"'
-				'You barely have time to react before Albina and the other girls walk away. You ignore the jealous stares you recieve from the others and get ready to leave.'
+				cheerleadingQW['try_social'] += 100
+			elseif grupTipe = 5:
+				cheerleadingQW['try_social'] -= 200
 			else
-				!! Stage 2 = backup
-				cheerleadingQW['quest_stage'] = 2
-				'Albina and the other girls whisper among themselves before she turns and talks to you. "I like your moves <<$pcs_firstname>>, but I can''t let someone like you on my squad. I''ve got a reputation to uphold." She looks back at the others and they all give her wide smiles and giggles before she turns back to you. "However, we are in need of someeone who can cover for one of us on <i>very rare</i> occasions, so how does being our backup sound?"'
-				'Being asked to be the backup is further than anyone like you has ever made it! You nod your head and try not to look too excited as Albina welcomes the other girl to the team.'
-				'There are a lot of puzzled stares and whispers directed at you as everyone prepares to leave. As you are about to leave, Albina walks up to you with a serious look on her face. "I''m doing this against my better judgement <<$pcs_firstname>>, so don''t make me regret it. Give me <i>one</i> good reason to give you the boot and you''ll be out on your ass in seconds!" she warns with a hard poke to your chest. You swallow, feeling somewhat intimidated by her warning.'
+				!! If not jock or cool kid, adds half of your rep with Albina''s group
+				cheerleadingQW['try_social'] += grupvalue[npc_grupTipe['A23']]/2
 			end
-		else
-		 !! Failure
-			cheerleadingQW['quest_stage'] -= 1
-			cheerleadingQW['reject'] = daystart
-			!! Saving current social group number here so it can get mentioned on the second tryouts if it changes
-			cheerleadingQW['grupTipe'] = grupTipe
-			pcs_mood -= 20
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/cheerleading/lineup.jpg"></center>'
-			!! Different text based on what contributed more
-			if cheerleadingQW['try_physical'] < cheerleadingQW['try_social']:
-				'You '+iif(cheerleadingQW['try_count'] > 1, 'still','just')+' don''t have the capability to match Albina''s high standards. You mess up almost every move and you can hear the mocking laughter of the girls around you.'
+
+			if cheerleadingQW['try_physical'] + cheerleadingQW['try_social'] >= 250:
+			 !! Success
+				cheerleadingQW['day'] = daystart
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/cheerleading/lineup.jpg"></center>'
+				!! Different text based on what contributed more
+				
+				if cheerleadingQW['try_physical'] < cheerleadingQW['try_social']:
+					'While you''re a bit clumsy during your turn, you are able to somewhat match the example set and Albina and a few of the other girls seem impressed. Christina rolls her eyes and scoffs at you.'
+				else
+					'While they clearly judge you more harshly than some of the other girls, you are able to impress Albina and some of the other girls with your physical abilities. Christina rolls her eyes and scoffs at you.'
+				end
+				'After you finish, they line the group up and start moving along, rejecting those who weren''t good enough until only you and one other girl remain.'
+				if grupTipe = 1 or grupTipe = 2:
+					!! Stage 3 = regular member
+					cheerleadingQW['quest_stage'] = 3
+					'"You, <<$pcs_nickname>>, you actually impressed us'+iif(cheerleadingQW['try_count'] > 1, ' this time','')+'. '+iif(cheerleadingQW['try_physical'] < cheerleadingQW['try_social'],'Sure, you were a bumbling idiot in your execution, but we have a good feeling about you.','I didn''t think you had it in you, but those moves really were something!')+' I expect to see you on time at our next practice session!"'
+					'You barely have time to react before Albina and the other girls walk away. You ignore the jealous stares you recieve from the others and get ready to leave.'
+				else
+					!! Stage 2 = backup
+					cheerleadingQW['quest_stage'] = 2
+					'Albina and the other girls whisper among themselves before she turns and talks to you. "I like your moves <<$pcs_firstname>>, but I can''t let someone like you on my squad. I''ve got a reputation to uphold." She looks back at the others and they all give her wide smiles and giggles before she turns back to you. "However, we are in need of someeone who can cover for one of us on <i>very rare</i> occasions, so how does being our backup sound?"'
+					'Being asked to be the backup is further than anyone like you has ever made it! You nod your head and try not to look too excited as Albina welcomes the other girl to the team.'
+					'There are a lot of puzzled stares and whispers directed at you as everyone prepares to leave. As you are about to leave, Albina walks up to you with a serious look on her face. "I''m doing this against my better judgement <<$pcs_firstname>>, so don''t make me regret it. Give me <i>one</i> good reason to give you the boot and you''ll be out on your ass in seconds!" she warns with a hard poke to your chest. You swallow, feeling somewhat intimidated by her warning.'
+				end
 			else
-				'You have the feeling you''re doing at least as good as some of the others, maybe even better, but the majority of the girls, especially Christina, constantly point in your direction and laugh at the tiniest of your mistakes'+iif(cheerleadingQW['try_count'] > 1, ', just like last time','')+'. Being under such scrutiny causes you to stumble even more, provoking yet more mocking. Albina just crosses her arms and shakes her head in disappointment.'
+				!! Failure
+				cheerleadingQW['quest_stage'] -= 1
+				cheerleadingQW['reject'] = daystart
+				!! Saving current social group number here so it can get mentioned on the second tryouts if it changes
+				cheerleadingQW['grupTipe'] = grupTipe
+				pcs_mood -= 20
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/afterschool/cheerleading/lineup.jpg"></center>'
+				!! Different text based on what contributed more
+				if cheerleadingQW['try_physical'] < cheerleadingQW['try_social']:
+					'You '+iif(cheerleadingQW['try_count'] > 1, 'still','just')+' don''t have the capability to match Albina''s high standards. You mess up almost every move and you can hear the mocking laughter of the girls around you.'
+				else
+					'You have the feeling you''re doing at least as good as some of the others, maybe even better, but the majority of the girls, especially Christina, constantly point in your direction and laugh at the tiniest of your mistakes'+iif(cheerleadingQW['try_count'] > 1, ', just like last time','')+'. Being under such scrutiny causes you to stumble even more, provoking yet more mocking. Albina just crosses her arms and shakes her head in disappointment.'
+				end
+				'Embarrassed, you sheepishly line up with the group as Albina and the girls start rejecting those who weren''t good enough, some of the cheerleaders happily mocking and laughing at them.'
+				'When they get to you, the girls behind Albina can''t control themselves and burst out laughing. Albina again shakes her head in disappointment as she speaks to you. "'+iif(cheerleadingQW['try_count'] > 1, 'I didn''t think you could do any worse than you did last time <<$pcs_nickname>>, but... wow.','I don''t think I''ve ever seen a more horrific attempt as that!')+' Why are you even here <<$pcs_nickname>>? These are tryouts for cheerleading, not a fucking circus!"'
+				'Feeling dejected, you watch her continue down the line and select the girl she wants on the team. '+iif(cheerleadingQW['try_physical'] < cheerleadingQW['try_social'],'You don''t think much of it as you quickly leave to avoid further humiliation.','"There''s no way that girl performed better than me! She just chose her because they''re friends!" you tell yourself as you angrily turn to leave.')
 			end
-			'Embarrassed, you sheepishly line up with the group as Albina and the girls start rejecting those who weren''t good enough, some of the cheerleaders happily mocking and laughing at them.'
-			'When they get to you, the girls behind Albina can''t control themselves and burst out laughing. Albina again shakes her head in disappointment as she speaks to you. "'+iif(cheerleadingQW['try_count'] > 1, 'I didn''t think you could do any worse than you did last time <<$pcs_nickname>>, but... wow.','I don''t think I''ve ever seen a more horrific attempt as that!')+' Why are you even here <<$pcs_nickname>>? These are tryouts for cheerleading, not a fucking circus!"'
-			'Feeling dejected, you watch her continue down the line and select the girl she wants on the team. '+iif(cheerleadingQW['try_physical'] < cheerleadingQW['try_social'],'You don''t think much of it as you quickly leave to avoid further humiliation.','"There''s no way that girl performed better than me! She just chose her because they''re friends!" you tell yourself as you angrily turn to leave.')
+			act 'Leave': gt 'gschool_grounds', 'main'
 		end
-		act 'Leave': gt 'gschool_grounds', 'main'
 	end
 end