307_dachain 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. if son < 30:
  19. son += 5
  20. else
  21. son = 29
  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. '<center><img src="images\pics\son.jpg"></center>'
  32. if analplugIN = 1: set analplugIN = 0 & 'Before going to bed you took a butt plug.'
  33. if vibratorIN = 1: set vibratorIN = 0 & 'Before going to bed you remove the vibrator.'
  34. 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.'
  35. set tanga = 1
  36. set health += 5
  37. set hapri = 0
  38. InSleep = 1
  39. gs 'stat'
  40. 'You slept'
  41. act 'Up':
  42. cla
  43. InSleep = 0
  44. minut += 480
  45. son = 30
  46. gt 'dachain'
  47. end
  48. end
  49. end
  50. act 'Go outside': minut += 15 & gt 'dachamy'
  51. --- dachain ---------------------------------