|
@@ -277,6 +277,7 @@ if $ARGS[0] = 'afterschool_game':
|
|
|
act 'Skip the game (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
|
|
|
+ act 'Quit the cheerleading squad': gt 'gschool_cheerleading', 'quit'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'practice':
|
|
@@ -1189,9 +1190,8 @@ if $ARGS[0] = 'quit':
|
|
|
cla
|
|
|
*nl
|
|
|
'"I... I don''t want to be a part of this anymore. I''ve thought it over and this just isn''t for me."'
|
|
|
- *nl
|
|
|
if cheerleadingQW['quest_stage'] = 2:
|
|
|
- 'Albina just rolls her eyes at you. "Whatever <<$pcs_firstname>>. I don''t really care if you want to be here or not. I have <i>actual</i> cheerleaders to lead, so if you want to go, then fuck off and don''t come back." She then pushes you aside and walks out of the room. The other girls then follow her out, leaving you alone.'
|
|
|
+ 'Albina just rolls her eyes at you. "Whatever, <<$pcs_nickname>>. I don''t really care if you want to be here or not. I have <i>actual</i> cheerleaders to lead, so if you want to go, then fuck off and don''t come back." She then pushes you aside and walks out of the room. The other girls then follow her out, leaving you alone.'
|
|
|
else
|
|
|
'Albina gives you an even bigger puzzled stare. "What? Why? Never mind. If you want to leave, then I won''t stop you. Just know that I thought you had some real potential here <<$pcs_nickname>>. And thanks for telling me and not just disappearing like <i>some other people</i> have." she adds. You breathe a sigh of relief as she gathers the girls and leaves, letting you go on your way.'
|
|
|
end
|
|
@@ -1200,13 +1200,16 @@ if $ARGS[0] = 'quit':
|
|
|
|
|
|
act 'Leave':cheerleadingQW['quest_stage'] = 0 & gt 'gschool_grounds', 'main'
|
|
|
end
|
|
|
- act 'On second thoughts you decide to stay on the cheerleading team':
|
|
|
+ act 'Change your mind':
|
|
|
cla
|
|
|
*nl
|
|
|
- '"Err.. it''s nothing. Sorry."'
|
|
|
- 'Albina shrugs, "Whatever."'
|
|
|
- 'You are turning bright red with embarrassment.'
|
|
|
+ '"Err.. It''s nothing. Sorry."'
|
|
|
+ 'Albina looks at you in confusion. "Are you okay, <<$pcs_nickname>>?"'
|
|
|
+ 'You look at the floor as you try and stutter out an answer.'
|
|
|
+ 'Albina stops you. "Just take today off. There''s clearly something bothering you and you obviously don''t feel like telling me what it is. Come back when you deal with it."'
|
|
|
+ 'You just nod as Albina dismisses you.'
|
|
|
act 'Leave': gt 'gschool_grounds', 'main'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|