|
@@ -56,27 +56,29 @@ act 'Watch it':
|
|
|
gs 'brother', 'brotherSexCount'
|
|
|
|
|
|
if brotherSex > 6 and evgenrand = 1:
|
|
|
- *clr & cla
|
|
|
- minut += 5
|
|
|
- pcs_horny += 10
|
|
|
- gs 'boyStat', 'A34'
|
|
|
- sexpartkno = 1
|
|
|
- pose = 1
|
|
|
- brotherSexCount -= 1
|
|
|
-
|
|
|
- gs 'stat'
|
|
|
- 'Kolka tells the guys that he should take you home.'
|
|
|
- 'As soon as you leave the school building, your brother whispers, "Let''s look for a quiet place, I''m still horny."'
|
|
|
- 'Soon, you find a secluded spot, and Kolka says, "This looks good. Bend over."'
|
|
|
- if see_rand1 < 5:'<center><img <<$set_imgh>> src="images/shared/sex/public/boysex.jpg"></center>'
|
|
|
- if see_rand1 >= 5 and see_rand1 < 30:'<center><video autoplay loop src="images/shared/sex/public/publ1,<<rand(0,2)>>.mp4"></video></center>'
|
|
|
- if see_rand1 >= 30:'<center><img <<$set_imgh>> src="images/shared/sex/public/publ1,<<rand(0,6)>>.jpg"></center>'
|
|
|
- 'You let your brother fuck you from behind.'
|
|
|
- gs 'dinSex', 'wear_condom'
|
|
|
- gs 'dinsex','vaginal_sex',10
|
|
|
- gs 'dinsex','sexcum'
|
|
|
-
|
|
|
- gs 'brother', 'brotherSexEnd'
|
|
|
+ act 'Go with Kolka':
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ pcs_horny += 10
|
|
|
+ gs 'boyStat', 'A34'
|
|
|
+ sexpartkno = 1
|
|
|
+ pose = 1
|
|
|
+ brotherSexCount -= 1
|
|
|
+
|
|
|
+ gs 'stat'
|
|
|
+ 'Kolka tells the guys that he should take you home.'
|
|
|
+ 'As soon as you leave the school building, your brother whispers, "Let''s look for a quiet place, I''m still horny."'
|
|
|
+ 'Soon, you find a secluded spot, and Kolka says, "This looks good. Bend over."'
|
|
|
+ if see_rand1 < 5:'<center><img <<$set_imgh>> src="images/shared/sex/public/boysex.jpg"></center>'
|
|
|
+ if see_rand1 >= 5 and see_rand1 < 30:'<center><video autoplay loop src="images/shared/sex/public/publ1,<<rand(0,2)>>.mp4"></video></center>'
|
|
|
+ if see_rand1 >= 30:'<center><img <<$set_imgh>> src="images/shared/sex/public/publ1,<<rand(0,6)>>.jpg"></center>'
|
|
|
+ 'You let your brother fuck you from behind.'
|
|
|
+ gs 'dinSex', 'wear_condom'
|
|
|
+ gs 'dinsex','vaginal_sex',10
|
|
|
+ gs 'dinsex','sexcum'
|
|
|
+
|
|
|
+ gs 'brother', 'brotherSexEnd'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
act 'Leave':gt 'gschool_grounds', 'sports'
|