dachain 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # dachain
  2. clr
  3. gs 'stat'
  4. gs 'outdoors'
  5. fcolor = rgb(0, 0, 0)
  6. bcolor = rgb(255, 255, 255)
  7. lcolor = rgb(106, 90, 205)
  8. '<center><b><font color="maroon">Cottage</font></b></center>'
  9. '<center><img src="images/etogame/dachain.jpg"></center>'
  10. 'Your favorite summer residence.'
  11. 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.'
  12. if hour >= 6 and hour <= 20 and etoexhib = 12:'Leave in <a href="exec:gt ''etoexhib'', ''pos11''">garden in lingerie and robe.</a>'
  13. if hour >= 6 and hour <= 20 and etoexhib = 13 and temp ! daystart:'I wonder how to <a href="exec:gt ''etoexhib'', ''pos12''">garden</a>'
  14. if hour < 23:
  15. act 'Lie on the couch':
  16. cla
  17. minut += 60
  18. if son < 96:
  19. son += 5
  20. else
  21. son = 100
  22. end
  23. 'I relax lying on the couch.'
  24. act 'Pull':gt 'dachain'
  25. end
  26. end
  27. if hour >= 23:
  28. act 'Sleep in a bed':
  29. cla
  30. *clr
  31. tanga = 1
  32. health += 5
  33. hapri = 0
  34. InSleep = 1
  35. cloth_vid = 0
  36. '<center><img src="images/pics/son.jpg"></center>'
  37. if analplugIN = 1:analplugIN = 0 & 'Before going to bed you took a butt plug.'
  38. if vibratorIN = 1:vibratorIN = 0 & 'Before going to bed you remove the vibrator.'
  39. if mop > 1:mop = 0 & vidageday -= 1 & 'Cosmetics smeared face, you think that looks bad for sleeping with makeup, skin ages faster from it.'
  40. gs 'stat'
  41. 'You slept'
  42. act 'Up':
  43. cla
  44. InSleep = 0
  45. minut += 480
  46. son = 100
  47. gt 'dachain'
  48. end
  49. end
  50. end
  51. act 'Go outside':minut += 15 & gt 'dachamy'
  52. --- dachain ---------------------------------