# bedrPar2
if $ARGS[0] = '':
CLOSE ALL
act 'Return to the hallway':gt 'korrPar'
$metkaM = $ARGS[0]
$locM = $CURLOC
$metka = $ARGS[0]
$loc = $CURLOC
$location_type = 'private'
clr
minut += 1
gs 'stat'
if night_mode = 1:
fcolor = rgb(255, 255, 255)
bcolor = rgb(0, 0, 0)
lcolor = rgb(106, 90, 205)
else
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
end
'
Master bedroom
'
''
*nl
'The room in which your parents live. Their large bed, wardrobe and other closets take up most of the space.'
gs 'family'
if hour > 6 and hour < 21:
if kamasutra_day ! daystart:
'On the bed you see a book.'
end
if prezikday ! daystart:
if prezikProver >= 3:
prezikday = daystart - 4
act 'Take condoms from your parents'' stash':
cls
cla
gs 'stat'
minut+=rand(5,7)
prezik+=rand(1,3)
prezikday = daystart
prezikProver = 0
''
'After you make sure you''re not seen, you quickly search your parents'' room for their condom stash and take a few. Now you have <> pcs.'
act 'Exit the room':gt 'korrPar'
end
else
'You have already taken some condoms out of your parents'' stash recently. You should wait a while, otherwise they might get suspicious.'
end
end
end
if hour = 21 and parsexrand = 5 and parentsexday ! daystart:gt 'seeparentsex'
end
! book
if $ARGS[0] = 'kamasutra':
cla
*clr
minut += 1
''
'The cover says "Kamasutra"'
act 'Read': kamasutra_page = 0 & kamasutra_day = daystart & gt 'bedrPar2', 'read_book'
act 'Leave': gt $loc, $metka
end
! read book
if $args = 'read_book':
*clr & cla
pcs_horny += 2
minut += 3
gs 'stat'
''+iif(kamasutra_page < 1, '', 'Previous page')+' | '+iif(kamasutra_page > 45, '', 'The following page')+''
if pcs_horny >= 60 and week = 6 and family_trip = 1:
act 'Masturbate': gt 'selfplay'
end
act 'Close': gt $loc, $metka
end
! parent''s wardrobe
if $ARGS[0] = 'parents_wardrobe':
cla
*clr
''
'The old Soviet wardrobe'
act 'Rummage': gt 'bedrPar2', 'wardrobe_search'
act 'Leave ': gt $loc, $metka
end
if $ARGS[0] = 'wardrobe_search':
cla
*clr
if (hour >= 21 or hour < 6) and indorf = 0:
'What are you thinking? You can''t go through the wardrobe while your parents are sleeping right there!'
act 'Leave ': gt $loc, $metka
exit
end
if rand(1,100) > 75:
''
$failwords[0]='You cannot find anything interesting'
$failwords[1]='You find some clothe and underwear'
$failwords[2]='You digging through mother''s closet, but find nothing except underwear.'
*pl $failwords[rand(0,2)]
killvar '$failwords'
else
''
$findmomtoy[0]='Digging in the closet you find a Dildo'
$findmomtoy[1]='In mother''s lingerie is a small Dildo'
$findmomtoy[2]='You find your mother''s toy'
*pl $findmomtoy[rand(0,2)]
killvar '$findmomtoy'
end
act 'Close the Cabinet': gt $loc, $metka
end
if $ARGS[0] = 'momtoy_play':
cla
*clr
dildo = 1
dildohand = 10
selfmomtoyplay = 1
''
if pcs_horny >= 70:
act 'Play with it': gt 'selfplay'
else
act 'Put it back': gt $loc, $metka
end
end
--- bedrPar2 ---------------------------------
|