123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- # bed2
- if $ARGS[0] = 'dosip':
- dosip = 1
- else
- dosip = 0
- end
- if disable_autosave = 0:
- if StoryLine = 0:
- savegame 'autosave.sav'
- else
- savegame 'autosave_alt.sav'
- end
- end
- nude = 1
- odedosna = numdress
- numdress = 0
- health += 5
- hapri = 0
- InSleep = 1
- cloth_vid = 0
- '<center><img src="images/pics/son.jpg" ></center>'
- if analplugIN = 1:analplugIN = 0 & 'Before going to bed you remove a butt plug.'
- if vibratorIN = 1:vibratorIN = 0 & 'Before going to bed .'
- if mop > 1:mop = 0 & vidageday = vidageday - 1 & 'Makeup smeared on the face, you think, that looks bad for sleeping with makeup, skin aging faster from this.'
- slep = rand(0, 10)
- if StoryLine = 0:slep = 0
- if slep = 0:$slep = 'do not dream'
- if slep = 1:$slep = 'dreaming of what it is not clear images from the past'
- if slep = 2:$slep = 'dreaming moon looking at the world with his one bloody eye'
- if slep = 3:$slep = 'dream that you are a man again'
- if slep = 4:$slep = 'do not dream'
- if slep = 5:$slep = 'do not dream'
- if slep = 6:$slep = 'do not dream'
- if slep = 7:$slep = 'do not dream'
- if slep = 8:$slep = 'do not dream'
- if slep = 9:$slep = 'do not dream'
- if slep = 10:$slep = 'do not dream'
- 'You sleep and you <<$slep>>.'
- :loopson
- clr
- cls
- minut += 1
- stime += 1
- if stime = 60:stime = 0&son = son + 3
- gs 'stat'
- if hour = timer and minut = timerM:
- manna = manna - 10
- 'alarm goes off'
- 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
- numdress = odedosna
- InSleep = 0
- minut += 15
- tanga = 1
- 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:
- 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
- numdress = odedosna
- InSleep = 0
- minut += 15
- tanga = 1
- 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:
- manna -= 10
- dosip = 0
- son -= 24
- 'You slept.'
- act 'Get out of bed and get dressed (0:15)':
- cla
- numdress = odedosna
- InSleep = 0
- minut += 15
- tanga = 1
- 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 ---------------------------------
|