123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- # sitr2x
- CLOSE ALL
- $location_type = 'private'
- $locclass = 'livingr'
- act 'Go to the corridor':
- gt'korr2x'
- end
- $loc_arg = ''
- $loc = 'sitr2x'
- $menu_loc = 'sitr2x'
- $menu_arg = ''
- menu_off = 0
- clr
- minut = minut + 1
- elektro = elektro + 1
- gs'stat'
- gs 'themes', 'indoors'
- '<center><b><font color = maroon>Hall</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/sitr2.jpg"></center>'
- !! Computer and internet use.
- if mc_inventory['tech_computer'] = 1:
- !!TODO: Need to build a check for husband being at home or something.
- gs 'internet_mobile', 'get_access'
- $komp = ' with your <a href="exec:gt ''Komp'',''start''">computer</a> on it along with some papers and pens.'
- end
- 'huge plasma <a href="exec:gt ''TV'',''start''">TV</a>'
- 'luxurious <a href="exec:gt ''divan'',''start''">leather sofa</a>'
- 'modern <a href="exec:gt ''stol'',''start''">desk</a>' + iif($komp = '', '.', $komp)
- if mc_inventory['hula_hoop'] > 0:'Your hula hoop stands in a corner.'
- if mc_inventory['skipping_rope'] > 0:'Your jump rope is on a shelf.'
- if mc_inventory['book_yoga'] > 0:'Your book on yoga and your yoga mat are in the cabinet.'
- if mishka > 0:iif(mishka = 1, 'Your teddy bear is', 'Your <<mishka>> teddy bears are') + 'sitting on a shelf.'
- if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to the sofa.'
- *nl
- gs 'exercise', 'start'
- *nl
- !housegostrand = rand(1,20)
- !if week = 5 and hour > 17 and hour < 21 and housegostrand > 15 and husband > 0 and husbandrink ! 10:gt'sitr2x','guest'
- if husband > 0 and husbandrink ! 10 and husbandrinkday ! daystart:
- if (week >= 6 and hour > 7 and hour < 17) or (hour > 17 and hour <= 22):
- 'Your <a href="exec: gt''husb'',''start'' ">husband</a> is sitting on the couch watching television.'
- gs 'music_actions', 'not_alone'
- else
- gs 'music_actions', 'clear_restrictions'
- end
- end
- if husband > 0 and husbandrinkday = daystart and hour >= 20 and hour <= 23: gs 'music_actions', 'no_music'
- gs 'music_actions', 'music_icon'
- gs 'subkid'
- act 'Go out on the balcony': gt 'balkon','start'
- gs 'events', 'read'
- if mc_inventory['dildo_small'] > 0 and pcs_horny >= 50:
- act 'Masturbate':
- *clr & cla
- if pcs_inhib < 30:inhib_exp += rand(1,3)
- if husband > 0 and husbandrink ! 10:
- if week > 5 or week < 6 and hour > 16:
- gt 'husbsex','husb_mastr_vtor'
- else
- pcs_horny = 0
- orgasm += 1
- '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
- 'You put your dildo on the floor and start to ride it. It moves in and out, and you feel the pleasure running through your entire body with each thrust. You begin to moan, and a few minutes later, you climax and a wave of pleasure runs through your entire body.'
- $orgasm_or = 'yes'
- gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
- gs 'arousal', 'end'
- act 'Breathe':gt 'sitr2x'
- end
- else
- pcs_horny = 0
- orgasm += 1
- '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
- 'You put your dildo on the floor and start to ride it. It moves in and out, and you feel the pleasure running through your entire body with each thrust. You begin to moan, and a few minutes later, you climax and a wave of pleasure runs through your entire body.'
- $orgasm_or = 'yes'
- gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
- gs 'arousal', 'end'
- act 'Breathe':gt 'sitr2x'
- end
- end
- end
- --- sitr2x ---------------------------------
|