'+iif(kamasutra_page < 1, '', ' Previous page')+' | '+iif(kamasutra_page > 45, '', ' Next page')+''
if pcs_horny >= 60 and week = 6 and family_trip = 1:
act 'Masturbate': gt 'selfplay', 'start'
end
act 'Close': gt $loc, $metka
end
! parent''s wardrobe
if $ARGS[0] = 'parents_wardrobe':
cla
*clr
'> src="images/locations/pavlovsk/resident/apartment/home/wardrobe.jpg">'
'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:
'> src="images/locations/pavlovsk/resident/apartment/home/wardrobesearch'+rand(1,4)+'.jpg">'
$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
'> src="images/locations/pavlovsk/resident/apartment/home/wardrobetoy.jpg">'
$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
'> src="images/shared/sex/mast/start.jpg">'
if pcs_horny >= 70:
act 'Play with it': gt 'selfplay', 'start'
else
act 'Put it back': gt $loc, $metka
end
end
--- bedrPar2 ---------------------------------
|