|
@@ -53,9 +53,11 @@ if $ARGS[0] = 'start':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/kolka/brother.jpg"></center>'
|
|
|
'Your brother Kolka is younger than you, he''s <<brotherAge>> years old. While you share the same mother, unlike you and your sister, Kolka''s dad is your stepfather. He is a student at the same school as you, and enjoys soccer.'
|
|
|
|
|
|
- if brotherSex = 10:
|
|
|
+ if brotherSex >= 10 and npc_rel['A34'] >= 80:
|
|
|
'You and your brother are lovers.'
|
|
|
- elseif brotherSex = 9:
|
|
|
+ elseif brotherSex >= 10 and npc_rel['A34'] >= 60 and npc_rel['A34'] < 80:
|
|
|
+ 'You and your brother are good friends with benefits.'
|
|
|
+ elseif brotherSex > 5 and npc_rel['A34'] >= 40 and npc_rel['A34'] < 60:
|
|
|
'You are siblings with benefits.'
|
|
|
elseif npc_rel['A34'] < 20:
|
|
|
'You and your brother argue all the time.'
|
|
@@ -160,7 +162,7 @@ if $ARGS[0] = 'start':
|
|
|
'The guys gather together and tell you "We just finished playing soccer, Let''s go watch porn."'
|
|
|
|
|
|
act 'Go watch porn':minut += 5 & gt 'seeporn'
|
|
|
- elseif evgenQW < 4:
|
|
|
+ elseif evgenQW < 4 or kolkaseepornday = daystart:
|
|
|
'Your brother grins "Hi <<$pcs_nickname>>. Fancy a game of football?"'
|
|
|
if $clothingworntype ! 'exercise':
|
|
|
'"Oh, you can''t play dressed like that, put on some sportswear first, or you can watch us."'
|