Bladeren bron

[added] jock pickup games

Sicaa 4 jaren geleden
bovenliggende
commit
0a74fed5dc
6 gewijzigde bestanden met toevoegingen van 3535 en 90 verwijderingen
  1. 3 0
      glife.qproj
  2. 1259 0
      locations/bbgamein.qsrc
  3. 1688 0
      locations/bbgameout.qsrc
  4. 482 0
      locations/fbgameout.qsrc
  5. 68 64
      locations/gdksport.qsrc
  6. 35 26
      locations/gschool_grounds.qsrc

+ 3 - 0
glife.qproj

@@ -652,6 +652,9 @@
 		<Location name="gschool_chats3"/>
 		<Location name="nogorslut"/>
 		<Location name="yesgorslut"/>
+		<Location name="bbgamein"/>
+		<Location name="bbgameout"/>
+		<Location name="fbgameout"/>
 	</Folder>
 	<Folder name="Shared_appartment">
 		<Location name="pavSharedApt"/>

+ 1259 - 0
locations/bbgamein.qsrc

@@ -0,0 +1,1259 @@
+
+
+if $ARGS[0] = 'basketball_pickupgame':
+	*clr & cla
+	bbpickupDay = daystart
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/insidecourt.jpg"></center>'
+	if grupTipe ! 2:
+		'As you enter the gym you notice some of the ''jocks'' standing around the basket, shooting and talking. They seem to joke around as some do more poorly than the others. They look like they are going to play some basketball, a few of them acknowledge you but none of them wave you over.'
+		act 'Sit and watch them':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/watch.jpg"></center>'
+			'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them so day, yourself.'
+			act 'Leave': gt 'gdksport', 'start'
+		end
+		act 'Ask to join':
+			*clr & cla
+			minut += 3
+			grupvalue[2] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/teampick.jpg"></center>'
+			'You walk over to them. "Hey guys what are you doing?"'
+			'Several of them turn towards you, Lazar replies. "About to divide up into teams and play, you can watch if you want."'
+			'"Well could I join you instead?" You ask.'
+			'The glance among each other before Lazar replies. "Maybe some other time <<$pcs_nickname>>." Then they start picking teams.'
+			act 'Sit and watch them':
+				*clr & cla
+				minut += 30
+				grupvalue[2] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/watch.jpg"></center>'
+				'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them so day, yourself.'
+				act 'Leave': gt 'gdksport', 'start'
+			end
+			act 'Leave': gt 'gdksport', 'start'
+		end
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/insidecourt.jpg"></center>'
+		'As you enter the gym you notice some of the ''jocks'' standing around the basket, shooting and talking. They seem to joke around as some do more poorly than the others.'
+		'"Over here <<$pcs_nickname>>! You just arrived at the right time, we were just about to pick out the teams!" Lazar yells out.'
+		'You greet everyone as Lazar continues on, "Okay, you know the rules by now, 3 vs 3, first to 21. Winners stay until they lose."'
+		'Everyone nods and their eyes start scanning around, as they search for a team.'
+		act 'Ask around':
+			*clr & cla
+			minut += 10
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/teampick.jpg"></center>'
+			'You cautiously walk around feeling around who you could form a team with. Most of the people there are friendly and most of them invite you to join them.'
+			'After hearing everyone out you''re left with either forming an all-girls team, a mixed team with two girls and a boy or join a team with two boys.'
+			act 'Join the all-girl team': gt 'bbgamein', 'girls'
+			act 'Join the mixed team': gt 'bbgamein', 'mixed'
+			act 'Join the boys team': gt 'bbgamein', 'boys'
+		end
+	end
+end
+
+if $ARGS[0] = 'girls':
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+	'You line up with ''rand_girl_arg'' and ''rand_girl_arg1'' and get ready to enter the game. Looking at your faces you''re all pumped up, ready to take on any of the other teams.'
+	'"You ready girls?!" you confidently yell out and get a loud shout back.'
+	'The three of you confidently step on the court and get ready for the game.'
+	
+	act 'Wait for opponent':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'You''re up against the toughest possible opponent, the all boys team. They''re a rowdy bunch and as they enter the court they start mockingly laughing, pointing towards you...'
+		'"Why are you laughing?!" you ask, "You won''t be laughing after we beat you!"'
+		'The boys break out in even bigger laughter, they''re having a hard time holding back their tears, "Sure, sure, whatever you say..."'
+		'With that you''re even more determined to beat them.'
+		
+		act 'Give it your best':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+			'"We''ll show them..." you say under your breath...'
+			'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+			'Your teammates look at each other with some uncertainty but in the end cautiously nod and walk out on the court with you.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it and the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+			
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+				
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+								act 'End the game': gt 'bbgamein', 'end_game'	
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+					
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Hold back':
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+			'"We''ll go about this a different way..." you say under your breath.'
+			'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+			'The three of you huddle up and talk about different strategies before stepping out on the court...'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it and the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+			
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Play normally':
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+			'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+			'The other two teammates start commenting, "Shouldn''t we "'
+			'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it and the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+			
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgamein', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'mixed':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+	'You and two other teammates huddle together and make up a game-plan, quick executions, shock the opponents don''t let them take command and we''ll win easily.'
+	'All the three of you are oozing with anticipation and you''re pumped up for the game to start.'
+	'As you step up to the court you''re encouraging each other, "We''ve got this! We''ll win this easily!"'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some uncertainty but in the end cautiously nod and walk out on the court with you.'
+	
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/game.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game' 
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'				
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 40
+				gs 'sweat', 'add', 40
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+					
+			act 'End the game': gt 'bbgamein', 'end_game'
+		end		
+	end
+	
+	act 'Hold back':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'"We''ll go about this a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/game.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 20
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end		
+	end
+	
+	act 'Play normally':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pregame.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we "'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/game.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'				
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage to tell your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the ring and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 30
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end		
+	end
+end
+
+if $ARGS[0] = 'boys':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_boy_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+	'This is your lucky day, you''ve ended up with two boys in your team and you''re playing against a mixed team with two girls.'
+	'The boys confidently walk over to you, acting all cocky, "We''ve got this easily!" says the first one, "Yeah, let us show you how it''s done, <<$pcs_nickname>>..." says the other.'
+	'Both of them are in agreement, "Just pass us the ball and we''ll do totally fine."'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some uncertainty but in the end cautiously nod and walk out on the court with you.'
+	
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the ring and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 40
+				gs 'sweat', 'add', 40
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail1.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Hold back':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+		'"We''ll go about this a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:	
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the ring and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 20
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail1.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+						
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Play normally':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we "'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/boys1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+					
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/bbinside2.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>'
+						'You are pressured but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+							
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/pass.jpg"></center>' 
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+								
+						act 'End the game': gt 'bbgamein', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the ring.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'	
+						act 'End the game': gt 'bbgamein', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/shoot.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the ring and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'		
+						act 'End the game': gt 'bbgamein', 'end_game'		
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 30
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/fail1.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'		
+				act 'End the game': gt 'bbgamein', 'end_game'
+			end
+		end
+	end	
+end
+
+if $ARGS[0] = 'end_game'
+	*clr & cla
+	minut += 20
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bbinside/teampick.jpg"></center>'
+	'Once the game is over, you are all tired and sweaty, but everyone had a great time. You all go over to the bleachers and find a seat to rest. You talk and joke with one another about the game, the winners bragging on their win, while the losers promise revenge next time.Once rested everyone starts to get up and drift away to go do other things, saying their goodbyes.'
+	act 'Leave': gt 'gdksport', 'start'
+end

+ 1688 - 0
locations/bbgameout.qsrc

@@ -0,0 +1,1688 @@
+
+
+if $ARGS[0] = 'basketball_pickupgame':
+	*clr & cla
+	bbpickupDay = daystart
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidecourt.jpg"></center>'
+	if grupTipe ! 2:
+		'Walking next to the school yard you''ve noticed that most of the ''jocks'' have gathered here. They look like are going to play some basketball, a few of them acknowledge you but none of them wave you over.'
+		act 'Sit and watch them':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebleechers.jpg"></center>'
+			'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them one day.'
+			act 'Leave': gt 'gschool_grounds', 'main'
+		end
+		act 'Ask to join':
+			*clr & cla
+			minut += 3
+			grupvalue[2] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You walk over to them. "Hey guys, what are you doing?"'
+			'Several of them turn towards you, Lazar replies: "About to divide up into teams and play, you can watch if you want."'
+			'"Well could I join you instead?" You ask.'
+			'They glance among each other before Lazar replies: "Maybe some other time <<$pcs_nickname>>." Then they start picking teams.'
+			act 'Sit and watch them':
+				*clr & cla
+				minut += 30
+				grupvalue[2] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebleechers.jpg"></center>'
+				'You take a seat on the bleachers near the court and watch the jocks play basketball. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them again one day.'
+				act 'Leave': gt 'gschool_grounds', 'main' 
+			end
+			act 'Leave': gt 'gschool_grounds', 'main' 
+		end
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'Walking next to the school yard you notice that most of the ''jocks'' have gathered. Noticing you they wave you over.'
+		'"Over here <<$pcs_nickname>>! You arrived just in time, we were just about to pick the teams!" Lazar yells out.'
+		'You greet everyone as Lazar continues on, "Okay, you know the rules by now, 3 vs 3, first to 21. Winners stay until they lose."'
+		'Everyone nods and their eyes start scanning around, as they search for a team.'
+		act 'Ask around':
+			*clr & cla
+			minut += 10
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/pickteams.jpg"></center>'
+			'You cautiously walk around feeling around who you could form a team with. Most of the people there are friendly and most of them invite you to join them.'
+			'After hearing everyone out you''re left with either forming an all-girls team, a mixed team with two girls and a boy or join a team with two boys.'
+			act 'Join the all-girl team': gt 'bbgameout', 'girls'
+			act 'Join the mixed team': gt 'bbgameout', 'mixed'
+			act 'Join the boys team': gt 'bbgameout', 'boys'
+		end
+	end
+end
+
+if $ARGS[0] = 'girls':
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	'You line up with ''rand_girl_arg'' and ''rand_girl_arg1'' and get ready to enter the game. Looking at their faces you''re all pumped up, ready to take on any of the other teams.'
+	'"You ready girls?!" you confidently yell out and get a loud shout back.'
+	'The three of you confidently step on the court and get ready for the game.'
+	
+	act 'Wait for opponent':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'You''re up against the toughest possible opponent, the all boys team. They''re a rowdy bunch and as they enter the court they start mockingly laughing, pointing towards you...'
+		'"Why are you laughing?!" you ask, "You won''t be laughing after we beat you!"'
+		'The boys break out in even bigger laughter, they''re having a hard time holding back their tears, "Sure, sure, whatever you say..."'
+		'With that you''re even more determined to beat them.'
+		
+		act 'Give it your best':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'"We''ll show them..." you say under your breath...'
+			'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+			'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys1.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it, the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so unfair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+				
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys2.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Hold back':
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'"We''ll go about this in a different way..." you say under your breath.'
+			'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+			'The three of you huddle up and talk about different strategies before stepping out on the court...'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys1.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it, the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so unfair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+				
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys2.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		end
+		
+		act 'Play normally':
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+			'The other two teammates start commenting, "Shouldn''t we."'
+			'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+			
+			act 'Play the game':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys1.jpg"></center>'
+				'You''re putting up a pretty good fight but the boys physical advantage is proving a bit too much. Before you know it, the boys are leading by quite a lot.'
+				'Panting, you say out loudly, "This is so not fair..."'
+				'"Not that cocky anymore, eh?" the boys are mocking you, "All talk, just as expected..."'
+				'"Okay then, how about this then, one point wins it all?" you smirk.'
+				'"Why would we do that when we''re crushing you?" they respond.'
+				'"Too scared?" you tease them.'
+				
+				act 'Let''s go then':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/boys2.jpg"></center>'
+					'You''ve struck a nerve as you''ve challenged their manhood and they all turn all serious and get ready. The ball-holder passes you the ball as you''re about to attack.'
+					'You quickly take a step on the side but your defender is already on you and you''re in need to make a decision...'
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'Even though your opponent is pressing tightly against your body, you managed to quickly move to one side and just as he''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other boys busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave him behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "See I told you we would beat you." you stick your tongue out.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribbleboy.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on his feet. He''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse him, but he''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to his teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see one of your teammates lift their hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the boys are looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the boy defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." the one teammate tries to cheer you up while the boys are celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as he was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two boys are arguing with the one that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot.jpg"></center>'
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the boys grabs the rebound, passes it out to his teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'mixed':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	if rand(1,4) = 1:
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/146.jpg"></center>'
+		'You''re just about to step on the court as you notice Marcus passing by, "Hey, Marcus!" you yell, "Want to join in the fun?!"'
+		'Marcus, confused, looks around, "Me?! How do you even know I know to play basketball?"'
+		'"You are from the US. Of course you know how to play basketball!" you shout back, "So, what do you say?"'
+		
+		if npc_rel['A146'] >= 50:
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/146.jpg"></center>'
+			'Marcus ponders for a second and smiles, "Okay, okay, I''m in. So who am I playing with?"'
+			'"With ''rand_girl_arg'' and me," you respond.'
+			'"Cool, lets go and win this." he confidently walks over.'
+			
+			act 'Give it your best':
+				*clr & cla
+				minut += 5
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+				'"We''ll show them..." you say under your breath...'
+				'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+				'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'
+				
+				act 'Start the game':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/marcusout.jpg"></center>'
+					'You start off by taking a lead against another mixed team. Marcus is really playing great and he''s showing off his skills.'
+					'There is a bit of jealousy from your side but you shrug it off as long as you''re winning.'
+					'All of a sudden the game switches and the other team begins to score and defend well and before you know it''s anyone''s game again.'
+					'The game continues on back and forth and everything is on the last attack. Marcus grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+					'As expected, your opponents double team Marcus and he has to get rid of the ball as he passes it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five Marcus.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us with the help of Marcus... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Marcus tries to cheer you up while the other team is celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 40
+							gs 'sweat', 'add', 40
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 40
+								gs 'sweat', 'add', 40
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						[npc_rel 'A27'] = -= 2
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+			
+			act 'Hold back':
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+				'"We''ll go about this in a different way..." you say under your breath.'
+				'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+				'The three of you huddle up and talk about different strategies before stepping out on the court...'
+				
+				act 'Start the game':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/marcusout.jpg"></center>'
+					'You start off by taking a lead against another mixed team. Marcus is really playing great and he''s showing off his skills.'
+					'There is a bit of jealousy from your side but you shrug it off as long as you''re winning.'
+					'All of a sudden the game switches and the other team begins to score and defend well and before you know, it''s anyone''s game again.'
+					'The game continues on back and forth and everything is on the last attack. Marcus grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+					'As expected, your opponents double team Marcus and he has to get rid of the ball as he passes it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five Marcus.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us with the help of Marcus... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Marcus tries to cheer you up while the other team is celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'	
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 20
+							gs 'sweat', 'add', 20
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 20
+								gs 'sweat', 'add', 20
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						[npc_rel 'A27'] = -= 2
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+				
+			act 'Play normally':
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+				'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+				'The other two teammates start commenting, "Shouldn''t we."'
+				'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+				
+				act 'Start the game':
+					*clr & cla
+					minut += 30
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/marcusout.jpg"></center>'
+					'You start off by taking a lead against another mixed team. Marcus is really playing great and he''s showing off his skills.'
+					'There is a bit of jealousy from your side but you shrug it off as long as you''re winning.'
+					'All of a sudden the game switches and the other team begins to score and defend well and before you know it''s anyone''s game again.'
+					'The game continues on back and forth and everything is on the last attack. Marcus grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+					'As expected, your opponents double team Marcus and he has to get rid of the ball as he passes it over to you, "Finish the game <<$pcs_nickname>>!"'
+					
+					gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+					if will_cost <= pcs_willpwr:
+						act 'Drive in (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+								'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+								'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+								'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five Marcus.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+								'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+								'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+								'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us with the help of Marcus... What a joke."'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end		
+						end
+					else
+						act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Pass (<<will_cost>> Willpower)':
+							*clr & cla
+							temp = rand(0,100)
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+								'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+								'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+								'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+								'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+								'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+								'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Marcus tries to cheer you up while the other team is celebrating loudly.'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					if will_cost <= pcs_willpwr:
+						act 'Shoot (<<will_cost>> Willpower)':
+							*clr & cla
+							grupvalue[2] += 1
+							[npc_rel 'A27'] = += 1
+							pcs_mood += 30
+							gs 'sweat', 'add', 30
+							gs 'willpower', 'pay', 'self'
+							gs 'stat'
+							if rand(0,100) + pcs_bkbll => 100:
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+								'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+								'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							else
+								grupvalue[2] -= 1
+								[npc_rel 'A27'] = -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 30
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+								'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+								'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+								'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+								
+								act 'End the game': gt 'bbgameout', 'end_game'
+							end
+						end
+					else
+						act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+					act 'Get rid of the ball':
+						grupvalue[2] -= 2
+						[npc_rel 'A27'] = -= 2
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+						'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+						'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+						'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			end
+		else
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/146.jpg"></center>'
+			'Marcus shrugs his shoulders, "Sorry <<$pcs_nickname>> I don''t really have the time right now. Maybe another time, okay?!" he yells out.'
+			'"Sure, sure..." you shout back a bit disappointed but nothing you can really do about it.'
+			'You turn over and pick out two different teammates instead...'
+			act 'Head to the others': gt 'bbgameout', 'marcusno'
+		end
+	else
+		gt 'bbgameout', 'marcusno'
+	end
+end
+
+if $ARGS[0] = 'marcusno':
+	*clr & cla
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	'You and two other teammates huddle together and make up a game-plan, quick executions, shock the opponents don''t let them take command and we''ll win easily.'
+	'All the three of you are oozing with anticipation and you''re pumped up for the game to start.'
+	'As you step up to the court you''re encouraging each other, "We''ve got this! We''ll win this easily!"'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know, it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'		
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'
+				
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Hold back':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll go about this in a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+						*clr & cla
+						grupvalue[2] += 1
+						pcs_mood += 20
+						gs 'sweat', 'add', 20
+						gs 'willpower', 'pay', 'self'
+						gs 'stat'
+						if rand(0,100) + pcs_bkbll => 100:
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+							'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+							'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+							'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+							
+							act 'End the game': gt 'bbgameout', 'end_game'
+						else
+							grupvalue[2] -= 1
+							pcs_mood -= 20
+							gs 'sweat', 'add', 20
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+							'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+							'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+							'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+							'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+							
+							act 'End the game': gt 'bbgameout', 'end_game'
+						end
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+						*clr & cla
+						grupvalue[2] += 1
+						pcs_mood += 20
+						gs 'sweat', 'add', 20
+						gs 'willpower', 'pay', 'self'
+						gs 'stat'
+						if rand(0,100) + pcs_bkbll => 100:
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+							'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+							'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+							'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'	
+							
+							act 'End the game': gt 'bbgameout', 'end_game'
+						else
+							grupvalue[2] -= 1
+							pcs_mood -= 20
+							gs 'sweat', 'add', 20
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+							'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+							'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+							'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+							
+							act 'End the game': gt 'bbgameout', 'end_game'	
+						end
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'	
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end			
+		end
+	end
+	
+	act 'Play normally':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we."'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+			'You start off by taking a lead against another mixed team. Your team is really playing great and you''re all able to show off your skills.'
+			'The team is really in the zone and it feels like you''re invincible as you continue stomping the opposition.'
+			'All of a sudden the other team wakes up as game switches up and they begin to score and defend well and before you know, it''s anyone''s game again.'
+			'The game continues on back and forth and everything is on the last attack. One of your teammates grabs the ball and slightly nods at you to let you know to be ready for the ball.'
+			'The opponents rush out in a frenzy and double team the ball holder and they have to quickly get rid of the ball as they pass it over to you, "Finish the game <<$pcs_nickname>>!"'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'The last of your opponent quickly runs over as you grab the ball and starts pressing tightly against your body, you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates run towards you and the three of you start jumping around, "Easy win!" you yell out as you high-five a teammate.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who decides the game.'
+						'You drop your head in disappointment as your opponents are high-fiving each other, "And they really thought they could beat us... What a joke."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see the last remaining teammate lift her hand calling for your attention.'
+						'Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as she gets control of the ball she takes a shot and it goes in.'
+						'The three of you start jumping for joy while the other team is looking pissed at each other, "Great pass <<$pcs_nickname>>! I wasn''t sure you had seen me." your teammate tells you.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s a female voice and without really seeing where she is positioned you pass the ball toward her.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too strong and grabs the ball, quickly shakes of your teammate and score easily.'
+						'All three of you are dejected, "Don''t worry <<$pcs_nickname>> you tried your best." Your teammates tries to cheer you up while the other team is celebrating loudly.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'Feeling confident you even manage tell to your opponent, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start running towards you, all happy, jumping like crazy while the two other team is arguing with the girl that was defending you, "How could you let her take that shot?! Why are you so weak?!"'	
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot1.jpg"></center>' 
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball bounces off the hoop and the backboard before one of the girls grabs the rebound, passes it out to her teammate that takes a shot and decides the game.'
+						'You stand there in disbelief about how you could miss that while your teammates try to cheer you up...'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail2.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, he takes the ball and easily scores. Your teammates are looking in disbelief and your cheeks color a bit by the realization that you just did that...'	
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end			
+		end
+	end
+end
+
+if $ARGS[0] = 'boys':
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_boy_arg1', 0, 1, 0, 0, 0, 0
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+	'This is your lucky day, you''ve ended up with two boys in your team and you''re playing against a mixed team with two girls.'
+	'The boys confidently walk over to you, acting all cocky, "We''ve got this easily!" says the first one, "Yeah, let us show you how it''s done, <<$pcs_nickname>>..." says the other.'
+	'Both of them are in agreement, "Just pass us the ball and we''ll do totally fine."'
+	
+	act 'Give it your best':
+		*clr & cla
+		minut += 5
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll show them..." you say under your breath...'
+		'You take a deep sigh and turn to your teammates, "Okay listen, I don''t care that they''re stronger than us but we''ll win this. I''ll give my best and I want you to give it your best too."'
+		'Your teammates look at each other with some insecurity but in the end cautiously nod and walk out on the court with you.'	
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'	
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'	
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 40
+						gs 'sweat', 'add', 40
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 40
+					gs 'sweat', 'add', 40
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the hoop and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 40
+				gs 'sweat', 'add', 40
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail3.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+				
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end
+		end
+	end
+	act 'Hold back':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'"We''ll go about this in a different way..." you say under your breath.'
+		'Turning around to your teammates you say, "We can''t match them in strength but what we can do is to play smarter than them."'
+		'The three of you huddle up and talk about different strategies before stepping out on the court...'
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:		
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 20
+					gs 'sweat', 'add', 20
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 20
+						gs 'sweat', 'add', 20
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the hoop and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 20
+				gs 'sweat', 'add', 20
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail3.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'
+				
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end
+		end
+	end
+	
+	act 'Play normally':
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.jpg"></center>'
+		'Hearing them comment on your team you nonchalantly shrug your shoulders, "No big thing let them think they''re better than us."'
+		'The other two teammates start commenting, "Shouldn''t we."'
+		'"No, there''s no need. As long as we play as we normally play I don''t see why we couldn''t win." you reply.'
+		
+		act 'Start the game':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail1.jpg"></center>'
+			'As the game starts you''re easing through this. The physical difference is too much and your team is really crushing the opposition.'
+			'The team is really in the zone and it feels like you''re invincible as the game closes to the end.'
+			'All of a sudden your team starts to get sloppy as you''re leading by a large margin.'
+			'The game continues on back and forth but you''re holding on the distance. One of your teammates grabs the ball and yells, "<<$pcs_nickname>> move away, let us finish this."'
+			'Feeling annoyed by the comment you shout to them to pass you the ball so you can finish the game. The ball-holder laughs as he passes the ball, "Let''s see what you got."'
+			
+			gs 'willpower', 'skill', 'self', 'bkbll_lvl'
+			if will_cost <= pcs_willpwr:
+				act 'Drive in (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'One of your teammates nonchalantly passes the ball, "Let''s see what you can do <<$pcs_nickname>>..." Determined to show them off you wait for your opponent to press tightly against your body as you manage to quickly move to one side and just as she''s about to stop you, you quickly dribble the ball between your legs and you''re free...'
+						'Your teammates are doing a great job keeping the other two busy so that they can''t help out their teammate.'
+						'Your defender can only stand in awe as you leave her behind your back. You quickly move towards basket and before you know it you''re ready for a lay-up, deciding the game in your favor.'
+						'Your teammates ironically clap, "Great job, <<$pcs_nickname>>! Really impressive stuff..." as they begin to laugh.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else 
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/dribblegirl.jpg"></center>'
+						'You move to the left to no avail, you try to the right but your defender is too quick on her feet. She''s got you totally covered, but you have one last option left.'
+						'Bringing out your best move you move your body to the left but you push the ball towards the right as you try to confuse her, but she''s not buying and quickly slaps the ball out of your hands, quickly turning over, passing it to her teammate who scores.'
+						'You drop your head in disappointment as you hear your teammates talk to each other, "See, told you she would choke... Now we must end the game."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end		
+				end
+			else
+				act 'Drive in (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Pass (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'You''re pressed but able to keep control of the ball. You can''t really move but all of a sudden you see your teammate standing all alone.'
+						'Even though you really don''t want to pass you decide as long as the team wins you''re okay with it. Seeing a little open pocket where you can pass, you release the ball at the perfect time. The ball bounces one time before it reaches the hands of your teammate. As soon as he gets control of the ball, he takes a shot and it goes in, ending the game.'
+						'You walk over to your teammates as they surprisingly encourage you, "Great pass <<$pcs_nickname>>! We didn''t think you had it in you."'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidepass.jpg"></center>'
+						'The defender is playing exceptional defense and you can barely keep control over the ball. All of a sudden you hear someone yell out your name, it''s one of your teammates and without really seeing where he is positioned you pass the ball toward him.'
+						'As you release the ball you get a bad feeling, the girl defending your teammate has moved between you and your teammate and is going to intercept the ball...'
+						'Your teammate tries her best to get into position but the opponent is too quick and grabs the ball, quickly passes on and the other team scores easily.'
+						'They look disappointingly at you, "What the hell was that <<$pcs_nickname>>?! Now we must play for another point..." Your teammates are clearly pissed.'
+						
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Pass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			if will_cost <= pcs_willpwr:
+				act 'Shoot (<<will_cost>> Willpower)':
+					*clr & cla
+					grupvalue[2] += 1
+					pcs_mood += 30
+					gs 'sweat', 'add', 30
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
+					if rand(0,100) + pcs_bkbll => 100:
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'Feeling confident you even manage yell to your teammates, "Watch this now..." You take a quick sidestep while your opponent stands still as she was not ready at all. You take aim and with a easy motion shoot the ball towards the hoop.'
+						'Everyone stops up and follow the ball as it flies throughout the air and all you can hear is a swish sound as the ball goes through the hoop.'
+						'Your teammates start laughing, "Did you hear that?! She even called us out, her teammates. She got lucky, that''s all..." the one boy tells the other.'
+						act 'End the game': gt 'bbgameout', 'end_game'
+					else
+						grupvalue[2] -= 1
+						pcs_mood -= 30
+						gs 'sweat', 'add', 30
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsideshoot2.jpg"></center>'
+						'You feel pretty confident and even smirk a little as you take a quick step back and attempt a shot from long distance. But as you jump you feel your opponent come just close enough to distract you.'
+						'You let a shot off but it feels off and you''re right the ball doesn''t even reach the hoop and it''s an air-ball...'
+						'You stand there in disbelief as you hear your teammates start laughing, "D-Did you..." they have a hard-time catching a breath, "that air-ball?! That was one of the worst shots in this game..."'
+						act 'End the game': gt 'bbgameout', 'end_game'
+					end
+				end
+			else
+				act 'Shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			end
+			act 'Get rid of the ball':
+				grupvalue[2] -= 2
+				pcs_mood -= 30
+				gs 'sweat', 'add', 30
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/fail3.jpg"></center>'
+				'Seeing the defender close in that quickly you start to doubt yourself and everything blackens in front of your eyes and you lose sense of what you''ve had planned.'
+				'Panicking, you just want to get rid of the ball and you choose the worst option possible. Without even seeing the basket you throw the ball towards what you think is your teammate but just as you release the ball you come to your senses, you''ve thrown the ball to the opponent.'
+				'Snickering, your opponent takes the ball and easily scores. Your teammates are looking in disbelief, "What the fuck are you doing <<$pcs_nickname>>?! You''re lucky we''re in such a lead otherwise we''ve thrown you out..."'	
+				act 'End the game': gt 'bbgameout', 'end_game'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'end_game'
+	*clr & cla
+	minut += 20
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/pickteams.jpg"></center>'
+	'Once the game is over, you are all tired and sweaty, but everyone had a great time. You all go over to the bleachers and find a seat to rest. You talk and joke with one another about the game, the winners bragging on their win, while the losers promise revenge next time.Once rested everyone starts to get up and drift away to go do other things, saying their goodbyes.'
+	act 'Leave': gt 'gschool_grounds', 'main'
+end

+ 482 - 0
locations/fbgameout.qsrc

@@ -0,0 +1,482 @@
+
+
+if $ARGS[0] = 'football_pickupgame':
+	*clr & cla
+	fbpickupDay = daystart
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/start.jpg"></center>'
+!!could use a better image here
+	if grupTipe ! 2:
+		'Walking next to the school yard you''ve noticed that most of the ''jocks'' have gathered here. They look like are going to play some football, a few of them acknowledge you but none of them wave you over.'
+		act 'Sit and watch them':
+			*clr & cla
+			minut += 30
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/watching.jpg"></center>'
+!!could use a new image if you can find one just so it is different than the BB one
+			'You take a seat on the ground near the field and watch the jocks play football. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul, but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them one day.'
+			act 'Leave': gt 'gschool_grounds', 'main' 
+		end
+		act 'Ask to join'
+			*clr & cla
+			minut += 3
+			grupvalue[2] += 1
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/asking.jpg"></center>'
+!!could use a better image here
+			'You walk over to them. "Hey guys, what are you doing?"'
+			'Several of them turn towards you, Lazar replies: "About to divide up into teams and play, you can watch if you want."'
+			'"Well could I join you instead?" You ask.'
+			'They glance among each other before Lazar replies: "Maybe some other time <<$pcs_nickname>>." Then they start picking teams.'
+			act 'Sit and watch them':
+				*clr & cla
+				minut += 30
+				grupvalue[2] += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/watching.jpg"></center>'
+!!could use a new image if you can find one just so it is different than the BB one
+				'You take a seat on the ground near the field and watch the jocks play football. Most of them are pretty competitive really pushing it to try and win. Occasionally there is some arguments about a foul, but for the most part they get along and have fun. You have to admit it looks pretty fun, maybe you could ask to join them again one day.'
+				act 'Leave': gt 'gschool_grounds', 'main' 
+			end
+			act 'Leave': gt 'gschool_grounds', 'main' 
+		end
+	else
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pickteam.jpg"></center>'
+		'Walking through the school area, ending up by the football field you notice that most of the ''jocks'' have gathered. Noticing you they wave you over.'
+		'"Over here <<$pcs_nickname>>! You arrived just in time, we were just picking teams." Lazar explains.'
+		'You quickly move over to the other girls while Lazar and Ivan continue on discussing on how to split up the teams.'
+		'"I say we go for mixed teams, there''s no other way it will work Ivan!" Lazar is trying his best to reason with Ivan.'
+		'"Sure sure..." Ivan waves his hands, "Let''s start already! I pick Fedor first!" as he points to Fedor to come over.'
+		act 'Leave': gt 'gschool_grounds', 'main'
+		act 'Wait to get picked': gt 'fbgameout', 'football'
+	end
+end
+
+if $ARGS[0] = 'football'
+	gs 'gschool_events', 'rand_boy_arg', 0, 1, 0, 0, 0, 0
+	gs 'gschool_events', 'rand_girl_arg', 0, 1, 0, 0, 0, 0
+!!does this need random boy/girls?
+	*clr & cla
+	minut += 5
+	grupvalue[2] += 1
+	gs 'stat'
+	*clr & cla
+	minut += 5
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pickteam.jpg"></center>'
+	'Walking through the school area, ending up by the football field you notice that most of the ''jocks'' have gathered. Noticing you they wave you over.'
+	'"Over here <<$pcs_nickname>>! You arrived just in time, we were just picking teams." Lazar explains.'
+	'You quickly move over to the other girls while Lazar and Ivan continue on discussing on how to split up the teams.'
+	'"I say we go for mixed teams, there''s no other way it will work Ivan!" Lazar is trying his best to reason with Ivan.'
+	'"Sure sure..." Ivan waves his hands, "Let''s start already! I pick Fedor first!" as he points to Fedor to come over.'
+
+	act 'Wait to get picked':
+		*clr & cla
+		minut += 10
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pickteam.jpg"></center>'
+		'After a few picks you finally hear your name being yelled out, "<<$pcs_nickname>>! You''ll be playing with the winning team today." Lazar confidently proclaims.'
+		'You quickly scuttle over to your team as they all high five you.'
+		'It doesn''t take long before all of the participants have been picked and the teams huddle together, "Vanya you''ll be in the goal..." Lazar begins calling out the different positions.'
+		'Saving you for last Lazar looks at you, "<<$pcs_nickname>> you''ll be playing up front as our star forward." he winks, "Don''t worry about anything just be ready when the ball comes."'
+		
+		act 'Nod':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/start.jpg"></center>'
+			'You attentively nod as you break the huddle as position yourself on the field.'
+			'"You''re playing with a girl as forward! You must''ve lost it, Lazar!" Ivan is yelling loudly.'
+			'"Pay no attention to him <<$pcs_nickname>>, he''s just trying to get in your head." Lazar calmly tells you, "They have a girl in the goal so don''t worry about it."'
+			
+			act 'Start the first half':
+				*clr & cla
+				minut += 30
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/game.jpg"></center>'
+				'You didn''t expect the game to be this serious but as soon as you started playing, everyone is doing their best, not backing down an inch.'
+				'The game is going back and forth with many chances created by both sides. The boys are really going at it, sometimes playing on the edge of being a bit too rough.'
+				'After about 15 minutes Lazar sets up a perfect pass to Svyatoslav that runs through the defense and easily scores the first goal behind a helpless Lariska. All of you run over to cheer together while Ivan is criticizing his team.'
+				'The joyous occasion breaks a few minutes later when Christina equalizes the game. After the goal Ivan comes over and starts making fun of Vanya as the latter pushes him and they get in a scuffle.'
+				'"Break it up, you two! Head over to your sides so everyone can calm down!" Lazar barks as he''s running over to break the two combatants up. The game resumes as everyone have calmed down a bit.' 
+				'All of a sudden Lina breaks free and is heading against your goal, "<<$pcs_nickname>> stop her!" you hear someone from your team yell.'
+				
+				act 'Tackle':
+					*clr & cla
+					minut += 5
+					stren_exp += 1
+					grupvalue[2] -= 1
+					npc_rel['A18'] -= 1
+					npc_rel['A19'] -= 1
+					gs 'stat'	
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/tackle.jpg"></center>'					
+					'You nod steadfast and quickly start running after Lina. You are almost galloping as you near her as you can almost grab hold of her...'
+					'Lina is nervously turning around while trying to compose herself as she leads the ball towards the goal. By now you''re right next to her so you can hear her heavy breath...'
+					'Knowing she won''t be able to stay away from you much longer Lina pushes the ball a bit forward so she can shoot the ball towards the goal, "Stop her now!" you hear someone yell from behind. Just as Lina is about to shoot you do a slide tackle, missing the ball and hitting Lina on the leg instead.'
+					'Lina yells out in pain and falls to the grass. You''ve managed to stop her and your team is praising you while you see Christina run over to you, "What the fuck are you doing <<$pcs_nickname>>?! Are you stupid?" She pushes you and you two start to argue.'
+					'"Okay, that''s enough for now!" Svyatoslav has to calm down everyone once again. Both Christina and you are dragged away while Svyatoslav sees after Lina.'
+				
+					act 'Time for a break':
+						*clr & cla
+						minut += 10
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/halftime.jpg"></center>'
+						'Both of the teams take a seat on each side, just enough from each others hearing distance, "You ready <<$pcs_nickname>>?" A sweaty Lazar asks you.'
+						'You hesitate a little, "Ready for what?"'
+						'"To decide the game of course." he says smiling, "They won''t expect that I''ll pass it over to you so be ready when the time comes and decide the game for us!"'
+						'You notice the fire burning in his eyes and you give him a confident nod.'
+				
+						act 'Start the second half':
+							*clr & cla
+							minut += 25
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/game1.jpg"></center>'
+							'The second half starts in a frantic pace as both the teams try to outscore each other. There are chances for both the teams but the score still remains tied...'
+							'All of a sudden Lazar manages to dribble past through Ivan and sends the ball towards you.'
+							'The pass is really hard but somehow you manage to get control of the ball and suddenly all that is between you and the goal is Christina rushing towards you...'
+							'Seeing Svyatoslav make a dash towards the goal you can pass. You can also dribble past Christina and be the hero or try to shoot and hope for the best. You need to quickly decide as Christina is closing in...'
+							
+							!add an invisible countdown that ticks down if possible, say 5 seconds where the player needs to make a decision, otherwise automatic fail
+							!! Sicaa: I think this is better done as a willpower check because from experience with these sort of ''quick time events'' QSP doesnt function well with timers.
+							!! Not to mention you''d have to factor in the speed at players read the text which is certainly more than 5 seconds and I''d assume highly variable
+							gs 'willpower', 'skill', 'self', 'ftbll_lvl'
+							if will_cost <= pcs_willpwr:
+								act 'React (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'stat'
+									'You feel pressured to act. You must decide otherwise the attack will go to waste...'
+									
+									act 'Pass':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 70:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											npc_rel['A3'] -= 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pass.jpg"></center>'
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. The ball floats through the air and lands perfectly at his feet. Not making a mistake Svyatoslav just taps it in and you take the lead.'
+											'You all start celebrating like crazy and before you know it the second half ends.'
+											'"Great pass <<$pcs_nickname>>! I knew you could do it!" Lazar praises you, "Can''t wait until next time where you get to show off your skills again!"'
+											'You stand and chat for a moment after the game with everyone complementing you for a job well done.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/passfail.jpg"></center>'
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. But you''ve misjudged the distance and the ball goes well off.'
+											'You see Svyatoslav shake his head disappointingly and not far after that the game ends in a draw...'
+											'"Too bad about the pass <<$pcs_nickname>>, we could''ve won..." Svyatoslav comments...'
+											'"Give her a break Svyatoslav... she''ll do better the next time, won''t you <<$pcs_nickname>>?" Lazar is probably really disappointed but tries his best to remain positive.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+							
+									act 'Shoot':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shoot.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball gets the perfect arch and sails above Lina that has no way to stop it.'
+											'You manage to raise your hands just in time before the rest of your team runs over to you, burying you furthest down in a pile as you all celebrate.'
+											'Not long after the goal the game ends, "See <<$pcs_nickname>>! I told you that you would decide the game!" Lazar praises you.'
+											'You shine up, "Thank you! It wouldn''t have been possible without you..." you praise Lazar back. The two of you and the rest of the team chat for a while before you pick up your stuff and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+										
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shootfail.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball wobbles over the goal as you''ve not put enough pressure on it.'
+											'You stand and look into the distance, disappointed that you let down the rest of the team.'
+											'Not long after that the game ends and the two teams walk over the sidelines, "Too bad that you missed that shot <<$pcs_nickname>>... Don''t worry though, you''ll get it the next time." Lazar is trying to cheer you up.'
+											'You nod but you''re not really in the mood to chat so you quickly pick up your stuff and leave as soon as possible.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+							
+									act 'Dribble':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											npc_rel['A165'] += 1
+											npc_rel['A13'] += 1
+											pcs_mood += 20 
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribble.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'You''ve completely fooled her and you can hear the others gasp in awe as you''re free against the goalkeeper. You make short work of it and smash the ball into the net, giving your team the lead.'
+											'It doesn''t take long after that the game ends and you are victorious. Everyone is talking about the amazing dribbling move you pulled off, while Christina, fuming, quickly collects her stuff and leaves.'
+											'"Great job <<$pcs_nickname>>! I knew you could do it!" Lazar praises you.'
+											'"Thanks a lot I had lots of fun!" you reply. You and your teammates stand and chat for a while before you all pack your stuff and leave the field.'
+										
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribblefail.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'But Christina has already read what you''re up to and she quickly tackles you making you lose the ball as you get tangled up...'
+											'She smirks as she passes by, "You really thought you could fool me with that silly move?"'
+											'Not long after that situation the game ends in a draw. As you approach the rest of your team you say, "I''m really sorry. I thought I could dribble pass her."'
+											'The others nod acting as they understand but deep down they''re disappointed that you couldn''t win the game. Not wanting to make further noise, you pick up your stuff in silence, say your goodbye''s and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								end
+							else
+								act 'React (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							end
+							
+							act 'Hesitate':
+								!If the player doesn't react in time
+								npc_rel['A8'] -= 1
+								npc_rel['A149'] -= 1
+								npc_rel['A165'] -= 1
+								npc_rel['A13'] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 20
+								ftbll_exp -= 2
+								grupvalue[2] -= 1
+								gs 'stat'
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/fail.jpg"></center>'
+								'There are too many options and you hesitate, not sure on what to do. It only takes a second and you''re swarmed by the other team and they easily steal the ball from you and go on the counter.'
+								'Two passes later, you can hear the ball hit the net and you see the other team celebrating like crazy, "Thank you for freezing <<$pcs_nickname>>! I dedicate this win to you!" Ivan teases you.'
+								'The game ends shortly after their goal and at the end your team looks dejected while you''re feeling really bad for messing up...'
+								'The others ignore you for the rest of the time and as you''re about to leave Lazar approaches you, "Don''t take it too hard, we''re all disappointed but we''ll get our revenge next time."'
+								
+								act 'End the game': gt 'fbgameout', 'end_game'
+							end
+						end
+					end
+				end
+				
+				act 'Don''t tackle':
+					*clr & cla
+					minut += 5
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/notackle.jpg"></center>'
+					'You hesitate a little as you hear someone yell out, "Run after her <<$pcs_nickname>>! You''re the only one that can stop her now..."'
+					'Running as fast as you can, you start catching up to her. You can almost reach out to her but you''re still unsure on how to stop her...'
+					'All of sudden you hear someone yell from behind, "Stop her! She''s winding up a shot!"'
+				
+					if rand(1,2) = 1
+						'You finally decide about what to do, you use the last of your strength to run up to her and give her a slight bump on the shoulder just as she''s about to take a shot.'
+						'Lina manages to take a shot and to your luck it manages to go way off, the little bump you gave her was just what was needed.'
+						'You hear Lina yell out in frustration as your teammates are encouraging you for a job well done.'
+					else
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/notackle.jpg"></center>'
+						'You finally decide about what to do, you use the last of your strength to run up to her and give her a slight bump on the shoulder just as she''s about to take a shot.'
+						'But to no avail, Lina just barely even feels the impact and hits the ball straight into the goal.'
+						'She runs away happy to her team while your team is looking disappointingly at you...'
+					end
+					
+					act 'Time for a break':
+						*clr & cla
+						minut += 10
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/halftime.jpg"></center>'
+						'Both of the teams take a seat on each side, just enough from each others hearing distance, "You ready <<$pcs_nickname>>?" A sweaty Lazar asks you.'
+						'You hesitate a little, "Ready for what?"'
+						'"To decide the game of course." he says smiling, "They won''t expect that I''ll pass it over to you so be ready when the time comes and decide the game for us!"'
+						'You notice the fire burning in his eyes and you give him a confident nod.'
+				
+						act 'Start the second half':
+							*clr & cla
+							minut += 25
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/game1.jpg"></center>'
+							'The second half starts in a frantic pace as both the teams try to outscore each other. There are chances for both the teams but the score still remains tied...'
+							'All of a sudden Lazar manages to dribble past through Ivan and sends the ball towards you.'
+							'The pass is really hard but somehow you manage to get control of the ball and suddenly all that is between you and the goal is Christina rushing towards you...'
+							'Seeing Svyatoslav make a dash towards the goal you can pass. You can also dribble past Christina and be the hero or try to shoot and hope for the best. You need to quickly decide as Christina is closing in...'
+							
+							!add an invisible countdown that ticks down if possible, say 5 seconds where the player needs to make a decision, otherwise automatic fail
+							!! Sicaa: Same as before.
+							gs 'willpower', 'skill', 'self', 'ftbll_lvl'
+							if will_cost <= pcs_willpwr:
+								act 'React (<<will_cost>> Willpower)':
+									*clr & cla
+									gs 'stat'
+									'You feel pressured to act. You must decide otherwise the attack will go to waste...'
+									
+									act 'Pass':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/pass.jpg"></center>'
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. The ball floats through the air and lands perfectly at his feet. Not making a mistake Svyatoslav just taps it in and you take the lead.'
+											'You all start celebrating like crazy and before you know it the second half ends.'
+											'"Great pass <<$pcs_nickname>>! I knew you could do it!" Lazar praises you, "Can''t wait until next time where you get to show off your skills again!"'
+											'You stand and chat for a moment after the game with everyone complementing you for a job well done.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'		
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/passfail.jpg"></center>'											
+											'You decide to pass the ball to Svyatoslav. You can clearly see him waving his hands, yelling that he''s free.'
+											'You size up the distance and hit the ball towards him. But you''ve misjudged the distance and the ball goes well off.'
+											'You see Svyatoslav shake his head disappointingly and not far after that the game ends in a draw...'
+											'"Too bad about the pass <<$pcs_nickname>>, we could''ve won..." Svyatoslav comments...'
+											'"Give her a break Svyatoslav... she''ll do better the next time, won''t you <<$pcs_nickname>>?" Lazar is probably really disappointed but tries his best to remain positive.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								
+									act 'Shoot':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											pcs_mood += 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											grupvalue[2] += 1
+											gs 'stat'		
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shoot.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball gets the perfect arch and sails above Lina that has no way to stop it.'
+											'You manage to raise your hands just in time before the rest of your team runs over to you, burying you furthest down in a pile as you all celebrate.'
+											'Not long after the goal the game ends, "See <<$pcs_nickname>>! I told you that you would decide the game!" Lazar praises you.'
+											'You shine up, "Thank you! It wouldn''t have been possible without you..." you praise Lazar back. The two of you and the rest of the team chat for a while before you pick up your stuff and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/shootfail.jpg"></center>'
+											'You take aim at the further corner and kick the ball. The ball wobbles over the goal as you''ve not put enough pressure on it.'
+											'You stand and look into the distance, disappointed that you let down the rest of the team.'
+											'Not long after that the game ends and the two teams walk over the sidelines, "Too bad that you missed that shot <<$pcs_nickname>>... Don''t worry though, you''ll get it the next time." Lazar is trying to cheer you up.'
+											'You nod but you''re not really in the mood to chat so you quickly pick up your stuff and leave as soon as possible.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								
+									act 'Dribble':
+										*clr & cla
+										gs 'stat'
+										if rand(0,100) + pcs_ftbll => 100:
+											npc_rel['A8'] += 1
+											npc_rel['A149'] += 1
+											npc_rel['A165'] += 1
+											npc_rel['A13'] += 1
+											pcs_mood += 20 
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											ftbll_exp += 1
+											grupvalue[2] += 1
+											gs 'stat'		
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribble.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'You''ve completely fooled her and you can hear the others gasp in awe as you''re free against the goalkeeper. You make short of it and smash the ball into the net, giving your team the lead.'
+											'It doesn''t take long after that the game ends and you are victorious. Everyone is talking about the amazing dribbling move you pulled off while Christina, fuming, quickly collects her stuff and leaves.'
+											'"Great job <<$pcs_nickname>>! I knew you could do it!" Lazar praises you.'
+											'"Thanks a lot I had lots of fun!" you reply. You and your teammates stand and chat for a while before you all pack your stuff and leave the field.'
+										
+											act 'End the game': gt 'fbgameout', 'end_game'
+										else
+											pcs_mood -= 20
+											gs 'sweat', 'add', 20
+											vital_exp += 1
+											gs 'stat'	
+											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/dribblefail.jpg"></center>'
+											'With Christina closing in you take a step to the right making her follow you. As soon as she catches up to you, you change it up quickly turning to the left and dribble past her...'
+											'But Christina has already read what you''re up to and she quickly tackles you making you to lose the ball as you get tangled up...'
+											'She smirks as she passes by, "You really thought you could fool me with that silly move?"'
+											'Not long after that situation the game ends in a draw. As you approach the rest of your team you say, "I''m really sorry. I thought I could dribble pass her."'
+											'The others nod acting as they understand but deep down they''re disappointed that you couldn''t win the game. Not wanting to make further noise, you pick up your stuff in silence, say your goodbye''s and leave.'
+											
+											act 'End the game': gt 'fbgameout', 'end_game'
+										end
+									end
+								end
+							else
+								act 'React (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+							end
+							
+							act 'Hesitate':
+								!If the player doesn't react in time
+								npc_rel['A8'] -= 1
+								npc_rel['A149'] -= 1
+								npc_rel['A165'] -= 1
+								npc_rel['A13'] -= 1
+								pcs_mood -= 30
+								gs 'sweat', 'add', 20
+								ftbll_exp -= 2
+								grupvalue[2] -= 1
+								gs 'stat'	
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/fail.jpg"></center>'
+								'There are too many options and you hesitate, not sure on what to do. It only takes a second and you''re swarmed by the other team and they easily disarm you and go on the counter.'
+								'Two passes later, you can hear the ball hit the net and you see the other team celebrating like crazy, "Thank you for freezing <<$pcs_nickname>>! I dedicate this win to you!" Ivan teases you.'
+								'The game ends shortly after their goal and at the end your team looks dejected while you''re feeling really bad for messing up...'
+								'The others ignore you for the rest of the time and as you''re about to leave Lazar approaches you, "Don''t take it too hard, we''re all disappointed but we''ll get our revenge next time."'
+								act 'End the game': gt 'fbgameout', 'end_game'
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'end_game'
+	*clr & cla
+	minut += 20
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/football/aftergame.jpg"></center>'
+!!could use a better image here
+	'Once the game is over, you are all tired and sweaty, but everyone had a great time. You all go over to the bleachers and find a seat to rest. You talk and joke with one another about the game, the winners bragging on their win, while the losers promise revenge next time.Once rested everyone starts to get up and drift away to go do other things, saying their goodbyes.'
+	act 'Leave': gt 'gschool_grounds', 'main'
+end

+ 68 - 64
locations/gdksport.qsrc

@@ -15,9 +15,13 @@ if $ARGS[0] = 'start':
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">community center</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/gdksport.jpg"></center>'
-	'The community center sports club offers lessons in <a href="exec: gt ''gdksport'',''racing1''">Racing</a>, <a href="exec:gt ''gdksport'',''dance1''">Dance</a> and <a href="exec:gt ''gdksport'',''vball1''">Volleyball</a>. All lessons start before 18:00'
+	'The community center sports club offers lessons in <a href="exec: gt ''gdksport'',''racing1''">Racing</a>, <a href="exec: gt ''gdksport'',''dance1''">Dance</a> and <a href="exec: gt ''gdksport'',''vball1''">Volleyball</a>. All lessons start before 18:00'
 	*nl
-	'In the locker room is a <a href="exec:gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
+	'In the locker room is a <a href="exec: gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec: gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
+	
+	if temper < 15 and sunWeather ! 1 and hour > 8 and hour < 12 and week = 6 and bbpickupDay + 14 => daystart and fbpickupDay ! daystart:
+		'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''bbgamein''">basketball court</a>.'
+	end
 
 	if kotovLoveQW > 0 and hour = 16:
 		'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> with a large sports bag entering the sports club.'
@@ -28,7 +32,7 @@ if $ARGS[0] = 'start':
 	if npc_rel['A5'] >= 80 and fedorKozlovQW = 0 and pcs_apprnc >= 20 and fedorkozbreak < 2 and GorSlut < 2: gt 'gdksport', 'Fedor First Date'
 
 	if week <= 5 and hour >= 16 and hour < 18 and fedorKozlovQW >= 20:
-		'You can see <a href="exec:gt ''FedorMisc'', ''Fedor Workout''">Fedor</a> on his phone next to some punching bags.'
+		'You can see <a href="exec: gt ''FedorMisc'', ''Fedor Workout''">Fedor</a> on his phone next to some punching bags.'
 	end
 
 	*nl
@@ -73,7 +77,7 @@ if $ARGS[0] = 'start':
 	gs 'wardrobe', 'sports_outfit'
 
 	if shampoo > 0:
-		act 'Take a shower':gt 'gdksport', 'shower'
+		act 'Take a shower': gt 'gdksport', 'shower'
 	else
 		'<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
 	end
@@ -82,18 +86,18 @@ if $ARGS[0] = 'start':
 
 	if pcs_stam > 20 and $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour < 18:
 		if gsAboBeg > 0 and npc_pregtalk['A131'] = 0:
-			act 'Take a track lesson, you have <<gsAboBeg>> lessons remaining':gt 'gdksport', 'racing2'
+			act 'Take a track lesson, you have <<gsAboBeg>> lessons remaining': gt 'gdksport', 'racing2'
 		end
 		if gsAboVolley > 0 and volleysostav = 0 and npc_pregtalk['A69'] = 0:
 			if week ! 5:
-				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining':gt 'gdksport', 'vball2'
+				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining': gt 'gdksport', 'vball2'
 			else
-				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining':gt 'gdksport', 'vball3'
+				act 'Take a volleyball lesson, you have <<gsAboVolley>> lessons remaining': gt 'gdksport', 'vball3'
 			end
 		end
 		if volleysostav > 0:
 			if week ! 6 and volkomday ! daystart:
-				act 'Play with the team':gt 'gdksport', 'vball4'
+				act 'Play with the team': gt 'gdksport', 'vball4'
 			elseif week = 6 and sorevday ! daystart and hour <= 18:
 				act 'Play in Tournament': gt 'gdksport', 'vball5'
 			elseif week = 6 and sorevday ! daystart and hour > 18:
@@ -102,16 +106,16 @@ if $ARGS[0] = 'start':
 				sorevday = daystart
 				act 'Back': gt 'gdksport', 'start'
 			elseif pregtime >= 90:
-				act 'Play with the team':gt 'gdksport', 'vballreact'
+				act 'Play with the team': gt 'gdksport', 'vballreact'
 			end
 		end
 		if gsAboDance > 0 and albinaQWdance = 0 and npc_pregtalk['A23'] = 0:
-			act 'Take a dance lesson, you have <<gsAboDance>> lessons remaining':gt 'gdksport', 'dance2'
+			act 'Take a dance lesson, you have <<gsAboDance>> lessons remaining': gt 'gdksport', 'dance2'
 		elseif albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0 and npc_pregtalk['A23'] = 0 and startletsday ! daystart:
 			if pregtime >= 90:
-				act 'Train with Starlets':gt 'gdksport', 'Starletsreact'
+				act 'Train with Starlets': gt 'gdksport', 'Starletsreact'
 			else
-				act 'Train with Starlets':gt 'gdksport', 'starlets'
+				act 'Train with Starlets': gt 'gdksport', 'starlets'
 			end
 		end
 	elseif pcs_stam <= 20:
@@ -140,7 +144,7 @@ if $ARGS[0] = 'racing1':
 	gs 'stat'
 	'Race training cost 300 <b>₽</b> for 30 lessons.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if money >= 300 and gsAboBeg = 0:
 		act 'Buy 30 racing lessons (300 <b>₽</b>)':
@@ -149,7 +153,7 @@ if $ARGS[0] = 'racing1':
 			gsAboBeg += 30
 			gs 'stat'
 			'You paid for 30 racing lessons.'
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 	end
 end
@@ -160,7 +164,7 @@ if $ARGS[0] = 'dance1':
 	gs 'stat'
 	'Dance lessons cost 300 <b>₽</b> for 30 lessons.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if money >= 300 and gsAboDance = 0:
 		act 'Buy 30 dance lessons (300 <b>₽</b>)':
@@ -169,7 +173,7 @@ if $ARGS[0] = 'dance1':
 			gsAboDance += 30
 			gs 'stat'
 			'You paid for 30 dance lessons.'
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 	end
 end
@@ -180,7 +184,7 @@ if $ARGS[0] = 'vball1':
 	gs 'stat'
 	'Volleyball lessons cost 300 <b>₽</b> for 30 visits.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if money >= 300 and gsAboVolley = 0:
 		act 'Buy 30 volleyball lessons (300 <b>₽</b>)':
@@ -189,7 +193,7 @@ if $ARGS[0] = 'vball1':
 			gsAboVolley += 30
 			gs 'stat'
 			'You paid for 30 volleyball lessons.'
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 	end
 end
@@ -200,7 +204,7 @@ if $ARGS[0] = 'dance2':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if pcs_danc < 50:
 		gsAboDance -= 1
@@ -221,13 +225,13 @@ if $ARGS[0] = 'dance2':
 			'Your body lacks the agility to perform the dance moves that you are being taught.'
 		end
 		!place for use in events
-		if rand(0, 1) = 0:'You see something <a href="exec:gt ''danceGev''">interesting</a>.'
+		if rand(0, 1) = 0:'You see something <a href="exec: gt ''danceGev''">interesting</a>.'
 		gs 'stat'
 	else
 		'There is nothing you can learn from this dance class with your current skill, you need to find a new teacher or travel to the city to find better dance classes if you wish to improve further.'
 
 		if rand(0, 1) = 0:
-			'You see something <a href="exec:gt ''danceGev''">interesting</a>.'
+			'You see something <a href="exec: gt ''danceGev''">interesting</a>.'
 		elseif albinaQWdance = 0 and StoryLine ! 0 and npc_rel['A23'] <= 20:
 			gt 'gdksport', 'albina1'
 		elseif albinaQWdance = 0 and StoryLine ! 0 and npc_rel['A23'] <= 60:
@@ -267,7 +271,7 @@ if $ARGS[0] = 'albina1':
 			'You replied to Albina as scornfully as possible that you do not care and turned away from her.'
 			'She snickered nastily then said to the other girls, "Alright, girls. Let''s get to work."'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 
 		act 'I know how to dance':
@@ -279,7 +283,7 @@ if $ARGS[0] = 'albina1':
 			'Albina turned to you with a sneer and said, "You can sit and see how professionals do it. Then we''ll see if you still think you can dance."'
 			'Turning to the other girls, she said, "Alright girls, Let''s get to work!"'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 			act 'Watch': gt 'gdksport', 'albina4'
 		end
 	end
@@ -314,7 +318,7 @@ if $ARGS[0] = 'albina2':
 			'Offended by her tone, you replied to Albina as scornfully as possible, "I couldn''t care less what you think."'
 			'As you walked away, she snickered nastily then said to the other girls, "Alright, girls. Let''s get to work."'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 
 		act 'I know how to dance':
@@ -326,7 +330,7 @@ if $ARGS[0] = 'albina2':
 			'Albina turned to you with a look of disbelief and said, "You can sit and see how professionals do it. Then we''ll see if you still think you can dance."'
 			'Turning to the other girls, she said, "Alright girls, Let''s get to work!"'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 			act 'Watch': gt 'gdksport', 'albina4'
 		end
 	end
@@ -361,7 +365,7 @@ if $ARGS[0] = 'albina3':
 			'Unsure of yourself, you relied hesitantly, "I couldn''t really say, I''ve never really thought about it."'
 			'"Well, you keep working at it, maybe you''ll get there someday." then she turned and said to the other girls, "Alright, girls. Let''s get to work."'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 		end
 
 		act 'I know how to dance':
@@ -373,7 +377,7 @@ if $ARGS[0] = 'albina3':
 			'Albina turned to you with a look of consideration and said, "You can sit and see how professionals do it. Then we''ll see if you still think you can dance."'
 			'Turning to the other girls, she said, "Alright girls, Let''s get to work!"'
 
-			act 'Leave':gt 'gdksport', 'start'
+			act 'Leave': gt 'gdksport', 'start'
 			act 'Watch': gt 'gdksport', 'albina4'
 		end
 	end
@@ -390,7 +394,7 @@ if $ARGS[0] = 'albina4':
 	'When the music ended, Albina said, "Girls, take a little break."'
 	'She came to you and said a little breathlessly, "You see, we are pros, real dancers. We are the dance troupe "The Starlets". We do shows on holidays and have even been in a music video."'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 
 	if pregtime >= 90:
 		'Maybe after you''ve had your child you might try out for them.'
@@ -418,7 +422,7 @@ if $ARGS[0] = 'albina4':
 					'Albina thought about it and looked at the other girls; some nodded, others shrugged.'
 					'Finally she answered you, "Okay, we''ll take a shot. Maybe you''ll learn something and be worthwhile."'
 
-					act 'Leave':gt 'gdksport', 'start'
+					act 'Leave': gt 'gdksport', 'start'
 				end
 			end
 		end
@@ -563,7 +567,7 @@ if $ARGS[0] = 'starlets':
 									gs 'stat'
 									'You got in the car along with the rest of the troupe, and shortly you returned to town.'
 
-									act 'Leave':gt 'pavResidential'
+									act 'Leave': gt 'pavResidential'
 								end
 							else
 								act 'Refuse and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -578,14 +582,14 @@ if $ARGS[0] = 'starlets':
 								slutty += 1
 								gs 'stat'
 								'You agreed to be "nice" and Albina counted out your money.'
-								if wealthmanrand = 0:act 'Go with the man':gt 'AlbStarsWhore', 'whore1'
-								if wealthmanrand = 1:act 'Go with the men':gt 'AlbStarsWhore', 'whore2'
-								if wealthmanrand = 2:act 'Go with the Armenian':gt 'AlbStarsWhore', 'whore3'
-								if wealthmanrand = 3:act 'Go with the Armenians':gt 'AlbStarsWhore', 'whore4'
-								if wealthmanrand = 4:act 'Go with the Armenians':gt 'AlbStarsWhore', 'whore5'
-								if wealthmanrand = 5:act 'Go with the black man':gt 'AlbStarsWhore', 'whore6'
-								if wealthmanrand = 6:act 'Go with the blacks':gt 'AlbStarsWhore', 'whore7'
-								if wealthmanrand = 7:act 'Go with the blacks':gt 'AlbStarsWhore', 'whore8'
+								if wealthmanrand = 0:act 'Go with the man': gt 'AlbStarsWhore', 'whore1'
+								if wealthmanrand = 1:act 'Go with the men': gt 'AlbStarsWhore', 'whore2'
+								if wealthmanrand = 2:act 'Go with the Armenian': gt 'AlbStarsWhore', 'whore3'
+								if wealthmanrand = 3:act 'Go with the Armenians': gt 'AlbStarsWhore', 'whore4'
+								if wealthmanrand = 4:act 'Go with the Armenians': gt 'AlbStarsWhore', 'whore5'
+								if wealthmanrand = 5:act 'Go with the black man': gt 'AlbStarsWhore', 'whore6'
+								if wealthmanrand = 6:act 'Go with the blacks': gt 'AlbStarsWhore', 'whore7'
+								if wealthmanrand = 7:act 'Go with the blacks': gt 'AlbStarsWhore', 'whore8'
 							end
 						end
 					end
@@ -599,12 +603,12 @@ if $ARGS[0] = 'starlets':
 					gs 'stat'
 					'You got in the car along with the rest of the troupe, and shortly you returned to town.'
 
-					act 'Leave':gt 'pavResidential'
+					act 'Leave': gt 'pavResidential'
 				end
 			end
 		end
 	end
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 end
 
 if $ARGS[0] = 'cab_home':
@@ -619,7 +623,7 @@ if $ARGS[0] = 'cab_home':
 		'Along the way you wiped the sperm from your face.'
 	end
 
-	act 'Leave':gt 'pavResidential'
+	act 'Leave': gt 'pavResidential'
 end
 
 if $ARGS[0] = 'racing2':
@@ -638,7 +642,7 @@ if $ARGS[0] = 'racing2':
 	'<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
 	'You spend 20 minutes on warm up, run for 90 minutes then spend 10 minutes on your cool down.'
 
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 end
 
 if $ARGS[0] = 'vball2':
@@ -673,8 +677,8 @@ if $ARGS[0] = 'vball2':
 		'You tried to train, but your level of intoxication doesn''t let you focus. The coach sent you to spend the lesson doing laps.'
 	end
 
-	act 'Leave':gt 'gdksport', 'start'
-	act 'Talk to the coach':gt 'Voltrener', 'start'
+	act 'Leave': gt 'gdksport', 'start'
+	act 'Talk to the coach': gt 'Voltrener', 'start'
 end
 
 if $ARGS[0] = 'vball3':
@@ -705,15 +709,15 @@ if $ARGS[0] = 'vball3':
 				if andGevknow = 0:$nameAndGev = 'some guy'
 				if andGevknow > 0:$nameAndGev = 'Andrei'
 
-				'During the game you got pushed by <a href="exec:gt ''volAndGev'', ''start''"><<$nameAndGev>></a>.'
+				'During the game you got pushed by <a href="exec: gt ''volAndGev'', ''start''"><<$nameAndGev>></a>.'
 			end
 		end
 	else
 		minut += 120
 		'You took to the court, but kept missing plays because you were too drunk to focus. The coach noticed your state and removed you from the game.'
 	end
-	act 'Leave':gt 'gdksport', 'start'
-	act 'Talk to the coach':gt 'Voltrener', 'start'
+	act 'Leave': gt 'gdksport', 'start'
+	act 'Talk to the coach': gt 'Voltrener', 'start'
 end
 
 if $ARGS[0] = 'vball4':
@@ -733,7 +737,7 @@ if $ARGS[0] = 'vball4':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/gdksport.jpg"></center>'
 	'Number of games <<volsesongame>>, Win - <<volsesonwin>>, lesions - <<volsesonloss>>.'
 	'At the beginning of the workout you ran a few laps around the room. Afterwards the coach has you do push-ups and crunches. Then you practiced receiving and setting up plays and serving the ball. At the end of the workout you had a practice game.'
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 	if $pantyworntype = 'none' and rand(0,1) = 1 and (volleytanga = 1 or VoltrenerVoyeur >= 5):
 		gs 'willpower', 'exhib', 'self'
 		if will_cost <= pcs_willpwr:
@@ -748,13 +752,13 @@ if $ARGS[0] = 'vball4':
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/game'+rand(1,2)+'.jpg"></center>'
 				'It seems the coach noticed you weren''t wearing any panties, his eyes lit up and he said turning away: "<<$pcs_lastname>>. Come see me after training. I need to show you UH ... a few things" '
 				act 'Leave':gs'stat'& gt 'gdksport', 'start'
-				act 'Go to the coach''s office':gt 'Voltrenersex', 'start'
+				act 'Go to the coach''s office': gt 'Voltrenersex', 'start'
 			end
 		else
 			act 'Correct clothing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 	else
-		act 'Talk to the coach':gt 'Voltrener', 'start'
+		act 'Talk to the coach': gt 'Voltrener', 'start'
 	end
 end
 
@@ -770,7 +774,7 @@ if $ARGS[0] = 'vball5':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/gdksport.jpg"></center>'
 	'The tournament starts at 19:00. Your bus departs at 18:00. You gathered your things together with the rest of the team and got on a bus that took you to the out of town match.'
-	act 'Leave':gt 'gdksport', 'start'
+	act 'Leave': gt 'gdksport', 'start'
 	act 'Get on bus and go to play':
 		volltime = 0
 		sorevday = daystart
@@ -941,8 +945,8 @@ if $ARGS[0] = 'volley':
 			end
 		end
 		minut += 60 & !total time should be 4 hours, 2 hours for the game and 2 hours travel
-		act 'Leave':gt 'gdksport', 'start'
-		act 'Talk to the coach':gt 'Voltrener', 'start'
+		act 'Leave': gt 'gdksport', 'start'
+		act 'Talk to the coach': gt 'Voltrener', 'start'
 	end
 end
 
@@ -962,7 +966,7 @@ if $ARGS[0] = 'shower':
 		if ShowerIvan = 1: ShowerIvan = 2
 		'You entered the women''s shower, turning the water on you began to lather up your body with a washcloth. Suddenly, you hear the door creak as it opened and you remember that you agreed not to lock it for Ivan.'
 		'You looked around and see Ivan Prokhorov standing there looking at you. "Hello <<$pcs_nickname>>. The men''s shower is full, so I thought I would join you instead." Ivan smiled after these words.'
-		act 'Shower with Ivan':gt 'gdksport', 'ShowerWithIvan'
+		act 'Shower with Ivan': gt 'gdksport', 'ShowerWithIvan'
 		gs 'willpower', 'bj', 'resist'
 		if will_cost <= pcs_willpwr:
 			act 'Not today (<<will_cost>> Willpower)':
@@ -974,7 +978,7 @@ if $ARGS[0] = 'shower':
 				'You cover your breasts with one hand and turn sideways crossing your legs while flashing Ivan your best smile.'
 				'"How about another time Ivan? I''m not feeling it right now." Ivan just laughs and walk out of the shower room.'
 				'You quickly lock the door, before finishing your shower in peace.'
-				act 'Get out of the shower':gt 'gdksport', 'start'
+				act 'Get out of the shower': gt 'gdksport', 'start'
 			end
 		else
 			act 'Not today (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -994,7 +998,7 @@ if $ARGS[0] = 'shower':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
 				'You cover your breasts with one hand and turn sideways crossing your legs as you hurl your washcloth at Ivan. He easily dodged the flying cloth and laughs as he exits the shower room.'
 				'You quickly lock the door, before finishing your shower in peace.'
-				act 'Get out of the shower':gt 'gdksport', 'start'
+				act 'Get out of the shower': gt 'gdksport', 'start'
 			end
 		else
 			act 'Throw Ivan out (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1016,7 +1020,7 @@ if $ARGS[0] = 'shower':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
 					'You cover your breasts with one hand as you quickly grab your towel and run from the shower. As you run into the changing room, you can hear Ivan laughing.'
-					act 'Get out of the shower':gt 'gdksport', 'start'
+					act 'Get out of the shower': gt 'gdksport', 'start'
 				end
 			else
 				act 'Escape from the shower (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1037,7 +1041,7 @@ if $ARGS[0] = 'shower':
 			act 'Continue': gt 'VoltrenerSexShower', '2'
 		else
 			'After your shower, you get dressed.'
-			act 'Get out of the shower':gt 'gdksport', 'start'
+			act 'Get out of the shower': gt 'gdksport', 'start'
 		end
 	end
 	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
@@ -1100,7 +1104,7 @@ if $ARGS[0] = 'ShowerWithIvan':
 						minut -= 5
 						gs 'arousal', 'end'
 						gs 'stat'
-						act 'Get out of the shower':gt 'gdksport', 'start'
+						act 'Get out of the shower': gt 'gdksport', 'start'
 					end
 				else
 					act 'Turn around and bend over':
@@ -1150,7 +1154,7 @@ if $ARGS[0] = 'ShowerWithIvan':
 							gs 'cum_cleanup'
 							gs 'arousal', 'end'
 							gs 'stat'
-							act 'Get out of the shower':gt 'gdksport', 'start'
+							act 'Get out of the shower': gt 'gdksport', 'start'
 						end
 					end
 				end
@@ -1164,7 +1168,7 @@ if $ARGS[0] = 'ShowerWithIvan':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/ivan/sex/community/shower1.jpg"></center>'
 					'Ivan pauses for a brief second and you use the chance to quickly stand up and jump out of the shower.'
 					'You look back at him and say, "I think you''ve had enough of me for today. Maybe you can have more next time."'
-					act 'Get out of the shower':gt 'gdksport', 'start'
+					act 'Get out of the shower': gt 'gdksport', 'start'
 				end
 			else
 				act 'That''s enough for now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1284,7 +1288,7 @@ if $ARGS[0] = 'Fedor First Date':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/park/walk.jpg"></center>'
 				'"Sure, I would love to go out with you." you replied. Fedor was visibly delighted "Alright I look forward to hanging out with you again. Whenever you are up for another date then meet me in the school yard, after school." Fedor says as he walks you back home. The two of you have fun discussing your favorite movies as you continue your way home.'
 
-				act 'Leave':gt 'pavResidential'
+				act 'Leave': gt 'pavResidential'
 			end
 			act 'Refuse':
 				*clr & cla
@@ -1301,7 +1305,7 @@ if $ARGS[0] = 'Fedor First Date':
 					'You say to Fedor "You seem like a cool guy but I''m just not ready for a relationship right now." Fedor was visibly upset as he replies, "I guess it wasn''t a good time, if you ever change your mind then pay me a visit at school." he says with a forced smile as he silently walks you home.'
 				end
 
-				act 'Leave':gt 'pavResidential'
+				act 'Leave': gt 'pavResidential'
 			end
 		end
 	end
@@ -1313,7 +1317,7 @@ if $ARGS[0] = 'Fedor First Date':
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorsad.jpg"></center>'
 		'You said to Fedor "I have too much that I need to do right now... maybe some other time." Fedor then lowered his head with a frown. "Okay. Maybe some other time."'
 
-		act 'Leave':gt 'pavResidential'
+		act 'Leave': gt 'pavResidential'
 	end
 end
 

+ 35 - 26
locations/gschool_grounds.qsrc

@@ -87,7 +87,7 @@ if $ARGS[0] = 'main':
 				'After the official graduation, everyone gets hammered at the prom party. You don''t remember much of what happened, only recalling a few flashbacks of going skinny dipping in the town fountain with a group of friends. Your mouth is dry and you can taste beer and what might be a kebab, you are somewhere in the town center, all of your clothes are missing and you are completely naked.'
 				'You make your way back home, you think you are discrete and stick to poorly lit areas but you really don''t remember and somehow have bits of someone''s hedge in your hair.'
 
-				act 'Go home':gt 'korrPar'
+				act 'Go home': gt 'korrPar'
 			end
 		end
 	exit
@@ -121,7 +121,7 @@ if $ARGS[0] = 'main':
 				if minut < 30:
 					'It''s too early for school now.'
 				else
-					if NikoEv = 10:gt 'NikoDates', 'Walk Of Shame'
+					if NikoEv = 10: gt 'NikoDates', 'Walk Of Shame'
 					act 'Wait for class': gt 'gschool_grounds', 'bulding'
 				end
 			elseif hour = 7:
@@ -146,7 +146,7 @@ if $ARGS[0] = 'main':
 					end
 				end
 			elseif hour = 8:
-				if NikoEv = 10:gt 'NikoDates', 'Walk Of Shame'
+				if NikoEv = 10: gt 'NikoDates', 'Walk Of Shame'
 				'You missed your whole first class, hopefully no one noticed.'
 				act '<b>Rush to class</b>':	demerit += 10 & gt 'gschool_grounds', 'bulding'
 			elseif hour < 14:
@@ -165,7 +165,7 @@ if $ARGS[0] = 'main':
 
 	if week = 6 and hour = 8 and StoryLine > 0 and SchoolAtestat = 0 and detention_set = 1 and schoolBlock = 0: act 'Go to detention': gt 'gschool_detention', 'start'
 
-	if zverRageQW = 1:gt 'gschool_grounds', 'KristinaFight'
+	if zverRageQW = 1: gt 'gschool_grounds', 'KristinaFight'
 
 	if week < 6 and hour = 14 and dimaRevenge = 5 and dimaRevChoice = 0:
 		gt 'dimaRevenge', dimaRevenge
@@ -203,21 +203,23 @@ if $ARGS[0] = 'main':
 		gt 'dimaRevenge', dimaRevenge
 	end
 
-	if hour >= 14 and pav_slut >= 125 and SchoolGossip > 0 and afterschoolday ! daystart:gt 'gschool_sex', 'suck'
+	if hour >= 14 and pav_slut >= 125 and SchoolGossip > 0 and afterschoolday ! daystart: gt 'gschool_sex', 'suck'
 
-	if week = 1 and kanikuli = 0 and arthakQW = 10 and apmeetday ! daystart and hour >= 14:gt 'artgar'
+	if week = 1 and kanikuli = 0 and arthakQW = 10 and apmeetday ! daystart and hour >= 14: gt 'artgar'
 
 	if hour = 14 and week < 6 and kanikuli = 0:
 
 		if NikoDate_Day ! daystart:
-			if NikoVolkovQW = 5 and NikoEv = 6 and NikoDate = 0:
+			if NikoIntro = 0:
+				gt 'NikoEv', 'Intro'
+			elseif NikoVolkovQW = 5 and NikoEv = 6 and NikoDate = 0:
 				gt 'NikoDates', 'After School'
 			elseif NikoVolkovQW = 5 and NikoEv = 8 and NikoDate = 0:
 				gt 'NikoDates', 'After School 2'
 			elseif (NikoVolkovQW = 5 and NikoDate = 1) or NikoEv = 11:
-				'You can see <a href="exec:gt ''NikoEv'', ''Niko Dates''">Nikolai Volkov</a> smoking outside of the school.'
+				'You can see <a href="exec: gt ''NikoEv'', ''Niko Dates''">Nikolai Volkov</a> smoking outside of the school.'
 			elseif NikoVolkovQW = 10 and NikoEv >= 17 and NikoEv <= 20:
-				'<a href="exec:gt ''NikoEv2'', ''Events''">Nikolai Volkov</a> is smoking outside of the school.'
+				'<a href="exec: gt ''NikoEv2'', ''Events''">Nikolai Volkov</a> is smoking outside of the school.'
 			elseif NikoVolkovQW = 10 and NikoEv = 22:
 				gt 'NikoEv2', 'Recovery'
 			end
@@ -228,7 +230,7 @@ if $ARGS[0] = 'main':
 		if LinaSlut > 0 and rand(1,10) < 3:'You see Lina, Dan and Vasily leaving the school together.'
 
 		if Enable_tablemap = 0:
-			if anushkaFirstvisit = 0 and meet_after_school = 1:'<a href="exec:gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a> is leaning against a tree just in front of the school.'
+			if anushkaFirstvisit = 0 and meet_after_school = 1:'<a href="exec: gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a> is leaning against a tree just in front of the school.'
 			if LariskaHomeIn > 0:'<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a> impatiently walks back and fourth across the courtyard, as if she''s waiting for someone.'
 			if JuliaMilLernQW >= 1:'<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milova</a> is sitting somewhere on the school courtyard, reading a book.'
 			if NatashaQW > 0:'<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a> is standing in a corner.'
@@ -244,16 +246,16 @@ if $ARGS[0] = 'main':
 			end
 			if IgorLoverQW > 0 and igorkruglovday ! daystart and IdorBlock = 0:'<a href="exec:minut += 15 & gt ''igorhome'', ''entrance''">Igor Kruglov</a> is talking to some of his friends on the courtyard.'
 			if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
-				'You can see <a href="exec:gt ''FedorEv'', ''Strela Chat''">Fedor</a> sitting in the corner of the schoolyard by himself.'
+				'You can see <a href="exec: gt ''FedorEv'', ''Strela Chat''">Fedor</a> sitting in the corner of the schoolyard by himself.'
 			elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
-				'You can see <a href="exec:gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a> standing by himself with a troubled look on his face.'
+				'You can see <a href="exec: gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a> standing by himself with a troubled look on his face.'
 			elseif fedorKozlovQW >= 10:
-				'You can see <a href="exec:gt ''FedorEv'', ''Start''">Fedor</a> with his backpack around his arm, standing by himself.'
+				'You can see <a href="exec: gt ''FedorEv'', ''Start''">Fedor</a> with his backpack around his arm, standing by himself.'
 			end
 		else
 			!display friends in table if switch is on.
 			st_count=0 & $show_table=''
-			if anushkaFirstvisit = 0 and meet_after_school = 1:gs'show_table','<a href="exec:gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a>','5'
+			if anushkaFirstvisit = 0 and meet_after_school = 1:gs'show_table','<a href="exec: gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a>','5'
 			if LariskaHomeIn > 0:gs'show_table','<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a>','5'
 			if JuliaMilLernQW >= 1:gs'show_table','<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milov</a>','5'
 			if NatashaQW > 0:gs'show_table','<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a>','5'
@@ -267,11 +269,11 @@ if $ARGS[0] = 'main':
 			end
 			if IgorLoverQW > 0 and igorkruglovday ! daystart and IdorBlock = 0:gs'show_table','<a href="exec:minut += 15 & gt ''igorhome'', ''entrance''">Igor Kruglov</a>','5'
 			if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
-				gs'show_table','<a href="exec:gt ''FedorEv'', ''Strela Chat''">','5'
+				gs'show_table','<a href="exec: gt ''FedorEv'', ''Strela Chat''">','5'
 			elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
-				gs'show_table','<a href="exec:gt ''FedorEv2'', ''Fedor Breakup''">','5'
+				gs'show_table','<a href="exec: gt ''FedorEv2'', ''Fedor Breakup''">','5'
 			elseif fedorKozlovQW >= 10:
-				gs'show_table','<a href="exec:gt ''FedorEv'', ''Start''">Fedor</a>','5'
+				gs'show_table','<a href="exec: gt ''FedorEv'', ''Start''">Fedor</a>','5'
 			end
 			if npc_QW['A231'] = 1 or npc_QW['A231'] = 3 or npc_QW['A231'] >= 5:gs'show_table','<a href="exec:minut += 1 & gt ''AleksandraGo'', ''Start''"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></a>','5'
 			if st_count > 0 :
@@ -296,7 +298,7 @@ if $ARGS[0] = 'main':
 		gs 'stat'
 		'A Mitsubishi Pajero and a BMW drive up to the school gates. Strong, muscular guys in leather jackets and tracksuits get out of the cars. They have came to meet Vitek, Dan and Vasily. You watch them talk about something, though you''re not close enough to hear what it''s about. Then you notice Fedor Kozlov leaving school; his face all swollen and bruised. Fedor waves his hand at you, "<<$pcs_nickname>>! Come here, you''re my witness!"'
 
-		act 'Go and see what Fedor needs':gt 'strela'
+		act 'Go and see what Fedor needs': gt 'strela'
 		exit
 	end
 end
@@ -319,9 +321,16 @@ if $ARGS[0] = 'sports':
 	end
 	'There is a football field and around it is a track, often before and after school kids use the field and track.'
 
-	if week = 5 and hour >= 16 and hour <= 18: 'As you pass by the sports field you hear lots of cheering and yelling coming from the younger kids on the field. As you approach you see <a href="exec:gt ''gschool_socialchg1'', ''tLazar''">Lazar</a> is on the football field showing off his skills.'
+	if week = 5 and hour >= 16 and hour <= 18: 'As you pass by the sports field you hear lots of cheering and yelling coming from the younger kids on the field. As you approach you see <a href="exec: gt ''gschool_socialchg1'', ''tLazar''">Lazar</a> is on the football field showing off his skills.'
 
-	if (week = 1 or week = 3) and hour >= 16 and hour <= 18: 'Looking toward what you can barely describe as a running track, you notice <a href="exec:gt ''gschool_socialchg1'', ''tSvyatoslav''">Svyatoslav</a> doing sprints by the football field.'
+	if (week = 1 or week = 3) and hour >= 16 and hour <= 18: 'Looking toward what you can barely describe as a running track, you notice <a href="exec: gt ''gschool_socialchg1'', ''tSvyatoslav''">Svyatoslav</a> doing sprints by the football field.'
+
+	! Giving football preference, since there''s no indoor option for it.
+	if temper => 15 and sunWeather = 1 and hour > 8 and hour < 12 and week = 6 and fbpickupDay + 14 => daystart and bbpickupDay ! daystart:
+		'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''fbgameout''">football field</a>.'
+	elseif temper => 15 and sunWeather = 1 and hour > 8 and hour < 12 and week = 6 and bbpickupDay + 14 => daystart and fbpickupDay ! daystart:
+		'As you pass by the sports field you notice that most of the ''jocks'' have gathered around the <a href="exec:gt ''bbgameout''">basketball court</a>.'
+	end
 
 	act 'Leave the sports field': minut += 1 & gt 'gschool_grounds', 'main'
 
@@ -354,7 +363,7 @@ if $ARGS[0] = 'sports':
 		*nl
 		'Athletic students of your school and other schools in the area have gathered at the athletics track near your school. Everyone is getting ready for the running competition.'
 		if $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
-			act 'Participate in the 400m sprint event':gt 'gschool_grounds', 'SchoolRun2'
+			act 'Participate in the 400m sprint event': gt 'gschool_grounds', 'SchoolRun2'
 		else
 			'You need to wear exercise clothes to participate.'
 		end
@@ -365,7 +374,7 @@ if $ARGS[0] = 'sports':
 		'Athletic students of your school and other schools in the area have gathered at the athletics track near your school. Everyone is getting ready for the running competition.'
 
 		if $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
-			act 'Participate in the 400m sprint race':gt 'gschool_grounds', 'SchoolRun'
+			act 'Participate in the 400m sprint race': gt 'gschool_grounds', 'SchoolRun'
 		else
 			'You need to wear exercise clothes to participate.'
 		end
@@ -481,7 +490,7 @@ if $ARGS[0] = 'KristinaFight':
 
 	round = 0
 
-	act 'fight':gt 'fight','start'
+	act 'fight': gt 'fight','start'
 end
 
 if $ARGS[0] = 'SchoolRun':
@@ -575,7 +584,7 @@ if $ARGS[0] = 'SchoolRun_result':
 
 	gs 'stat'
 	
-	act 'Return to town':gt 'gschool_grounds', 'main'
+	act 'Return to town': gt 'gschool_grounds', 'main'
 end
 
 if $ARGS[0] = 'SchoolRun2':
@@ -686,7 +695,7 @@ if $ARGS[0] = 'SchoolRun2_result':
 
 	gs 'stat'
 
-	act 'Leave':gt 'gschool_grounds', 'main'
+	act 'Leave': gt 'gschool_grounds', 'main'
 end
 
 if $ARGS[0] = 'change_room':
@@ -722,7 +731,7 @@ if $ARGS[0] = 'change_room':
 		end
 	end
 	*nl
-	'The locker room is accessed through the school gym, and is left unlocked until 18:30 each day, to be utilised by students using the sports ground for training and events outside school hours. The room is cold, damp and filled with lockers, benches, and not much else. You can <a href="exec:gt ''wardrobe'', ''start''">change your outfit</a> by the lockers here'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0,', and <a href="exec:dynamic $pirManage">manage your piercings</a>', '.')+''
+	'The locker room is accessed through the school gym, and is left unlocked until 18:30 each day, to be utilised by students using the sports ground for training and events outside school hours. The room is cold, damp and filled with lockers, benches, and not much else. You can <a href="exec: gt ''wardrobe'', ''start''">change your outfit</a> by the lockers here'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0,', and <a href="exec:dynamic $pirManage">manage your piercings</a>', '.')+''
 
 	if (hour = 18 and minut >= 30) or hour > 18:
 		'The school is closing for the night and you have to leave so you don''t get stuck here all night.'