|
@@ -148,7 +148,6 @@ if $ARGS[0] = 'talk':
|
|
|
'You ask the coach about joining the team, he smiles and says, "<<$pcs_nickname>>, honey. I can do that, but you''ll have to start as a sub or people might be suspicious."'
|
|
|
elseif pcs_vball >= 65:
|
|
|
'You ask the coach about joining the team, the coach thinks for a minute. "You have good skills for an amateur but you''re still not good enough to start on the team. However, I have a spot for a substitute and we can put you there. How does that sound?"'
|
|
|
- act 'Leave':gt 'gdksport', 'start'
|
|
|
|
|
|
act 'Accept the substitute position':
|
|
|
*clr & cla
|
|
@@ -161,7 +160,6 @@ if $ARGS[0] = 'talk':
|
|
|
end
|
|
|
elseif pav_slut > 75:
|
|
|
'You ask the coach about joining the team. The coach thinks for a minute, "Hey <<$pcs_lastname>>, I hear loads of rumours about you. Such as you being a <<$gnikname>>. Is this true?"'
|
|
|
- act 'Leave':gt 'gdksport', 'start'
|
|
|
act 'It''s all lies':
|
|
|
*clr & cla
|
|
|
gs 'willpower', 'misc', 'self', 'hard'
|
|
@@ -193,7 +191,6 @@ if $ARGS[0] = 'talk':
|
|
|
end
|
|
|
else
|
|
|
'You ask the coach about joining the team, the coach thinks for a minute. "I have a spot for a substitute, but I do not know if you have what it takes."'
|
|
|
- act 'Leave': gt 'gdksport', 'start'
|
|
|
gs 'willpower', 'misc', 'self'
|
|
|
if will_cost <= pcs_willpwer:
|
|
|
act 'Persuade him (<<will_cost>> Willpower)':
|
|
@@ -212,6 +209,7 @@ if $ARGS[0] = 'talk':
|
|
|
act 'Persuade him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red"> You try to prove the coach that he should let you on the team, but you are don''t have enough willpower and the coach countered all your arguments, denying you a place on the team.'
|
|
|
end
|
|
|
end
|
|
|
+ act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
|
|
|
act 'Leave':gt 'gdksport', 'start'
|