# dachain
$loc = 'dachain'
$locM = 'dachain'
$menu_loc = 'dachain'
gs 'stat'
gs 'themes', 'indoors'
if $args[0] = '':
$location_type = 'private'
$loc_arg = ''
$locM_arg = ''
$menu_arg = ''
menu_off = 0
internetS = internet
killvar '$locclass'
*clr & cla
gs 'stat'
'
Cottage'
if home_owned[3] = 2:
'> 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
'You can access your default clothing options directly.'
*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 komp = 1:'Your laptop is on the table.'
*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'
!!-------------------------------------------------------------------------------------------------------------------------------------
!!------------------------------------------------------- Music related actions come here ---------------------------------------------
!!-------------------------------------------------------------------------------------------------------------------------------------
!!Storing and picking up the guitar
if ml_guitar['carried'] = 1:
act 'Place the guitar next to your desk':
ml_guitar['carried'] = 0
ml_guitarAtHome = 1
gt $loc
end
elseif ml_guitarAtHome = 1:
act 'Pick up the guitar':
ml_guitar['carried'] = 1
ml_guitarAtHome = 0
gt $loc
end
end
!!Guitar practice
if ml_guitar['hasguitar'] = 1 and (ml_guitar['chordbook'] = 1 or ml_guitarlesson['lessoncount'] > 0) and ml_performance['performed_minutes'] <= ml_performance['max_perform_minutes']:
act 'Practice guitar (0:30)': gt 'music_bedroomPractice', 'guitar'
end
if ml_online['account'] = 0 and internet > 0:
act 'Set up an online music account (0:30)': gt 'music_onlinemusic', 'setupAccount'
end
!! Streaming music
if ml_online['account'] = 1 and internet > 0 and ml_performance['performed_minutes'] <= ml_performance['max_perform_minutes']:
if pcs_inhib < 30:
if pcs_inhib < 10:
$diff = 'hard'
elseif pcs_inhib < 20:
$diff = 'medium'
else
$diff = 'easy'
end
gs 'willpower', 'skill', 'self', $diff
will_cost = (will_cost * 3) - (pcs_perform)
if will_cost <= pcs_willpwr:
act 'Live stream (1:00) (<> Willpower)':
inhib_exp += rand(1,3)
gs 'willpower', 'pay', 'self'
gs 'stat'
gt 'music_onlinemusic', 'liveStream'
end
else
act 'Live stream (1:00) (<> Willpower)': '
You don''t have enough willpower to use this action.'
end
else
act 'Live stream (1:00)': gt 'music_onlinemusic', 'liveStream'
end
end
!! Recording music
if ml_performance['performed_minutes'] <= ml_performance['max_perform_minutes']:
if pcs_inhib < 20:
if pcs_inhib < 10:
$diff = 'medium'
elseif pcs_inhib < 20:
$diff = 'easy'
end
gs 'willpower', 'skill', 'self', $diff
if will_cost <= pcs_willpwr:
act 'Record a song with your phone (0:30) (<> Willpower)':
inhib_exp += rand(1,2)
gs 'willpower', 'pay', 'self'
gs 'stat'
gt 'music_onlinemusic', 'recordSong'
end
if komp = 1 and webcamera = 1 and ml_studio['scarlet-3rd-gen'] = 1:
act 'Record and edit a song (2:00) (<> Willpower)':
inhib_exp += rand(1,2)
gs 'willpower', 'pay', 'self'
gs 'stat'
gt 'music_onlinemusic', 'recordAndEditSong'
end
end
else
act 'Record a song (0:30) (<> Willpower)': '
You don''t have enough willpower to use this action.'
act 'Record and edit a song (1:30) (<> Willpower)': '
You don''t have enough willpower to use this action.'
end
else
act 'Record a song with your phone (0:30)': gt 'music_onlinemusic', 'recordSong'
if komp = 1 and webcamera = 1 and ml_studio['scarlet-3rd-gen'] = 1:
act 'Record and edit a song (1:30)': gt 'music_onlinemusic', 'recordAndEditSong'
end
end
end
!!Uploading recorded music if there are any not uploaded yet
if ml_uploadablemusic > 0 and internet > 0 and ml_online['account'] = 1:
if pcs_inhib < 30:
if pcs_inhib < 10:
$diff = 'hard'
elseif pcs_inhib < 20:
$diff = 'medium'
else
$diff = 'easy'
end
gs 'willpower', 'skill', 'self', $diff
will_cost = (will_cost * 2) - (pcs_perform)
if will_cost <= pcs_willpwr:
act 'Upload music (<> Willpower)': gt 'music_onlinemusic', 'uploadmusic'
else
act 'Upload music (<> Willpower)': '
You don''t have enough willpower to use this action.'
end
end
act 'Upload music': gt 'music_onlinemusic', 'uploadallmusic'
end
act 'Lie on the couch': gt 'divan', 'start'
act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
act 'Go to the Bathroom': gt 'dachain', 'dachavann'
act 'Get in the bed': gt 'bed', 'start'
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'
end
end
end
if $args[0] = 'dachakit':
$location_type = 'private'
$loc_arg = 'dachakit'
$locM_arg = 'dachakit'
$menu_arg = 'dachakit'
menu_off = 0
$locclass = 'kitr'
*clr & cla
gs 'stat'
'Cottage Kitchen'
if home_owned[3] = 2:
'> src="images/locations/suburban/cottage/dachakit2.jpg">'
else
'> src="images/locations/suburban/cottage/dachakit1.jpg">'
end
if cltarelka > 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 fairy > 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 eda > 0:
if cltarelka = 0 or edahot > 0:$edagot = ''
if cltarelka > 0 and edahot = 0:$edagot = 'Cook meal (0:30)'
'In the refrigerator there''s food, enough for <> servings. <<$edagot>>'
end
if edaD = 0 and eda = 0:'The refrigerator is empty, you have nothing to eat.'
if edahot > 0: act 'A cooked meal is on the table (0:30).': dynamic $edahotd
if husband > 0 and husbandrink ! 10:
if hour = 7 or hour = 17:'Your husband is eating at the table.'
end
if pranik > 0:
if pranik = 1:
'You only have one more portion of tea biscuits.'
else
'You have enough tea biscuits for <> more snacks.'
end
dynamic $pranik
end
dynamic $edaD
dynamic $fatdel
dynamic $driwater
dynamic $lekarstvo
dynamic $vitamin
act 'Go into the main room': gt 'dachain', ''
act 'Go to the Bathroom': gt 'dachain', 'dachavann'
end
if $args[0] = 'dachavann':
$loc_arg = 'dachavann'
$locM_arg = 'dachavann'
$menu_arg = 'dachavann'
menu_off = 0
$location_type = 'bathroom'
killvar '$locclass'
*clr & cla
gs 'stat'
'Cottage Bathroom'
if home_owned[3] = 2:
'> src="images/locations/suburban/cottage/dachavan2.jpg">'
else
'> src="images/locations/suburban/cottage/dachavan1.jpg">'
end
gs 'din_van', 'private'
act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
act 'Go into the main room': gt 'dachain', ''
end
--- dachain ---------------------------------