1
0

bed2 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. else
  34. 'You sleep without dreaming.'
  35. end
  36. :loopson
  37. clr
  38. cls
  39. minut += 1
  40. stime += 1
  41. if stime = 60:stime = 0 & son += 3
  42. gs 'stat'
  43. if hour = timer and minut = timerM:
  44. manna -= 10
  45. 'Your alarm goes off.'
  46. if daystart < 10 and StoryLine = 0:'My first thought was how you woke up, "Damn. This is not a dream, I do now baba."'
  47. if daystart >= 10 and daystart < 30 and StoryLine = 0:'You sleepy little surprised popyalitsya its female body.'
  48. act 'Get out of bed and get dressed (0:15)':
  49. cla
  50. gs 'clothing', 'wear_last_worn'
  51. InSleep = 0
  52. minut += 15
  53. tanga = 1
  54. gt 'bed', 'fin'
  55. end
  56. act 'Get out of bed':
  57. cla
  58. InSleep = 0
  59. gt 'bed', 'fin'
  60. end
  61. act 'Try to sleep':gt 'bed2', 'dosip'
  62. elseif son > 23 and dosip = 0:
  63. manna -= 10
  64. 'You slept'
  65. 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."'
  66. if daystart >= 10 and daystart < 30 and StoryLine = 0:'With a little surprised prosoni you stare at her female body.'
  67. act 'Get out of bed and get dressed (0:15)':
  68. cla
  69. gs 'clothing', 'wear_last_worn'
  70. InSleep = 0
  71. minut += 15
  72. tanga = 1
  73. gt 'bed', 'fin'
  74. end
  75. act 'Get out of bed':
  76. cla
  77. InSleep = 0
  78. gt 'bed', 'fin'
  79. end
  80. act 'Try to sleep':gt 'bed2', 'dosip'
  81. elseif son > 47 and dosip = 1:
  82. manna -= 10
  83. dosip = 0
  84. son -= 24
  85. 'You slept.'
  86. act 'Get out of bed and get dressed (0:15)':
  87. cla
  88. gs 'clothing', 'wear_last_worn'
  89. InSleep = 0
  90. minut += 15
  91. tanga = 1
  92. gt 'bed', 'fin'
  93. end
  94. act 'Get out of bed':
  95. cla
  96. InSleep = 0
  97. gt 'bed', 'fin'
  98. end
  99. act 'Try to sleep':gt 'bed2', 'dosip'
  100. else
  101. jump 'loopson'
  102. end
  103. --- bed2 ---------------------------------