bed2 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. # bed2
  2. if $ARGS[0] = 'dosip':
  3. dosip = 1
  4. else
  5. dosip = 0
  6. end
  7. if disable_autosave = 0:
  8. if StoryLine = 0:
  9. savegame 'autosave.sav'
  10. else
  11. savegame 'autosave_alt.sav'
  12. end
  13. end
  14. nude = 1
  15. odedosna = numdress
  16. numdress = 0
  17. health += 5
  18. hapri = 0
  19. InSleep = 1
  20. cloth_vid = 0
  21. '<center><img src="images/pics/son.jpg" ></center>'
  22. if analplugIN = 1:analplugIN = 0 & 'Before going to bed you remove a butt plug.'
  23. if vibratorIN = 1:vibratorIN = 0 & 'Before going to bed .'
  24. if mop > 1:mop = 0 & vidageday = vidageday - 1 & 'Makeup smeared on the face, you think, that looks bad for sleeping with makeup, skin aging faster from this.'
  25. slep = rand(0, 10)
  26. if StoryLine = 0:slep = 0
  27. if slep = 0:$slep = 'do not dream'
  28. if slep = 1:$slep = 'dreaming of what it is not clear images from the past'
  29. if slep = 2:$slep = 'dreaming moon looking at the world with his one bloody eye'
  30. if slep = 3:$slep = 'dream that you are a man again'
  31. if slep = 4:$slep = 'do not dream'
  32. if slep = 5:$slep = 'do not dream'
  33. if slep = 6:$slep = 'do not dream'
  34. if slep = 7:$slep = 'do not dream'
  35. if slep = 8:$slep = 'do not dream'
  36. if slep = 9:$slep = 'do not dream'
  37. if slep = 10:$slep = 'do not dream'
  38. 'You sleep and you <<$slep>>.'
  39. :loopson
  40. clr
  41. cls
  42. minut += 1
  43. stime += 1
  44. if stime = 60:stime = 0&son = son + 3
  45. gs 'stat'
  46. if hour = timer and minut = timerM:
  47. manna = manna - 10
  48. 'alarm goes off'
  49. if daystart < 10 and StoryLine = 0:'My first thought was how you woke up, "Damn. This is not a dream, I do now baba."'
  50. if daystart >= 10 and daystart < 30 and StoryLine = 0:'You sleepy little surprised popyalitsya its female body.'
  51. act 'Get out of bed and get dressed (0:15)':
  52. cla
  53. numdress = odedosna
  54. InSleep = 0
  55. minut += 15
  56. tanga = 1
  57. nude = 0
  58. gt 'bed', 'fin'
  59. end
  60. act 'Get out of bed':
  61. cla
  62. InSleep = 0
  63. gt 'bed', 'fin'
  64. end
  65. act 'Try to sleep':gt 'bed2', 'dosip'
  66. elseif son > 23 and dosip = 0:
  67. manna -= 10
  68. 'You slept'
  69. if daystart < 10 and StoryLine = 0:'My first thought was how you wake up "Damn. This is not a dream, I really now a woman."'
  70. if daystart >= 10 and daystart < 30 and StoryLine = 0:'With a little surprised prosoni you stare at her female body.'
  71. act 'Get out of bed and get dressed (0:15)':
  72. cla
  73. numdress = odedosna
  74. InSleep = 0
  75. minut += 15
  76. tanga = 1
  77. nude = 0
  78. gt 'bed', 'fin'
  79. end
  80. act 'Get out of bed':
  81. cla
  82. InSleep = 0
  83. gt 'bed', 'fin'
  84. end
  85. act 'Try to sleep':gt 'bed2', 'dosip'
  86. elseif son > 47 and dosip = 1:
  87. manna -= 10
  88. dosip = 0
  89. son -= 24
  90. 'You slept.'
  91. act 'Get out of bed and get dressed (0:15)':
  92. cla
  93. numdress = odedosna
  94. InSleep = 0
  95. minut += 15
  96. tanga = 1
  97. nude = 0
  98. gt 'bed', 'fin'
  99. end
  100. act 'Get out of bed':
  101. cla
  102. InSleep = 0
  103. gt 'bed', 'fin'
  104. end
  105. act 'Try to sleep':gt 'bed2', 'dosip'
  106. else
  107. jump 'loopson'
  108. end
  109. --- bed2 ---------------------------------