123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- # shulgabed
- CLOSE ALL
- $metka = $ARGS[0]
- $loc = $CURLOC
- $metkaM = $ARGS[0]
- $locM = $CURLOC
- cla
- *clr
- cls
- minut = minut + 1
- gs'stat'
- gs'gopsex'
- '<center><b><font color = maroon>Bedroom father Shulga</font></b></center>'
- '<center><img src="images/zsoft/pod_ezd/shulgahome/smroom.jpg"></center>'
- 'Everything is as usual a large bed, beside tables, opposite the TV, Side cabinet.'
- if hour < 7 or hour >= 23: 'On the bed sleeping <<$serg_obr>> <a href="exec:GT ''Serge_Shulgin'',''sleep''">Sergei</a>.'
- if week < 6 and ((hour >= 16 and hour < 18) or (hour >= 21 and hour < 23)): 'On the bed lies<<$serg_obr>> <a href="exec:GT ''Serge_Shulgin'',''tv''">Sergei</a> watching TV.'
- if week >= 6 and ((hour >= 7 and hour < 18) or (hour >= 21 and hour < 23)): 'On the bed lies<<$serg_obr>> <a href="exec:GT ''Serge_Shulgin'',''tv''">Sergei</a> watching TV.'
- act 'Exit the room': gt'shulgahall'
- if week < 6 and hour >= 7 and hour < 16: dynamic $smroom_sleep
- smroom_ev_sonya = RAND(0,100)
- if smroom_ev_sonya <= 5 and soniaPS >= 1 and sexev_sonya_count > 0 and hour >= 15 and hour <= 23: dynamic $smroom_sex_sonya
- $smroom_sex_sonya = {
- cls
- minut += 5
- sexev_sonya_day = daystart
- sexev_sonya_count -= 1
- sh_sonya_sexev +=1
- horny += 5
- gs'stat'
- '<center><img src="images/zsoft/pod_ezd/shulgahome/smroom/sonya/ev1_1_'+rand(1,2)+'.jpg"></center>'
- 'You with bated breath slowly came to the door, from-for which I have heard muffled groans and sniffles. Slowly, trying not to make a sound, opened the door and clung to a narrow schёlke, cautiously looking inside.'
- 'And there Sergei rhythmically pyalil cancer Sonya. Her face was read, and the lust of the indescribable pleasure.'
- 'Nothing new, you do not see, while hoping to see someone-else, instead Sonya.'
- dynamic $masturb_gg
- act 'Further':
- cls
- minut += 5
- horny += 15
- gs'stat'
- '<center><img src="images/zsoft/pod_ezd/shulgahome/smroom/sonya/ev1_2_'+rand(1,3)+'.jpg"></center>'
- 'Rolling his eyes in pleasure and barely suppressing a cry, She dug her nails into plaid, on which lay.
- But then Sergei began to drive faster and deeper his dick in her, not withstanding such an attack, Sonia louder and louder moaning with pleasure.'
- dynamic $masturb_gg
- act 'Further':
- cls
- minut += 5
- horny += 15
- gs'stat'
- '<center><img src="images/zsoft/pod_ezd/shulgahome/smroom/sonya/ev1_3_'+rand(1,2)+'.jpg"></center>'
- 'Sonya moaned no hesitating. Sergei could not stand it and made her remark:
- - Hush... You do not want, to the house we heard?
- Sonia choked moaned and shook her head.
- - Well, that`s good. And as a reward such a good girl...
- Ringing cotton, and attractive ass horny Sonya left a bright red spot.
- She could not endure, and strong vaginal muscles squeezing ramming its members, It shook in orgasmic convulsions.
- Panting, Both silhouette exhausted collapsed on the floor.'
- dynamic $masturb_gg
- act 'Escape': gt'shulgahall'
- end
- end
- }
- !sleep when the bed is empty
- $smroom_sleep = {
- act 'Lie down on the bed to take a nap':
- cls
- son += 10
- health += 5
- minut += 60
- gs'stat'
- 'You snoozed for an hour'
- act 'Up': gt 'shulgabed'
- end
- }
- --- shulgabed ---------------------------------
|