# dachain
'
Cottage'
''
'Your favorite summer residence.'
clr
gs 'stat'
gs 'time'
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
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 ! day:'I wonder how to garden'
if hour < 23:
act 'Lie on the couch':
cla
minut += 60
!!!amend
son += 10
'I relax lying on the couch.'
act 'Pull':gt 'dachain'
end
end
if hour >= 23:
act 'Sleep in a bed':
cla
*clr
''
if analplugIN = 1:set analplugIN = 0 & 'Before going to bed you took a butt plug.'
if vibratorIN = 1:set vibratorIN = 0 & 'Before going to bed you remove the vibrator.'
if mop > 1:set mop = 0 & set vidageday -= 1 & 'Cosmetics smeared face, you think that looks bad for sleeping with makeup, skin ages faster from it.'
set tanga = 1
set health += 5
set hapri = 0
InSleep = 1
gs 'stat'
'You slept'
act 'Up':
cla
InSleep = 0
minut += 480
son = 30
gt 'dachain'
end
end
end
act 'Go outside':minut += 15 & gt 'dachamy'
--- dachain ---------------------------------