# bed2
if $ARGS[0] = 'dosip':
dosip = 1
else
dosip = 0
end
set nude = 1
set odedosna = numdress
set numdress = 0
'
'
if analplugIN = 1:set analplugIN = 0 & 'Before going to bed you remove a butt plug.'
if vibratorIN = 1:set vibratorIN = 0 & 'Before going to bed .'
if mop > 1:set mop = 0 & set vidageday = vidageday - 1 & 'Makeup smeared on the face, you think, that looks bad for sleeping with makeup, skin aging faster from this.'
set health += 5
set hapri = 0
InSleep = 1
set slep = rand(0, 10)
if StoryLine = 0:slep = 0
if slep = 0:set $slep = 'do not dream'
if slep = 1:set $slep = 'dreaming of what it is not clear images from the past'
if slep = 2:set $slep = 'dreaming moon looking at the world with his one bloody eye'
if slep = 3:set $slep = 'dream that you are a man again'
if slep = 4:set $slep = 'do not dream'
if slep = 5:set $slep = 'do not dream'
if slep = 6:set $slep = 'do not dream'
if slep = 7:set $slep = 'do not dream'
if slep = 8:set $slep = 'do not dream'
if slep = 9:set $slep = 'do not dream'
if slep = 10:set $slep = 'do not dream'
'You sleep and you <<$slep>>.'
:loopson
set minut += 1
set stime += 1
if stime = 60:set stime = 0&set son = son + 3
clr
gs'stat'
if hour = timer and minut = timerM:
'alarm goes off'
set manna = manna - 10
if daystart < 10 and StoryLine = 0:'My first thought was how you woke up, "Damn. This is not a dream, I do now baba."'
if daystart >= 10 and daystart < 30 and StoryLine = 0:'You sleepy little surprised popyalitsya its female body.'
act 'Get out of bed and get dressed (0:15)':
cla
set numdress = odedosna
set InSleep = 0
set minut += 15
set tanga = 1
set nude = 0
gt 'bed', 'fin'
end
act 'Get out of bed':
cla
InSleep = 0
gt 'bed', 'fin'
end
act 'Try to sleep':gt 'bed2', 'dosip'
elseif son > 23 and dosip = 0:
set manna -= 10
'You slept'
if daystart < 10 and StoryLine = 0:'My first thought was how you wake up "Damn. This is not a dream, I really now a woman."'
if daystart >= 10 and daystart < 30 and StoryLine = 0:'With a little surprised prosoni you stare at her female body.'
act 'Get out of bed and get dressed (0:15)':
cla
set numdress = odedosna
InSleep = 0
set minut += 15
set tanga = 1
set nude = 0
gt 'bed', 'fin'
end
act 'Get out of bed':
cla
InSleep = 0
gt 'bed', 'fin'
end
act 'Try to sleep':gt 'bed2', 'dosip'
elseif son > 47 and dosip = 1:
set manna -= 10
set dosip = 0
set son -= 24
'You slept.'
act 'Get out of bed and get dressed (0:15)':
cla
set numdress = odedosna
set InSleep = 0
set minut += 15
set tanga = 1
set nude = 0
gt 'bed', 'fin'
end
act 'Get out of bed':
cla
InSleep = 0
gt 'bed','fin'
end
act 'try to sleep':gt'bed2','dosip'
else
jump 'loopson'
end
--- bed2 ---------------------------------