# dachain
if $args[0] = 'start':
$location_type = 'private'
$loc = 'dachain'
$loc_arg = 'start'
$locM = 'dachain'
$locM_arg = 'start'
$menu_loc = 'dachain'
$menu_arg = 'start'
menu_off = 0
killvar '$locclass'
gs 'themes', 'indoors'
*clr & cla
gs 'stat'
gs 'music_actions', 'clear_restrictions'
'
Cottage'
if func('homes_properties', 'is_property_renovated'):
'> src="images/locations/suburban/cottage/dacharoom2.jpg">'
else
'> src="images/locations/suburban/cottage/dacharoom1.jpg">'
end
'Your favorite summer residence.'
*nl
'There is a bed against one wall. Next to it is a wardrobe (where you can choose outfits and organize your clothing). On the other side of the bed is a table and a mirror'
*nl
'There is a sofa in front of the fireplace, a kitchen alcove opposite the bed and the door to the bathroom next to that.'
*nl
if mc_inventory['desk'] = 0:$stol = 'an old wooden table'
if mc_inventory['desk'] = 1:$stol = 'a new table'
'In front of the window there is <<$stol>>.'
*nl
if mc_inventory['tech_computer'] = 1:
gs 'internet_mobile', 'get_access'
'Your computer is on the table. Unfortunately, there is no internet service in the village.'
end
*nl
if hour >= 6 and hour <= 20 and etoexhib = 11:'Kopashatsya working in the garden, hmm... maybe sometime motivate for them to work quicker and smarter.'
if hour >= 6 and hour <= 20 and etoexhib = 12:'Leave in garden in lingerie and robe.'
if hour >= 6 and hour <= 20 and etoexhib = 13 and temp ! daystart:'I wonder how to garden'
act 'Go outside':
if $clothingworntype ! 'nude':
minut += 5 & gt 'dachamy'
else
msg'You can''t leave the house naked! You need to get dressed first.'
gt 'dachain', 'start'
end
end
act 'Go to the Bathroom': gt 'dachain', 'dachabath'
act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
act 'Get in the bed': gt 'bed', 'start'
act 'Lie on the couch': gt 'divan', 'start'
gs 'prostitution_functions', 'prostitute_outfit_at_home'
!!-------------------------------------------------------------------------------------------------------------------------------------
!!------------------------------------------------------- Music related actions come here ---------------------------------------------
!!-------------------------------------------------------------------------------------------------------------------------------------
!! IMPORTANT: if there is anything added later that could mean that others are in the room, gs 'music_actions', 'not_alone' should be added with the correct conditions.
gs 'music_actions', 'start'
end
if $args[0] = 'dachakit':
$location_type = 'private'
$loc = 'dachain'
$loc_arg = 'dachakit'
$locM = 'dachain'
$locM_arg = 'dachakit'
$menu_loc = 'dachain'
$menu_arg = 'dachakit'
menu_off = 0
$locclass = 'kitr'
*clr & cla
gs 'kit_din'
gs 'stat'
'Cottage Kitchen'
if func('homes_properties', 'is_property_renovated'):
'> src="images/locations/suburban/cottage/dachakit2.jpg">'
else
'> src="images/locations/suburban/cottage/dachakit1.jpg">'
end
act 'Go into the main room': gt 'dachain', 'start'
if mc_inventory['dish_plates'] > 0:
'<> clean plates are stored in the cupboard.'
else
'You have no clean dishes left.'
end
if dirttarelka > 0:'<> dirty dishes are lying in the sink. Wash the dishes.'
if mc_inventory['dish_soap'] > 0:
'Next to the sink is dishwashing liquid, enough for <> uses.'
else
'You have nothing to wash dishes with, you need to buy dishwashing liquid.'
end
if mc_inventory['food_basic'] > 0:
if mc_inventory['dish_plates'] = 0 or edahot > 0:$edagot = ''
if mc_inventory['dish_plates'] > 0 and edahot = 0:$edagot = 'Cook a meal'
'There''s enough food for <> ' + iif(mc_inventory['food_basic'] = 1, 'serving', 'servings') + '. <<$edagot>>'
elseif mc_inventory['food_diet'] = 0 and mc_inventory['food_basic'] = 0:
'The fridge is empty. You have nothing to eat.'
end
if edahot > 0:'There''s a warm meal on the table.'
if husband > 0 and husbandrink ! 10:
if hour = 7 or hour = 17:'Your husband is eating at the table.'
end
if husband > 0 and husbanday > 0 and huseatday ! daystart and mc_inventory['food_basic'] >= 2:
act 'Cook a meal for your husband and yourself (1:00)':
cla
*clr
husband += 5
mc_inventory['food_basic'] -= 2
minut += 60
huseatday = daystart
pcs_mood -= 25
'> src="images/shared/home/kitchen/cook.jpg">'
'You prepare a meal for your husband and yourself.'
act 'Leave the meal':gt 'kuhr'
end
end
dynamic $edasnack
dynamic $sandwich
dynamic $driwater
dynamic $dritea
dynamic $fill_bottle
dynamic $edaD
dynamic $fatdel
dynamic $lekarstvo
dynamic $vitamin
end
if $args[0] = 'dachabath':
$loc = 'dachain'
$loc_arg = 'dachabath'
$locM = 'dachain'
$locM_arg = 'dachabath'
$menu_loc = 'dachain'
$menu_arg = 'dachabath'
menu_off = 0
$location_type = 'bathroom'
$bathtype = 'bathtub shower'
*clr & cla
gs 'stat'
'Cottage Bathroom'
if func('homes_properties', 'is_property_renovated'):
'> src="images/locations/suburban/cottage/dachavan2.jpg">'
else
'> src="images/locations/suburban/cottage/dachavan1.jpg">'
end
act 'Go into the main room': gt 'dachain', 'start'
gs 'selfplay', 'suction_dildo'
gs 'din_van', 'private'
end
--- dachain ---------------------------------