bed2 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. gs 'clothing', 'strip'
  15. health += 5
  16. hapri = 0
  17. InSleep = 1
  18. cloth_vid = 0
  19. '<center><img src="images/pics/son.jpg"></center>'
  20. if analplugIN = 1:analplugIN = 0 & 'Before going to bed you remove a butt plug.'
  21. if vibratorIN = 1:vibratorIN = 0 & 'Before going to bed you remove a vibrator.'
  22. 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.'
  23. if storyline = 0:
  24. temp = rand(1, 10)
  25. if temp = 1:
  26. 'You dreaming of what it is not clear images from the past.'
  27. elseif temp = 2:
  28. 'You dreamed of the moon looking at the world with his one bloody eye.'
  29. elseif temp = 3:
  30. 'You dream that you are a man again.'
  31. else
  32. 'You sleep without dreaming.'
  33. end
  34. else
  35. 'You sleep without dreaming.'
  36. end
  37. :loopson
  38. clr
  39. cls
  40. minut += 1
  41. stime += 1
  42. if stime = 60:stime = 0 & son += 3
  43. gs 'stat'
  44. if hour = timer and minut = timerM:
  45. manna -= 10
  46. 'Your alarm goes off.'
  47. if daystart < 10 and StoryLine = 0:'My first thought was how you woke up, "Damn. This is not a dream, I do now baba."'
  48. if daystart >= 10 and daystart < 30 and StoryLine = 0:'You sleepy little surprised popyalitsya its female body.'
  49. act 'Get out of bed and get dressed (0:15)':
  50. cla
  51. gs 'clothing', 'wear_last_worn'
  52. InSleep = 0
  53. minut += 15
  54. tanga = 1
  55. gt 'bed', 'fin'
  56. end
  57. act 'Get out of bed':
  58. cla
  59. InSleep = 0
  60. gt 'bed', 'fin'
  61. end
  62. act 'Try to sleep':gt 'bed2', 'dosip'
  63. elseif son > 23 and dosip = 0:
  64. manna -= 10
  65. 'You slept'
  66. 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."'
  67. if daystart >= 10 and daystart < 30 and StoryLine = 0:'With a little surprised prosoni you stare at her female body.'
  68. act 'Get out of bed and get dressed (0:15)':
  69. cla
  70. gs 'clothing', 'wear_last_worn'
  71. InSleep = 0
  72. minut += 15
  73. tanga = 1
  74. gt 'bed', 'fin'
  75. end
  76. act 'Get out of bed':
  77. cla
  78. InSleep = 0
  79. gt 'bed', 'fin'
  80. end
  81. act 'Try to sleep':gt 'bed2', 'dosip'
  82. elseif son > 47 and dosip = 1:
  83. manna -= 10
  84. dosip = 0
  85. son -= 24
  86. 'You slept.'
  87. act 'Get out of bed and get dressed (0:15)':
  88. cla
  89. gs 'clothing', 'wear_last_worn'
  90. InSleep = 0
  91. minut += 15
  92. tanga = 1
  93. gt 'bed', 'fin'
  94. end
  95. act 'Get out of bed':
  96. cla
  97. InSleep = 0
  98. gt 'bed', 'fin'
  99. end
  100. act 'Try to sleep':gt 'bed2', 'dosip'
  101. else
  102. jump 'loopson'
  103. end
  104. --- bed2 ---------------------------------