|
@@ -1,11 +1,13 @@
|
|
|
+# bbgameout
|
|
|
|
|
|
-
|
|
|
-if $ARGS[0] = 'basketball_pickupgame':
|
|
|
+if $ARGS[0] = 'start':
|
|
|
*clr & cla
|
|
|
bbpickupDay = daystart
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidecourt.jpg"></center>'
|
|
|
+ !! Sicaa: Not sure why this image is here. If we ever implement something to do in an empty court it migh be useful though
|
|
|
+ !'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidecourt.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/pickupgames/bboutside/outsidebasketball.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':
|
|
@@ -38,7 +40,6 @@ if $ARGS[0] = 'basketball_pickupgame':
|
|
|
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."'
|
|
@@ -61,10 +62,11 @@ 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
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
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 line up with <<$rand_girl>> and <<$rand_girl1>> 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.'
|
|
|
|
|
@@ -113,6 +115,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -144,6 +147,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -175,6 +179,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -201,6 +206,7 @@ if $ARGS[0] = 'girls':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 40
|
|
|
gs 'sweat', 'add', 40
|
|
@@ -216,6 +222,7 @@ if $ARGS[0] = 'girls':
|
|
|
end
|
|
|
|
|
|
act 'Hold back':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -247,6 +254,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -278,6 +286,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -309,6 +318,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -335,6 +345,7 @@ if $ARGS[0] = 'girls':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 20
|
|
|
gs 'sweat', 'add', 20
|
|
@@ -350,6 +361,7 @@ if $ARGS[0] = 'girls':
|
|
|
end
|
|
|
|
|
|
act 'Play normally':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -380,6 +392,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -411,6 +424,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -442,6 +456,7 @@ if $ARGS[0] = 'girls':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -468,6 +483,7 @@ if $ARGS[0] = 'girls':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 30
|
|
|
gs 'sweat', 'add', 30
|
|
@@ -502,7 +518,7 @@ if $ARGS[0] = 'mixed':
|
|
|
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.'
|
|
|
+ '"With <<$rand_girl>> and me," you respond.'
|
|
|
'"Cool, lets go and win this." he confidently walks over.'
|
|
|
|
|
|
act 'Give it your best':
|
|
@@ -532,6 +548,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -565,6 +582,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -598,6 +616,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -625,6 +644,7 @@ if $ARGS[0] = 'mixed':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
[npc_rel 'A27'] = -= 2
|
|
|
pcs_mood -= 40
|
|
@@ -640,6 +660,7 @@ if $ARGS[0] = 'mixed':
|
|
|
end
|
|
|
|
|
|
act 'Hold back':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -663,6 +684,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -696,6 +718,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -729,6 +752,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -756,6 +780,7 @@ if $ARGS[0] = 'mixed':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
[npc_rel 'A27'] = -= 2
|
|
|
pcs_mood -= 20
|
|
@@ -771,6 +796,7 @@ if $ARGS[0] = 'mixed':
|
|
|
end
|
|
|
|
|
|
act 'Play normally':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -794,6 +820,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -828,6 +855,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -861,6 +889,7 @@ if $ARGS[0] = 'mixed':
|
|
|
grupvalue[2] += 1
|
|
|
[npc_rel 'A27'] = += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -888,6 +917,7 @@ if $ARGS[0] = 'mixed':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
[npc_rel 'A27'] = -= 2
|
|
|
pcs_mood -= 30
|
|
@@ -950,6 +980,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -981,6 +1012,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1012,6 +1044,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1038,6 +1071,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 30
|
|
|
gs 'sweat', 'add', 20
|
|
@@ -1052,6 +1086,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
end
|
|
|
|
|
|
act 'Hold back':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -1073,6 +1108,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1101,31 +1137,31 @@ if $ARGS[0] = 'marcusno':
|
|
|
end
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Pass (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- grupvalue[2] += 1
|
|
|
- pcs_mood += 20
|
|
|
+ *clr & cla
|
|
|
+ grupvalue[2] += 1
|
|
|
+ pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
+ 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
|
|
|
- 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
|
|
|
+ '<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
|
|
@@ -1133,36 +1169,37 @@ if $ARGS[0] = 'marcusno':
|
|
|
end
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Shoot (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- grupvalue[2] += 1
|
|
|
- pcs_mood += 20
|
|
|
+ *clr & cla
|
|
|
+ grupvalue[2] += 1
|
|
|
+ pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
+ 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
|
|
|
- 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
|
|
|
+ '<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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 30
|
|
|
gs 'sweat', 'add', 20
|
|
@@ -1176,6 +1213,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
end
|
|
|
|
|
|
act 'Play normally':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -1197,6 +1235,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1228,6 +1267,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1259,6 +1299,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1285,6 +1326,7 @@ if $ARGS[0] = 'marcusno':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 30
|
|
|
gs 'sweat', 'add', 20
|
|
@@ -1334,6 +1376,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1365,6 +1408,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1395,6 +1439,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 40
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 40
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1421,6 +1466,7 @@ if $ARGS[0] = 'boys':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 40
|
|
|
gs 'sweat', 'add', 40
|
|
@@ -1433,7 +1479,9 @@ if $ARGS[0] = 'boys':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
+
|
|
|
act 'Hold back':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -1455,6 +1503,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1486,6 +1535,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1517,6 +1567,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 20
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 20
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1543,6 +1594,7 @@ if $ARGS[0] = 'boys':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 20
|
|
|
gs 'sweat', 'add', 20
|
|
@@ -1557,6 +1609,7 @@ if $ARGS[0] = 'boys':
|
|
|
end
|
|
|
|
|
|
act 'Play normally':
|
|
|
+ *clr & cla
|
|
|
'<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."'
|
|
@@ -1579,6 +1632,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1610,6 +1664,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1641,6 +1696,7 @@ if $ARGS[0] = 'boys':
|
|
|
*clr & cla
|
|
|
grupvalue[2] += 1
|
|
|
pcs_mood += 30
|
|
|
+ bkbll_exp += rand(0,2)
|
|
|
gs 'sweat', 'add', 30
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
gs 'stat'
|
|
@@ -1665,6 +1721,7 @@ if $ARGS[0] = 'boys':
|
|
|
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':
|
|
|
+ *clr & cla
|
|
|
grupvalue[2] -= 2
|
|
|
pcs_mood -= 30
|
|
|
gs 'sweat', 'add', 30
|
|
@@ -1678,7 +1735,7 @@ if $ARGS[0] = 'boys':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'end_game'
|
|
|
+if $ARGS[0] = 'end_game':
|
|
|
*clr & cla
|
|
|
minut += 20
|
|
|
gs 'stat'
|
|
@@ -1686,3 +1743,6 @@ if $ARGS[0] = 'end_game'
|
|
|
'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
|
|
|
+
|
|
|
+--- bbgameout ---------------------------------
|
|
|
+
|