bed2.qsrc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. # bed2
  2. !2020/10/14/Gwen
  3. if $ARGS[0] = '':
  4. cla & *clr
  5. $menu_loc = 'bed2'
  6. $menu_arg = ''
  7. menu_off = 0
  8. $alarmloc = 'bed2'
  9. gs 'stat'
  10. if $clothingworntype ! 'nude':
  11. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  12. else
  13. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  14. end
  15. *nl
  16. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set to <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b> during the week and <b>'+iif(timerEnd < 10,'0<<timerEnd>>','<<timerEnd>>')+':'+iif(timerEndM < 10,'0<<timerEndM>>','<<timerEndM>>')+'</b> during the weekend. It is currently turned '+iif(budilnikOn = 0, '<a href="exec: budilnikOn = 1 & gt ''bed2''">OFF</a>.', '<a href="exec: budilnikOn = 0 & gt ''bed2''">ON</a>.')
  17. *nl
  18. if bedPanty = 0:
  19. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 1 & gs ''stat'' & & gt ''bed2''">AS IS</a>.'
  20. elseif bedPanty = 1:
  21. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 2 & gs ''stat'' & gt ''bed2''">YES</a>.'
  22. elseif bedPanty = 2:
  23. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 0 & gs ''stat'' & gt ''bed2''">NO</a>.'
  24. end
  25. *nl
  26. if analplug = 1 :
  27. if bedAnal = 0:
  28. 'Should you always remove your anal plug before bed? Currently - <a href="exec:bedAnal = 1 & gs ''stat'' & gt ''bed2''">NO</a>.'
  29. elseif bedAnal = 1:
  30. 'Should you always remove your anal plug before bed? Currently - <a href="exec:bedAnal = 0 & gs ''stat'' & gt ''bed2''">YES</a>.'
  31. end
  32. end
  33. if vibrator = 1 and cheatVib = 1:
  34. if bedVibrator = 0:
  35. 'Should you always remove your vibrator before bed? Currently - <a href="exec:bedVibrator = 1 & gs ''stat'' & gt ''bed2''">NO</a>.'
  36. elseif bedVibrator = 1:
  37. 'Should you always remove your vibrator before bed? Currently - <a href="exec:bedVibrator = 0 & gs ''stat'' & gt ''bed2''">YES</a>.'
  38. end
  39. end
  40. if pcs_makeup ! 1:*nl '<b><font color="red">You need to wash off your makeup before going to bed.</font></b>'
  41. if pcs_sleep <= 80:
  42. if $clothingworntype = 'nude':
  43. $sleep_txt = 'Go to bed'
  44. else
  45. $sleep_txt = 'Undress and go to bed'
  46. end
  47. if succubusQW = 2:
  48. act '<<$sleep_txt>>':
  49. menu_off = 1
  50. if bedPanty = 2:
  51. gs 'underwear', 'remove'
  52. elseif bedPanty = 1:
  53. gs 'underwear', 'wear'
  54. end
  55. if $clothingworntype ! 'nude':
  56. strip_here = 1
  57. gs 'clothing', 'strip'
  58. end
  59. gt 'bed2', 'succhoice'
  60. end
  61. else
  62. act '<<$sleep_txt>>':
  63. menu_off = 1
  64. if bedPanty = 2:
  65. gs 'underwear', 'remove'
  66. elseif bedPanty = 1:
  67. gs 'underwear', 'wear'
  68. end
  69. if disable_autosave = 0:
  70. if StoryLine = 0:
  71. savegame 'autosave.sav'
  72. else
  73. savegame 'autosave_alt.sav'
  74. end
  75. end
  76. if $clothingworntype ! 'nude':
  77. strip_here = 1
  78. gs 'clothing', 'strip'
  79. end
  80. if magf2bdo = 2:
  81. gt 'bed2', 'magbstchoice'
  82. else
  83. gt 'bed2', 'sleep'
  84. end
  85. end
  86. killvar '$sleep_txt'
  87. end
  88. end
  89. act 'Get out of bed': killvar '$sleep_txt' & gt $loc, $loc_arg
  90. act 'Take a nap (1:00)':
  91. menu_off = 1
  92. if pcs_sleep >= 10 and pcs_sleep <= 90:
  93. pcs_sleep += 10
  94. pcs_health += 5
  95. minut += 60
  96. gs 'stat'
  97. *nl
  98. 'You sleep about an hour.'
  99. elseif pcs_sleep < 10:
  100. gt 'bed2', 'sleep'
  101. else
  102. minut += 5
  103. gs 'stat'
  104. *nl
  105. 'You are not tired enough to sleep, even for a short nap.'
  106. end
  107. end
  108. gs 'events', 'read'
  109. if sisterHere = 0 or (sisterHere = 1 and hour < 7):
  110. if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and pav_slut >= 150) or (pcs_horny > 50 and pav_slut >= 50 and pcs_inhib >= 60):
  111. act 'Masturbate':
  112. InSleep = 0
  113. gt 'selfplay', 'start'
  114. end
  115. end
  116. end
  117. end
  118. if $ARGS[0] = 'sleep':
  119. *clr & cla
  120. menu_off = 1
  121. if $clothingworntype ! 'nude':
  122. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  123. else
  124. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  125. end
  126. gs 'stat'
  127. *nl
  128. if budilnikOn = 1 and ((hour => timer and week + 1 < 6) or (hour < timer and week < 6)):
  129. 'You run through your regular nightly routine, setting your alarm for <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b>, you undress, and prepare for sleep:'
  130. elseif budilnikOn = 1 and alarm_holiday = 1 and (week > 5 or kanikuli > 0):
  131. 'You run through your regular nightly routine, setting your alarm for <b>'+iif(timerEnd < 10,'0<<timerEnd>>','<<timerEnd>>')+':'+iif(timerEndM < 10,'0<<timerEndM>>','<<timerEndM>>')+'</b>, you undress, and prepare for sleep:'
  132. elseif budilnikOn = 1 and (week > 5):
  133. 'You run through your regular nightly routine, setting your alarm for <b>'+iif(timerEnd < 10,'0<<timerEnd>>','<<timerEnd>>')+':'+iif(timerEndM < 10,'0<<timerEndM>>','<<timerEndM>>')+'</b>, you undress, and prepare for sleep:'
  134. elseif budilnikOn = 1:
  135. 'You run through your regular nightly routine, setting your alarm for <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b>, you undress, and prepare for sleep:'
  136. else
  137. 'You run through your regular nightly routine, not bothering to setting your alarm, you undress, and prepare for sleep:'
  138. end
  139. pcs_hairbsh = 0
  140. cloth_vid = 0
  141. pain['killer'] = 0
  142. if StoryLine = 1 and $loc ! 'bedrPar' and SchoolAtestat = 0:
  143. notathomesleep += 1
  144. else
  145. notathomesleep = 0
  146. end
  147. if succubusflag = 1 and sucwalkday <= daystart and (succublvl <= rand(1,20) or pcs_willpwr < ((succublvl * willpowermax) / 10) or sucpowzeroed >= 3): gs 'succubus', 'sucwalkinginit'
  148. if analplugIN = 1 and vibratorIN = 1:
  149. if bedAnal = 1 and bedVibrator = 1:
  150. analplugIN = 0
  151. vibratorIN = 0
  152. gs 'stat'
  153. *nl
  154. 'You remove your butt plug and your vibrator.'
  155. elseif bedAnal = 0 and bedVibrator = 0:
  156. *nl
  157. 'You decide to leave your butt plug and vibrator in.'
  158. elseif bedAnal = 1 and bedVibrator = 0:
  159. vibratorIN = 0
  160. gs 'stat'
  161. *nl
  162. 'You decide to leave your butt plug in, but remove your vibrator.'
  163. elseif bedAnal = 0 and bedVibrator = 1:
  164. analplugIN = 0
  165. gs 'stat'
  166. *nl
  167. 'You decide to remove your butt plug, but leave your vibrator in.'
  168. end
  169. elseif analplugIN = 1 and vibratorIN = 0:
  170. if bedAnal = 1:
  171. analplugIN = 0
  172. gs 'stat'
  173. *nl
  174. 'You remove your butt plug.'
  175. elseif bedAnal = 0:
  176. *nl
  177. 'You decide to leave your butt plug in.'
  178. end
  179. elseif analplugIN = 0 and vibratorIN = 1:
  180. if bedVibrator = 1:
  181. vibratorIN = 0
  182. *nl
  183. 'You remove your vibrator.'
  184. elseif bedVibrator = 0:
  185. *nl
  186. 'You decide to leave your vibrator in.'
  187. end
  188. end
  189. if bedPanty = 1 and $pantyworntype = 'none' and $braworntype = 'none':
  190. *nl
  191. 'You put on your bra and panties.'
  192. elseif bedPanty = 1 and $pantyworntype ! 'none' and $braworntype = 'none':
  193. *nl
  194. 'You put on your bra.'
  195. elseif bedPanty = 1 and $pantyworntype ! 'none' and $braworntype ! 'none':
  196. *nl
  197. 'You put on your panties.'
  198. elseif bedPanty = 1:
  199. *nl
  200. 'You change your bra and panties.'
  201. elseif bedPanty = 2:
  202. *nl
  203. 'You remove your bra and panties.'
  204. else
  205. *nl
  206. 'You were too tired to worry about your underwear, so for tonight you left it as is.'
  207. end
  208. if hscrunchw = 1:
  209. *nl
  210. '<<$hscrunch>>.'
  211. elseif hscrunchw = 2:
  212. *nl
  213. '<<$hpigtail>>'
  214. elseif hpingripw > 0:
  215. *nl
  216. '<<$hpingrip>>'
  217. elseif hbraids > 0:
  218. *nl
  219. '<<$hbraids>>'
  220. else
  221. *nl
  222. 'Your hair is loose and free.'
  223. end
  224. if pcs_makeup > 1:
  225. pcs_makeup = 0
  226. vidageday -= 1
  227. *nl
  228. 'You went to bed wearing your makeup, which will smear your face as you sleep; your skin will age faster from this!'
  229. end
  230. if fat > 5 and stringimplant = 1: silicone += 1 & fat -= 5
  231. act 'Sleep...': gt 'bed2', 'dream'
  232. end
  233. if $ARGS[0] = 'dream':
  234. if $loc = 'nichBedroomServant':
  235. gs 'nichBedroomServant', 'sleepEvents'
  236. end
  237. *clr & cla
  238. menu_off = 1
  239. InSleep = 1
  240. gs 'stat'
  241. gs 'dreams', 'start'
  242. :loopson
  243. minut += 1
  244. stime += 1
  245. if recuperation = 0:pcs_health += 5
  246. if vibratorIN = 1:
  247. vtime += 1
  248. if vtime >= 5:
  249. pcs_horny +=1
  250. vtime = 0
  251. end
  252. if pcs_horny = 100:
  253. *clr & cla
  254. pcs_horny = 0
  255. orgasm += 1
  256. minut += 5
  257. gs 'stat'
  258. '<center><img <<$set_imgh>> src="images/shared/sex/oface/o_face.jpg"></center>'
  259. *nl
  260. 'You abruptly wake up in the throes of an orgasm. As you recover, you check the time, <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>.'
  261. act 'Go back to sleep':
  262. *clr & cla
  263. gt 'bed2', 'dream'
  264. end
  265. act 'Give up trying to sleep':
  266. *clr & cla
  267. '<center><img <<$set_imgh>> src="images/shared/sex/oface/kotovfirst1.jpg"></center>'
  268. *nl
  269. 'Maybe trying to sleep with a vibrator in your pussy wasn''t such a good idea.'
  270. gs 'bed2', 'wake'
  271. end
  272. exit
  273. end
  274. !! Exclusions for succubus dreams as they set horny to 100 and will always get overridden otherwise
  275. elseif pcs_horny > 80 and pcs_sleep >= 30 and rand (1,300) = 300 and succubusQW ! 1 and succubusQW ! 2:
  276. gs 'stat'
  277. $waketext = 'You glance at your alarm clock. It reads <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>.'
  278. gt 'bed2', 'wake_horny'
  279. end
  280. if stime >= 60:
  281. stime = 0
  282. pcs_sleep += 15
  283. gs 'stat'
  284. end
  285. alarm_now = hour * 60 + minut
  286. if alarm_holiday = 1 and (kanikuli > 0 or week > 5):
  287. alarm_time = timerEnd * 60 + timerEndM
  288. elseif week > 5:
  289. alarm_time = timerEnd * 60 + timerEndM
  290. else
  291. alarm_time = timer * 60 + timerM
  292. end
  293. alarm_set = alarm_time - rand(1,5)
  294. if alarm_set <0:
  295. alarm_set += 1440
  296. elseif alarm_set >= 1440:
  297. alarm_set -= 1440
  298. end
  299. if slept_in = 1:
  300. gs 'stat'
  301. $waketext = 'You wake up at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, after sleeping-in a little longer than planned, but at least you''ve had plenty of sleep.'
  302. gs 'bed2', 'wake'
  303. elseif pcs_sleep >= 100 and budilnikOn = 0:
  304. gs 'stat'
  305. $waketext = 'You wake up at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, no longer tired and ready to start the day with plenty of sleep.'
  306. gs 'bed2', 'wake'
  307. elseif pcs_sleep >= 100 and budilnikOn = 1 and alarm_now >= alarm_set:
  308. gs 'stat'
  309. $waketext = 'You wake up at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, just before your alarm goes off. You''ve had plenty of sleep.'
  310. gs 'bed2', 'wake'
  311. elseif budilnikOn = 1 and alarm_now = alarm_time:
  312. pcs_mood -= 10
  313. gs 'stat'
  314. $waketext = 'Your alarm goes off at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, '+iif(pcs_sleep < 90, 'but you could do with some extra sleep.', 'and you''ve had plenty of sleep.')+''
  315. gs 'bed2', 'extra'
  316. gs 'bed2', 'wake'
  317. else
  318. jump 'loopson'
  319. end
  320. *nl
  321. '<<$waketext>>'
  322. end
  323. if $ARGS[0] = 'wake_horny':
  324. cla
  325. menu_off = 1
  326. InSleep = 1
  327. SleepHorny += 1
  328. gs 'stat'
  329. if $pantyworntype = 'none':
  330. if SleepHorny = 1:
  331. '<center><img <<$set_imgh>> src="images/shared/home/sleep_horny.jpg"></center>'
  332. elseif SleepHorny = 2:
  333. '<center><img <<$set_imgh>> src="images/shared/sex/mast/klit.jpg"></center>'
  334. elseif SleepHorny >= 3:
  335. '<center><img <<$set_imgh>> src="images/shared/sex/oface/kotovfirst1.jpg"></center>'
  336. end
  337. else
  338. if SleepHorny = 1:
  339. '<center><img <<$set_imgh>> src="images/shared/sex/mast/start.jpg"></center>'
  340. elseif SleepHorny = 2:
  341. '<center><img <<$set_imgh>> src="images/shared/sex/undress/kiska.jpg"></center>'
  342. elseif SleepHorny >= 3:
  343. '<center><img <<$set_imgh>> src="images/shared/sex/oface/kotovfirst1.jpg"></center>'
  344. end
  345. end
  346. *nl
  347. '<<$waketext>>'
  348. *nl
  349. if SleepHorny = 1:
  350. 'Your wet dream and overall horniness rouse you from your sleep. From one moment to the next, you are wide awake and very much aware that your pussy is hot and wet.'
  351. *nl
  352. 'You could try and go back to sleep, of course, but it''s doubtful that you would find this kind of sleep very restful; not to mention the frustration that comes with ignoring your needs, but masturbating is an option, too, and not the worst one in this situation. It might take some time, but you''d be able to sleep like a baby after.'
  353. *nl
  354. 'Of course, you could always just give up on trying to sleep and just get up.'
  355. elseif SleepHorny = 2:
  356. 'You''re so horny that you''ve woken a second time. Your pussy is still wet and wanting attention.'
  357. *nl
  358. 'You could try and get back to sleep again, but it''s doubtful that you will get much sleep, and continuously ignoring your needs won''t help; maybe you should masturbate, and make the most of the time that''s left.'
  359. *nl
  360. 'Soon you will have to get up one way or another.'
  361. elseif SleepHorny >= 3:
  362. 'Once again your horniness has roused you from your sleep. This is getting ridiculous! You are finding it very difficult to get any sleep at all.'
  363. *nl
  364. 'Going back to sleep almost feels like a waste of time at this point; you won''t get much rest at all, at least until you fix the problem.'
  365. *nl
  366. if $pantyworntype ! 'none':
  367. gs 'underwear', 'remove'
  368. 'You''ve removed your underwear, as your panties were soaked through.'
  369. *nl
  370. end
  371. 'Maybe you should just get up.'
  372. end
  373. if $loc = 'bedrPar' and sisterLesb = 6 and hour < 6:
  374. *nl
  375. 'Or... you could wake up Anya and see if your dearest sister would be willing to help you with that.'
  376. elseif $loc = 'FedorEv4':
  377. *nl
  378. 'Or... you could wake up Fedor and see if your boyfriend can''t help you with that.'
  379. elseif $loc = 'bedr' and husband > 0:
  380. *nl
  381. 'Or... you could wake up <<$husName>> and see if your husband can''t help you with that.'
  382. end
  383. act 'Try and go back to sleep':
  384. pcs_mood -= 10
  385. pcs_sleep -= 5
  386. gt 'bed2', 'dream'
  387. end
  388. act 'Masturbate': InSleep = 0 & gt 'selfplay', 'start'
  389. act 'Get out of bed (0:10)':
  390. minut += 10
  391. gs 'bed2', 'end'
  392. end
  393. if strip_here = 1:
  394. act 'Get out of bed and get dressed (0:15)':
  395. minut += 15
  396. gs 'clothing', 'wear_last_worn'
  397. gs 'bed2', 'end'
  398. end
  399. end
  400. if $loc = 'bedrPar' and sisterLesb = 6 and hour < 6:
  401. act 'Wake Anya and see if she''s in the mood': strip_here = 0 & InSleep = 0 & gt 'sistersleep', 'sister_sleep'
  402. elseif $loc = 'FedorEv4':
  403. act 'Wake Fedor and see if he''s in the mood': strip_here = 0 & InSleep = 0 & gt 'FedorEv4', 'Bedroom 1'
  404. !!Intro text doesn''t quite fit event (but doesn''t quite fit - try for baby - scenario either) - custom scene from VK?
  405. elseif ($loc = 'bedr' or $loc = 'bedr2x') and husband > 0:
  406. act 'Wake your husband and see if he''s in the mood': strip_here = 0 & InSleep = 0 & gt 'husbSex', 'variant'
  407. !!Should be custom scene - maybe boyfriend/husband overhaul can cover this?
  408. end
  409. end
  410. if $ARGS[0] = 'wake':
  411. if StoryLine = 1 and indorf = 0 and motherQW['bathroom_dildos'] > 0:gt'mother_sextalk','dildo_wakeup1'
  412. menu_off = 1
  413. InSleep = 1
  414. gs 'stat'
  415. if daystart < 10 and StoryLine = 0 and ntstart = 0:'The first thing you think as you wake up is, "Damn! It''s is not a dream, I really am a woman now."'
  416. if daystart >= 10 and daystart < 30 and StoryLine = 0 and ntstart = 0:'Looking at your female body, you are still a little surprised it''s actually you.'
  417. if slept_in = 1 and kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 9 and hour < 14:
  418. if schoolprogul > 2 and schoolPredupr = 2:
  419. pcs_mood -= 35
  420. gs 'stat'
  421. msg '<center>Damn it''s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It''s too late to go to school now!<br><<$npc_nickname[''A29'']>> will be furious. I don''t know what she might do...</center>'
  422. elseif schoolprogul > 2 and schoolPredupr = 1:
  423. pcs_mood -= 30
  424. gs 'stat'
  425. msg '<center>Damn it''s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It''s too late to go to school now!<br><<$npc_nickname[''A29'']>> will be very angry if I miss another day of school.</center>'
  426. elseif schoolprogul > 2 and schoolPredupr = 0:
  427. pcs_mood -= 25
  428. gs 'stat'
  429. msg '<center>Damn it''s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It''s too late to go to school now!<br><<$npc_nickname[''A29'']>> will be angry to find out I missed a day of school.</center>'
  430. else
  431. pcs_mood -= 20
  432. gs 'stat'
  433. msg '<center>Damn it''s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It''s too late to go to school now!<br><<$npc_nickname[''A29'']>> will be very upset if I''m not at school every day.</center>'
  434. end
  435. end
  436. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  437. if slept_in = 1 and (hour = 7 or hour = 8):
  438. pcs_mood -= 10
  439. gs 'stat'
  440. msg '<center>Damn it''s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, you''ve slept too long! You need to hurry or you''re going to be late for school!</center>'
  441. end
  442. act 'Get out of bed and get dressed for school (0:15)':
  443. minut += 15
  444. gs 'wardrobe', 'school_outfit'
  445. gs 'bed2', 'end'
  446. end
  447. end
  448. if strip_here = 1:
  449. act 'Get out of bed and get dressed (0:15)':
  450. minut += 15
  451. gs 'clothing', 'wear_last_worn'
  452. gs 'bed2', 'end'
  453. end
  454. end
  455. if enfullmorrout = 1 and hour >= 4 and hour < 12:
  456. act 'Full morning routine (01:00)':
  457. minut += 15
  458. fullmorrout = 1
  459. gs 'clothing', 'wear_last_worn'
  460. gs 'bed2', 'end'
  461. end
  462. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  463. act 'Full morning routine for School (01:00)':
  464. fullmorrout = 1
  465. minut += 15
  466. gs 'wardrobe', 'school_outfit'
  467. gs 'bed2', 'end'
  468. end
  469. end
  470. end
  471. act 'Get out of bed (0:10)':
  472. minut += 10
  473. slept_in = 0
  474. gs 'bed2', 'end'
  475. end
  476. end
  477. if $ARGS[0] = 'extra':
  478. act '"Snooze" a few minutes more...':
  479. menu_off = 1
  480. slept_in = 1
  481. stime = 0
  482. minut += (100-pcs_sleep)*6
  483. pcs_sleep += 100
  484. gs 'stat'
  485. gt 'bed2', 'dream'
  486. end
  487. end
  488. if $ARGS[0] = 'end':
  489. menu_off = 1
  490. minut -= 1
  491. InSleep = 0
  492. slept_in = 0
  493. strip_here = 0
  494. SleepHorny = 0
  495. if fullmorrout = 1 and $loc = 'bedrPar':
  496. gt 'vanrPar'
  497. elseif fullmorrout = 1 and $loc = 'bedr':
  498. gt 'vanr'
  499. else
  500. gt $loc, $loc_arg
  501. end
  502. end
  503. if $ARGS[0] = 'succhoice':
  504. menu_off = 1
  505. minut += 15
  506. gs 'stat'
  507. cla
  508. if $clothingworntype ! 'nude':
  509. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  510. else
  511. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  512. end
  513. ''
  514. '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.'
  515. ''
  516. 'Thinking about it you realize that you could push the energy out or pull it in!'
  517. ''
  518. '<font color="red"><b>You also feel that both are <i>permanent</i> choices.</b></font>'
  519. act 'Try to ignore it and go to sleep':
  520. if disable_autosave = 0:
  521. if StoryLine = 0:
  522. savegame 'autosave.sav'
  523. else
  524. savegame 'autosave_alt.sav'
  525. end
  526. end
  527. gt 'bed2', 'sleep'
  528. end
  529. act 'Push the Energy out for all time': gt 'bed2', 'succhoiceNO'
  530. act 'Pull the Energy in and let it change you permanently': gt 'bed2', 'succhoiceYES'
  531. end
  532. if $ARGS[0] = 'succhoiceNO':
  533. cla
  534. menu_off = 1
  535. if $clothingworntype ! 'nude':
  536. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  537. else
  538. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  539. end
  540. ''
  541. 'You push the energy out of you and it dissipates.'
  542. succubusQW = 3
  543. pcs_horny = 0
  544. minut +=5
  545. gs 'stat'
  546. act 'Go to sleep':
  547. if disable_autosave = 0:
  548. if StoryLine = 0:
  549. savegame 'autosave.sav'
  550. else
  551. savegame 'autosave_alt.sav'
  552. end
  553. end
  554. gt 'bed2', 'sleep'
  555. end
  556. end
  557. if $ARGS[0] = 'succhoiceYES':
  558. cla
  559. menu_off = 1
  560. if $clothingworntype ! 'nude':
  561. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  562. else
  563. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  564. end
  565. succubusQW = 4
  566. ''
  567. 'You pull the energy deeper into yourself and hold it there.'
  568. ''
  569. 'Then you feel pressure building...'
  570. wait 450
  571. minut += 5
  572. gs 'stat'
  573. 'BUILDING...'
  574. wait 450
  575. minut += 5
  576. gs 'stat'
  577. '<b>BUILDING...</b>'
  578. wait 450
  579. minut += 5
  580. gs 'stat'
  581. 'Power bursts through your body causing you to hop out of bed.'
  582. act 'Continue': gt 'bed2', 'succubinit'
  583. end
  584. if $ARGS[0] = 'succubinit':
  585. *clr & cla
  586. menu_off = 1
  587. minut += 10
  588. gs 'stat'
  589. !!Sets the succubus flag, succubus level (succublvl), Initial lesbian sex count (suclezsnapshot), initial Succubus hunger (succhungry),
  590. !! & the succubus descriptor ($sucself1). The -2 on succhungry is to give th PC 2 days to get in the Succubus grove.
  591. succubusflag = 1
  592. succublvl = 1
  593. suclezsnapshot = lesbian
  594. succhungry = -2
  595. sucwalkday = daystart + 2 + rand(0,5)
  596. $sucself1 = 'that feeling'
  597. pcs_horny = 100
  598. InSleep = 0
  599. slept_in = 0
  600. strip_here = 0
  601. '<center><img <<$set_imgh>> src="images/pc/body/succubusself.jpg"></center>'
  602. *nl
  603. '<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>'
  604. if preg = 1:
  605. gs 'medical_din', 'remove_preg'
  606. RecovH = 0
  607. end
  608. act 'Finish': gt $loc, $loc_arg
  609. end
  610. if $ARGS[0] = 'magbstchoice':
  611. *clr & cla
  612. menu_off = 1
  613. tittmp = tits + 1
  614. '<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tittmp>>.jpg"></center>'
  615. killvar 'tittmp'
  616. 'You have an odd dream where you are looking at your naked chest in a mirror and your breasts seem larger...'
  617. 'As the dream starts to drift away, you find yourself gazing at the reflection of your breasts and think:'
  618. act 'Nice, I wish my breasts really would grow.':
  619. magf2bdo = 1
  620. magtarcup += 1
  621. killvar 'mgf2bnocnt'
  622. gt 'bed2', 'sleep'
  623. end
  624. act 'Eh, I don''t like them like that.': magf2bdo = 0 & mgf2bnocnt += 1 & gt 'bed2', 'dream'
  625. end
  626. --- bed2 ---------------------------------