dachain 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # dachain
  2. '<center><b><font color="maroon">Cottage</font></b></center>'
  3. '<center><img src="images/etogame/dachain.jpg"></center>'
  4. 'Your favorite summer residence.'
  5. clr
  6. gs 'stat'
  7. gs 'time'
  8. fcolor = rgb(0, 0, 0)
  9. bcolor = rgb(255, 255, 255)
  10. lcolor = rgb(106, 90, 205)
  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 ! day:'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. !!!amend
  19. son += 10
  20. 'I relax lying on the couch.'
  21. act 'Pull':gt 'dachain'
  22. end
  23. end
  24. if hour >= 23:
  25. act 'Sleep in a bed':
  26. cla
  27. *clr
  28. '<center><img src="images/pics/son.jpg"></center>'
  29. if analplugIN = 1:set analplugIN = 0 & 'Before going to bed you took a butt plug.'
  30. if vibratorIN = 1:set vibratorIN = 0 & 'Before going to bed you remove the vibrator.'
  31. 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.'
  32. set tanga = 1
  33. set health += 5
  34. set hapri = 0
  35. InSleep = 1
  36. gs 'stat'
  37. 'You slept'
  38. act 'Up':
  39. cla
  40. InSleep = 0
  41. minut += 480
  42. son = 30
  43. gt 'dachain'
  44. end
  45. end
  46. end
  47. act 'Go outside':minut += 15 & gt 'dachamy'
  48. --- dachain ---------------------------------