1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- # dachain
- clr
- gs 'stat'
- gs 'outdoors'
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- '<center><b><font color="maroon">Cottage</font></b></center>'
- '<center><img src="images/etogame/dachain.jpg"></center>'
- 'Your favorite summer residence.'
- if hour >= 6 and hour <= 20 and etoexhib = 11:'Kopashatsya working in the garden, hmm ... maybe sometime <a href="exec:gt ''etoexhib'', ''pos10''">motivate</a> for them to work quicker and smarter.'
- if hour >= 6 and hour <= 20 and etoexhib = 12:'Leave in <a href="exec:gt ''etoexhib'', ''pos11''">garden in lingerie and robe.</a>'
- if hour >= 6 and hour <= 20 and etoexhib = 13 and temp ! daystart:'I wonder how to <a href="exec:gt ''etoexhib'', ''pos12''">garden</a>'
- if hour < 23:
- act 'Lie on the couch':
- cla
- minut += 60
- if son < 96:
- son += 5
- else
- son = 100
- end
- 'I relax lying on the couch.'
- act 'Pull':gt 'dachain'
- end
- end
- if hour >= 23:
- act 'Sleep in a bed':
- cla
- *clr
- tanga = 1
- 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 took a butt plug.'
- if vibratorIN = 1:vibratorIN = 0 & 'Before going to bed you remove the vibrator.'
- if mop > 1:mop = 0 & vidageday -= 1 & 'Cosmetics smeared face, you think that looks bad for sleeping with makeup, skin ages faster from it.'
- gs 'stat'
- 'You slept'
- act 'Up':
- cla
- InSleep = 0
- minut += 480
- son = 100
- gt 'dachain'
- end
- end
- end
- act 'Go outside':minut += 15 & gt 'dachamy'
- --- dachain ---------------------------------
|