1
0

385_dachain 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. # dachain
  2. <<<<<<< 385_dachain
  3. '<center><B><font color = maroon>Cottage</font></B></center>'
  4. '<center><img src="images\etogame\dachain.jpg"></center>'
  5. =======
  6. '<center><B><font color=maroon>dacha</font></B></center>'
  7. '<center><img src="etogame/dachain.jpg" ></center>'
  8. >>>>>>> 385_dachain
  9. 'Your favorite summer residence.'
  10. clr
  11. <<<<<<< 385_dachain
  12. gs 'stat'
  13. gs 'time'
  14. fcolor = rgb(0,0,0)
  15. bcolor = rgb(255,255,255)
  16. =======
  17. gs'stat'
  18. gs'time'
  19. fcolor=rgb(0,0,0)
  20. bcolor=rgb(255,255,255)
  21. >>>>>>> 385_dachain
  22. LCOLOR = rgb(106,90,205)
  23. <<<<<<< 385_dachain
  24. 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.'
  25. if hour >= 6 and hour <= 20 and etoexhib = 12: 'Leave in <a href="exec: GT ''etoexhib'',''pos11''">garden in lingerie and robe.</a>'
  26. if hour >= 6 and hour <= 20 and etoexhib = 13 and temp ! day: 'I wonder how to <a href="exec: GT ''etoexhib'',''pos12''">garden</a>'
  27. =======
  28. if hour >= 6 and hour <= 20 and etoexhib=11:'Kopashatsya working in the garden, huh... can both-some <a href="exec:GT ''etoexhib'',''pos10''">motivate</a> their, to work quicker and smarter.'
  29. if hour >= 6 and hour <= 20 and etoexhib=12:'leave in <a href="exec:GT ''etoexhib'',''pos11''">garden in lingerie and robe.</a>'
  30. if hour >= 6 and hour <= 20 and etoexhib=13 and temp!day:'interestingly, as there <a href="exec:GT ''etoexhib'',''pos12''">garden</a>'
  31. >>>>>>> 385_dachain
  32. if hour < 23:
  33. <<<<<<< 385_dachain
  34. act 'Lie on the couch':
  35. cla
  36. minut += 60
  37. if son < 30:
  38. son += 5
  39. else
  40. son = 29
  41. end
  42. 'I relax lying on the couch.'
  43. act 'Pull': gt 'dachain'
  44. end
  45. =======
  46. act 'Lie down on the couch':
  47. cla
  48. minut+=60
  49. !!!amend
  50. son+=10
  51. 'I relax lying on the couch.'
  52. act 'pull':gt'dachain'
  53. end
  54. >>>>>>> 385_dachain
  55. end
  56. <<<<<<< 385_dachain
  57. if hour >= 23:
  58. act 'Sleep in a bed':
  59. cla
  60. *clr
  61. '<center><img src="images\pics\son.jpg"></center>'
  62. if analplugIN = 1: set analplugIN = 0 & 'Before going to bed you took a butt plug.'
  63. if vibratorIN = 1: set vibratorIN = 0 & 'Before going to bed you remove the vibrator.'
  64. 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.'
  65. set tanga = 1
  66. set health += 5
  67. set hapri = 0
  68. InSleep = 1
  69. gs 'stat'
  70. 'You slept'
  71. act 'Up':
  72. cla
  73. InSleep = 0
  74. minut += 480
  75. son = 30
  76. gt 'dachain'
  77. end
  78. end
  79. end
  80. act 'Go outside': minut += 15 & gt 'dachamy'
  81. =======
  82. if hour =>23:
  83. act 'Sleep in the bed':
  84. cla
  85. *clr
  86. '<center><img src="pics/son.jpg" ></center>'
  87. if analplugIN = 1:set analplugIN = 0&'Before going to bed you remove a butt plug.'
  88. if vibratorIN=1:set vibratorIN=0&'Before going to bed .'
  89. if mop > 1:set mop = 0&set vidageday = vidageday - 1&'Makeup smeared on the face, you think, that looks bad for sleeping with makeup, skin aging faster from this.'
  90. set tanga = 1
  91. set health = health + 5
  92. set hapri = 0
  93. InSleep=1
  94. gs'stat'
  95. 'you slept'
  96. act 'up':
  97. cla
  98. InSleep=0
  99. minut+=480
  100. son=30
  101. gt'dachain'
  102. end
  103. end
  104. end
  105. act 'come out':minut+=15&gt'dachamy'
  106. >>>>>>> 385_dachain
  107. --- dachain ---------------------------------