bed2 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. # bed2
  2. if $args[0] = 'options':
  3. cla
  4. act 'Set Alarm Clock':gt 'budilnik', 'start'
  5. if bedPanty = 0:
  6. act 'You will wear panties in the morning, click to turn off':bedpanty = 1 & gt 'bed2', 'options'
  7. else
  8. act 'You will not wear panties in the morning, click to turn on':bedpanty = 0 & gt 'bed2', 'options'
  9. end
  10. if analplug = 1:
  11. if bedanal = 0:
  12. act 'If worn, you will remove your analplug at night, click to always leave it in':bedanal = 1 & gt 'bed2', 'options'
  13. else
  14. act 'If worn, you will wear your analplug through the night, click to always remove it':bedanal = 0 & gt 'bed2', 'options'
  15. end
  16. end
  17. if vibrator = 1 and cheatVib = 1:
  18. if bedvibrator = 0:
  19. act 'If worn, you will remove your vibrator at night, click to always leave it in':bedvibrator = 1 & gt 'bed2', 'options'
  20. else
  21. act 'If worn, you will wear your vibrator through the night, click to always remove it':bedvibrator = 0 & gt 'bed2', 'options'
  22. end
  23. end
  24. act 'Return':gt 'bed2'
  25. end
  26. if $args[0] = '':
  27. gs 'stat'
  28. cla
  29. if $clothingworntype ! 'nude':
  30. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  31. else
  32. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  33. end
  34. if budilnikOn = 0:
  35. 'You lie on the bed. Alarm set for <<timer>> hours <<timerM>> minutes and currently turned <a href="exec: budilnikOn = 1 & GT ''bed2''">off</a>.'
  36. else
  37. 'You lie on the bed. Alarm set for <<timer>> hours <<timerM>> minutes and currently turned <a href="exec: budilnikOn = 0 & GT ''bed2''">on</a>.'
  38. end
  39. if pcs_makeup ! 1:'<b><font color="red">You need to wash off your makeup before going to bed.</font></b>'
  40. if pcs_sleep > 80:
  41. 'You are not tired.'
  42. elseif succubusQW = 2:
  43. act 'Undress and go to sleep':
  44. if $clothingworntype ! 'nude': gs 'clothing', 'strip'
  45. gt 'bed2', 'succhoice'
  46. end
  47. else
  48. act 'Undress and go to sleep':
  49. if disable_autosave = 0:
  50. if StoryLine = 0:
  51. savegame 'autosave.sav'
  52. else
  53. savegame 'autosave_alt.sav'
  54. end
  55. end
  56. if $clothingworntype ! 'nude': gs 'clothing', 'strip'
  57. if magf2bdo = 2:
  58. gt 'bed2', 'magbstchoice'
  59. else
  60. gt 'bed2', 'sleep'
  61. end
  62. end
  63. end
  64. act 'Options':gt 'bed2', 'options'
  65. !!Braid hair skill
  66. if canBraidHair = 1 and hBraids = 0 and (pcs_hairlng > 80 and pcs_hairlng <= 800):
  67. act 'Spend some time braiding your hair':
  68. cls
  69. hbraids = 15
  70. minut += 30
  71. 'You spend some time braiding your hair. It may not be salon level quality, but at the end you are happy with the results.'
  72. act 'Return to bed':gt 'bed2'
  73. end
  74. end
  75. if hbraids > 0:
  76. act 'Spend some time removing your braids':
  77. cls
  78. hbraids = 0
  79. minut += 30
  80. 'You spend some time removing your braids. It may not be salon level quality, but at the end you are happy with the results.'
  81. act 'Return to bed':gt 'bed2'
  82. end
  83. end
  84. act 'Get out of bed':gt $loc, $metka
  85. end
  86. if $args[0] = 'sleep':
  87. cls
  88. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  89. pcs_hairbsh = 0
  90. InSleep = 1
  91. cloth_vid = 0
  92. pain['killer'] = 0
  93. if StoryLine = 1 and $loc ! 'bedrPar' and SchoolAtestat = 0:
  94. notathomesleep += 1
  95. else
  96. notathomesleep = 0
  97. end
  98. if succubusflag = 1 and sucwalkday <= daystart:
  99. If succublvl <= rand(1,20) or pcs_willpwr < ((succublvl * willpowermax) / 10) or sucpowzeroed >= 3: gs 'succubus', 'sucwalkinginit'
  100. end
  101. if analplugIN = 1 and bedanal = 0:analplugIN = 0 & 'Before going to bed you remove your butt plug.'
  102. if vibratorIN = 1 and bedvibrator = 0:vibratorIN = 0 & 'Before going to bed you remove your vibrator'
  103. if pcs_makeup > 1:pcs_makeup = 0 & vidageday -= 1 & 'Makeup smears your face, you think that it looks bad sleeping in makeup, and your skin will age faster from this.'
  104. if fat > 5 and stringimplant = 1:silicone += 1 & fat -= 5
  105. wait 450
  106. *clr
  107. gs 'dreams', 'start'
  108. :loopson
  109. minut += 1
  110. stime += 1
  111. pcs_health += 5
  112. if vibratorIn = 1:
  113. vtime += 1
  114. if vtime >= 5:
  115. pcs_horny +=1
  116. vtime = 0
  117. end
  118. if pcs_horny = 100:
  119. cls
  120. pcs_horny = 0
  121. orgasm += 1
  122. minut += 5
  123. gs 'stat'
  124. '<center><img <<$set_imgh>> src="images/shared/sex/oface/o_face.jpg"></center>'
  125. 'You abruptly wake up in the throes of an orgasm. As you recover, you check the time, <<hour>>:<<minut>>.'
  126. act 'Go back to sleep':
  127. *clr
  128. cla
  129. gt 'bed2', 'sleep'
  130. end
  131. act 'Give up trying to sleep':
  132. $waketext = 'Maybe trying to sleep with a vibrator in your pussy wasn''t such a good idea.'
  133. gt 'bed2', 'wake'
  134. end
  135. exit
  136. end
  137. end
  138. if stime >= 60:
  139. stime = 0
  140. pcs_sleep += 15
  141. gs 'stat'
  142. end
  143. alarm_now = hour * 60 + minut
  144. alarm_time = timer * 60 + timerM
  145. alarm_set = alarm_time - rand(1,5)
  146. if alarm_set <0:
  147. alarm_set += 1440
  148. elseif alarm_set >= 1440:
  149. alarm_set -= 1440
  150. end
  151. if budilnikOn = 1 and alarm_now = alarm_time:
  152. pcs_mood -= 10
  153. $waketext = 'Your alarm goes off.'
  154. gs 'bed2', 'wake'
  155. elseif pcs_sleep >= 100 and budilnikOn = 1 and alarm_now >= alarm_set:
  156. $waketext = 'You wake up just before your alarm goes off.'
  157. gs 'bed2', 'wake'
  158. elseif pcs_sleep > 100 and budilnikOn = 0:
  159. $waketext = 'You wake up, no longer tired.'
  160. gs 'bed2', 'wake'
  161. else
  162. jump 'loopson'
  163. end
  164. end
  165. if $args[0] = 'wake':
  166. '<<$waketext>>'
  167. gs 'stat'
  168. if daystart < 10 and StoryLine = 0:'The first thing you think as you wake up is, "Damn! It''s is not a dream, I really am a woman now."'
  169. if daystart >= 10 and daystart < 30 and StoryLine = 0:'Looking at your female body, you are still a little surprised it''s actually you.'
  170. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  171. act 'Get up out of bed and get dressed for school (0:15)':
  172. if schtype = 0:schtype = 6
  173. if schoolH[schtype] = 0:schtype = 6
  174. gs 'clothing', 'wear', 'school', schtype
  175. minut += 15
  176. gs 'bed2', 'end'
  177. end
  178. end
  179. act 'Get out of bed and get dressed (0:15)':
  180. gs 'clothing', 'wear_last_worn'
  181. minut += 15
  182. gs 'bed2', 'end'
  183. end
  184. act 'Get out of bed (0:10)':
  185. minut += 10
  186. gs 'bed2', 'end'
  187. end
  188. end
  189. if $args[0] = 'end':
  190. InSleep = 0
  191. if tanga = 1:
  192. if bedpanty = 1:
  193. tanga = 0
  194. dirtbelo += 1
  195. else
  196. if clrbelo > 0:
  197. clrbelo -= 1 & dirtbelo += 1
  198. else
  199. tanga = 0 & dirtbelo += 1
  200. end
  201. end
  202. else
  203. if bedpanty = 0 and clrbelo > 0:tanga = 1 & clrbelo -= 1
  204. end
  205. gt $loc, $metka
  206. end
  207. if $ARGS[0] = 'succhoice':
  208. minut += 15
  209. gs 'stat'
  210. cla
  211. if $clothingworntype ! 'nude':
  212. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  213. else
  214. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  215. end
  216. ''
  217. 'You toss and turn for a while, but the energy that has been buzzing under your skin since that dream just won''t let you sleep.'
  218. ''
  219. 'Thinking about it you realize that you could push the energy out or pull it in!'
  220. ''
  221. '<font color="red"><b>You also feel that both are <i>permanent</i> choices.</b></font>'
  222. act 'Try to ignore it and go to sleep':
  223. if disable_autosave = 0:
  224. if StoryLine = 0:
  225. savegame 'autosave.sav'
  226. else
  227. savegame 'autosave_alt.sav'
  228. end
  229. end
  230. gt 'bed2', 'sleep'
  231. end
  232. act 'Push the Energy out for all time': gt 'bed2', 'succhoiceNO'
  233. act 'Pull the Energy in and let it change you permanently': gt 'bed2', 'succhoiceYES'
  234. end
  235. if $ARGS[0] = 'succhoiceNO':
  236. cla
  237. if $clothingworntype ! 'nude':
  238. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  239. else
  240. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  241. end
  242. ''
  243. 'You push the energy out of you and it dissipates.'
  244. succubusQW = 3
  245. pcs_horny = 0
  246. minut +=5
  247. gs 'stat'
  248. act 'Go to sleep':
  249. if disable_autosave = 0:
  250. if StoryLine = 0:
  251. savegame 'autosave.sav'
  252. else
  253. savegame 'autosave_alt.sav'
  254. end
  255. end
  256. gt 'bed2', 'sleep'
  257. end
  258. end
  259. if $ARGS[0] = 'succhoiceYES':
  260. cla
  261. if $clothingworntype ! 'nude':
  262. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  263. else
  264. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  265. end
  266. succubusQW = 4
  267. ''
  268. 'You pull the energy deeper into yourself and hold it there.'
  269. ''
  270. 'Then you feel pressure building...'
  271. wait 450
  272. minut += 5
  273. gs 'stat'
  274. 'BUILDING...'
  275. wait 450
  276. minut += 5
  277. gs 'stat'
  278. '<b>BUILDING...</b>'
  279. wait 450
  280. minut += 5
  281. gs 'stat'
  282. 'Power bursts through your body causing you to hop out of bed.'
  283. act 'Continue': gt 'bed2', 'succubinit'
  284. end
  285. if $ARGS[0] = 'succubinit':
  286. cls
  287. cla
  288. minut += 10
  289. gs 'stat'
  290. !!Sets the succubus flag, succubus level (succublvl), Initial lesbian sex count (suclezsnapshot), initial Succubus hunger (succhungry),
  291. !! & the succubus descriptor ($sucself1). The -2 on succhungry is to give th PC 2 days to get in the Succubus grove.
  292. succubusflag = 1
  293. succublvl = 1
  294. suclezsnapshot = lesbian
  295. succhungry = -2
  296. sucwalkday = daystart + 2 + rand(0,5)
  297. $sucself1 = 'that feeling'
  298. pcs_horny = 100
  299. '<center><img <<$set_imgh>> src="images/pc/body/succubusself.jpg"></center>'
  300. ''
  301. '<font color="red">You feel the power flowing around your body for several minutes, leaking through your skin and making changes all throughout you, before fading to a presence deep in your core leaving you looking the same as before... but feeling so different! </font>'
  302. act 'Finish': gt $loc, $metka
  303. end
  304. if $ARGS[0] = 'magbstchoice':
  305. cls
  306. cla
  307. tittmp = tits + 1
  308. '<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tittmp>>.jpg"></center>'
  309. killvar 'tittmp'
  310. 'You have an odd dream where you are looking at your naked chest in a mirror and your breasts seem larger...'
  311. 'As the dream starts to drift away, you find yourself gazing at the reflection of your breasts and think:'
  312. act 'Nice, I wish my breasts really would grow.':
  313. magf2bdo = 1
  314. magtarcup += 1
  315. killvar 'mgf2bnocnt'
  316. gt 'bed2', 'sleep'
  317. end
  318. act 'Eh, I don''t like them like that.': magf2bdo = 0 & mgf2bnocnt += 1 & gt 'bed2', 'sleep'
  319. end
  320. --- bed2 ---------------------------------